Removing router platforms support

This commit is contained in:
Cuong Manh Le
2026-04-30 19:19:18 +07:00
committed by Cuong Manh Le
parent af1a6e9f3a
commit ba9057e466
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