Removing router platforms support

This commit is contained in:
Cuong Manh Le
2025-06-30 22:00:03 +07:00
committed by Cuong Manh Le
parent b2a54db4b5
commit 2e63624f6c
46 changed files with 31 additions and 4724 deletions
+2 -2
View File
@@ -44,11 +44,11 @@ compress() {
return 0
;;
*-linux-armv*)
echo >&2 "upx does not work on arm routers"
echo >&2 "upx does not work on arm platforms"
return 0
;;
*-linux-mips*)
echo >&2 "upx does not work on mips routers"
echo >&2 "upx does not work on mips platforms"
return 0
;;
esac