From a7c56dd7f6757c4e8e0a449722dbcb9029106015 Mon Sep 17 00:00:00 2001 From: suyuan168 <175338101@qq.com> Date: Thu, 9 Jun 2022 11:26:38 +0800 Subject: [PATCH] Update Makefile --- luci-app-turboacc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/luci-app-turboacc/Makefile b/luci-app-turboacc/Makefile index e174d8e03..2eadbdb9c 100644 --- a/luci-app-turboacc/Makefile +++ b/luci-app-turboacc/Makefile @@ -38,11 +38,11 @@ config PACKAGE_$(PKG_NAME)_INCLUDE_OFFLOADING config PACKAGE_$(PKG_NAME)_INCLUDE_SHORTCUT_FE_DRV bool "Include Shortcut-FE for ECM" depends on PACKAGE_$(PKG_NAME)_INCLUDE_SHORTCUT_FE=n - default y if (TARGET_ipq806x||TARGET_ipq807x) + default y if (TARGET_ipq60xxx||TARGET_ipq806x||TARGET_ipq807x) config PACKAGE_$(PKG_NAME)_INCLUDE_SHORTCUT_FE bool "Include Shortcut-FE" - default y if !(TARGET_ipq806x||TARGET_ipq807x||TARGET_ramips) + default y if !(TARGET_ipq60xxx||TARGET_ipq806x||TARGET_ipq807x||TARGET_ramips) config PACKAGE_$(PKG_NAME)_INCLUDE_BBR_CCA bool "Include BBR CCA"