fix luci-app-turboacc dependence

This commit is contained in:
coolsnowwolf 2021-06-29 22:37:51 +08:00
parent d05161e2a3
commit 6add79ce44
4 changed files with 4 additions and 5 deletions

View File

@ -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),)

View File

@ -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

View File

@ -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

View File

@ -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))