mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-05-15 00:50:25 +02:00
Removing router platforms support
This commit is contained in:
committed by
Cuong Manh Le
parent
b2a54db4b5
commit
2e63624f6c
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user