|
|
@@ -91,7 +91,8 @@ config V2RAY_CORE_COMPRESS_GOPROXY
|
|
|
|
|
|
config V2RAY_CORE_COMPRESS_UPX
|
|
|
bool "Compress executable files with UPX"
|
|
|
- default y
|
|
|
+ depends on !mips64
|
|
|
+ default n
|
|
|
endmenu
|
|
|
endef
|
|
|
|
|
|
@@ -105,7 +106,8 @@ config V2RAY_CTL_COMPRESS_GOPROXY
|
|
|
|
|
|
config V2RAY_CTL_COMPRESS_UPX
|
|
|
bool "Compress executable files with UPX"
|
|
|
- default y
|
|
|
+ depends on !mips64
|
|
|
+ default n
|
|
|
endmenu
|
|
|
endef
|
|
|
|