mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
fix luci-app-turboacc dependence
This commit is contained in:
parent
d05161e2a3
commit
6add79ce44
@ -50,7 +50,7 @@ DEFAULT_PACKAGES.router:=\
|
||||
default-settings luci luci-app-ddns luci-app-upnp luci-app-autoreboot \
|
||||
luci-app-filetransfer luci-app-vsftpd luci-app-ssr-plus luci-app-unblockmusic luci-app-arpbind \
|
||||
luci-app-vlmcsd luci-app-wol luci-app-ramfree \
|
||||
luci-app-flowoffload luci-app-nlbwmon luci-app-accesscontrol \
|
||||
luci-app-turboacc luci-app-nlbwmon luci-app-accesscontrol \
|
||||
ddns-scripts_aliyun ddns-scripts_dnspod
|
||||
|
||||
ifneq ($(DUMP),)
|
||||
|
@ -29,7 +29,7 @@ GO_PKG_LDFLAGS:=-s -w
|
||||
GO_PKG_LDFLAGS_X:=main.VersionString=v$(PKG_VERSION)
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include ../../lang/golang/golang-package.mk
|
||||
include $(TOPDIR)/feeds/packages/lang/golang/golang-package.mk
|
||||
|
||||
define Package/dnsproxy/config
|
||||
config DNSPROXY_COMPRESS_GOPROXY
|
||||
|
@ -50,6 +50,6 @@ PKG_CONFIG_DEPENDS:= \
|
||||
CONFIG_PACKAGE_TURBOACC_INCLUDE_OFFLOADING \
|
||||
CONFIG_PACKAGE_TURBOACC_INCLUDE_SHORTCUT_FE
|
||||
|
||||
include ../../luci.mk
|
||||
include $(TOPDIR)/feeds/luci/luci.mk
|
||||
|
||||
# call BuildPackage - OpenWrt buildroot signature
|
||||
|
@ -19,7 +19,6 @@ DEFAULT_PACKAGES += \
|
||||
kmod-ath10k wpad-openssl \
|
||||
kmod-usb3 kmod-usb-dwc3 ath10k-firmware-qca4019 \
|
||||
autocore-arm automount autosamba luci-app-adbyby-plus luci-app-ipsec-vpnd luci-app-unblockmusic luci-app-cpufreq luci-app-zerotier \
|
||||
htop ethtool luci-app-cpufreq \
|
||||
-luci-app-flowoffload luci-app-sfe
|
||||
htop ethtool luci-app-cpufreq
|
||||
|
||||
$(eval $(call BuildTarget))
|
||||
|
Loading…
Reference in New Issue
Block a user