mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
fix
This commit is contained in:
parent
a7c56dd7f6
commit
d4ceecb05b
5 changed files with 7 additions and 7 deletions
|
@ -14,6 +14,6 @@ PKG_NAME:=luci-app-cpufreq
|
|||
PKG_VERSION:=1
|
||||
PKG_RELEASE:=7
|
||||
|
||||
include ../../luci.mk
|
||||
include $(TOPDIR)/feeds/luci/luci.mk
|
||||
|
||||
# call BuildPackage - OpenWrt buildroot signature
|
||||
|
|
|
@ -48,6 +48,6 @@ define Package/$(PKG_NAME)/postinst
|
|||
rm -fr /tmp/luci-indexcache /tmp/luci-modulecache
|
||||
endef
|
||||
|
||||
include ../../luci.mk
|
||||
include $(TOPDIR)/feeds/luci/luci.mk
|
||||
|
||||
# call BuildPackage - OpenWrt buildroot signature
|
||||
|
|
|
@ -13,6 +13,6 @@ PKG_NAME:=luci-app-netdata
|
|||
PKG_VERSION:=1.0
|
||||
PKG_RELEASE:=3
|
||||
|
||||
include ../../luci.mk
|
||||
include $(TOPDIR)/feeds/luci/luci.mk
|
||||
|
||||
# call BuildPackage - OpenWrt buildroot signature
|
||||
|
|
|
@ -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_ipq60xxx||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_ipq60xxx||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"
|
||||
|
@ -67,6 +67,6 @@ define Package/$(PKG_NAME)/postrm
|
|||
sed -i 's/-- s:option(Flag, "fullcone", translate("Enable FullCone NAT"))/s:option(Flag, "fullcone", translate("Enable FullCone NAT"))/g' $${IPKG_INSTROOT}/usr/lib/lua/luci/model/cbi/firewall/zones.lua
|
||||
endef
|
||||
|
||||
include ../../luci.mk
|
||||
include $(TOPDIR)/feeds/luci/luci.mk
|
||||
|
||||
# call BuildPackage - OpenWrt buildroot signature
|
||||
|
|
|
@ -14,6 +14,6 @@ PKG_NAME:=luci-app-zerotier
|
|||
PKG_VERSION:=1.0
|
||||
PKG_RELEASE:=20
|
||||
|
||||
include ../../luci.mk
|
||||
include $(TOPDIR)/feeds/luci/luci.mk
|
||||
|
||||
# call BuildPackage - OpenWrt buildroot signature
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue