mirror of
https://github.com/coolsnowwolf/luci
synced 2025-01-07 07:06:41 +08:00
luci-app-turboacc: change default x86 acc setting
This commit is contained in:
parent
a1e6216966
commit
6b0d8bd165
@ -34,12 +34,12 @@ LUCI_PKGARCH:=all
|
||||
define Package/$(PKG_NAME)/config
|
||||
config PACKAGE_$(PKG_NAME)_INCLUDE_OFFLOADING
|
||||
bool "Include Flow Offload"
|
||||
default y if !(TARGET_ipq40xx||TARGET_ipq806x||TARGET_qualcommax||TARGET_x86)
|
||||
default y if !(TARGET_ipq40xx||TARGET_ipq806x||TARGET_qualcommax)
|
||||
|
||||
config PACKAGE_$(PKG_NAME)_INCLUDE_SHORTCUT_FE
|
||||
bool "Include Shortcut-FE"
|
||||
depends on PACKAGE_$(PKG_NAME)_INCLUDE_OFFLOADING=n
|
||||
default y if (TARGET_ipq40xx||TARGET_x86)
|
||||
default y if (TARGET_ipq40xx)
|
||||
|
||||
config PACKAGE_$(PKG_NAME)_INCLUDE_SHORTCUT_FE_CM
|
||||
bool "Include Shortcut-FE CM"
|
||||
|
Loading…
Reference in New Issue
Block a user