luci-app-turboacc: use flow offload by default for ramips (#7320)

This commit is contained in:
AmadeusGhost 2021-07-09 10:01:31 +08:00 committed by GitHub
parent 4790aa244b
commit b6f610d00d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ define Package/luci-app-turboacc/config
config PACKAGE_TURBOACC_INCLUDE_OFFLOADING
bool "Include Flow Offload"
depends on PACKAGE_TURBOACC_INCLUDE_SHORTCUT_FE=n
default y if i386||x86_64||TARGET_ramips_mt7621
default y if i386||x86_64||TARGET_ramips
config PACKAGE_TURBOACC_INCLUDE_SHORTCUT_FE
bool "Include Shortcut-FE"