mirror of
https://github.com/coolsnowwolf/luci
synced 2025-01-07 07:06:41 +08:00
luci-app-turboacc: add qualcommax setting for NSS ECM
This commit is contained in:
parent
d950dac3fc
commit
bc5e61783c
@ -1,7 +1,7 @@
|
||||
# SPDX-Identifier-License: GPL-3.0-only
|
||||
#
|
||||
# Copyright (C) 2022 Lean <coolsnowwolf@gmail.com>
|
||||
# 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"
|
||||
|
Loading…
Reference in New Issue
Block a user