diff --git a/applications/luci-app-turboacc/Makefile b/applications/luci-app-turboacc/Makefile index 2d98fedf..701786fe 100644 --- a/applications/luci-app-turboacc/Makefile +++ b/applications/luci-app-turboacc/Makefile @@ -1,7 +1,7 @@ # SPDX-Identifier-License: GPL-3.0-only # # Copyright (C) 2022 Lean -# Copyright (C) 2019-2022 ImmortalWrt.org +# Copyright (C) 2019-2024 ImmortalWrt.org include $(TOPDIR)/rules.mk @@ -34,7 +34,7 @@ LUCI_PKGARCH:=all define Package/$(PKG_NAME)/config config PACKAGE_$(PKG_NAME)_INCLUDE_OFFLOADING bool "Include Flow Offload" - default y if !(TARGET_x86||TARGET_ipq40xx||TARGET_ipq60xx||TARGET_ipq806x||TARGET_ipq807x) + default y if !(TARGET_x86||TARGET_ipq40xx||TARGET_ipq60xx||TARGET_ipq806x||TARGET_ipq807x||TARGET_qualcommax) config PACKAGE_$(PKG_NAME)_INCLUDE_SHORTCUT_FE bool "Include Shortcut-FE" @@ -44,7 +44,7 @@ config PACKAGE_$(PKG_NAME)_INCLUDE_SHORTCUT_FE config PACKAGE_$(PKG_NAME)_INCLUDE_SHORTCUT_FE_CM bool "Include Shortcut-FE CM" depends on PACKAGE_$(PKG_NAME)_INCLUDE_OFFLOADING=n - default y if !(TARGET_ipq40xx||TARGET_ipq60xx||TARGET_ipq806x||TARGET_ipq807x) + default y if !(TARGET_ipq40xx||TARGET_ipq60xx||TARGET_ipq806x||TARGET_ipq807x||TARGET_qualcommax) config PACKAGE_$(PKG_NAME)_INCLUDE_SHORTCUT_FE_DRV bool "Include Shortcut-FE ECM"