mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-27 14:31:05 +02:00
adjust dependencies of firewall and qos-scripts, so that these packages are visible even when iptables is not selected
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18714 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b5650f6d14
commit
3f21f09b7c
@ -18,7 +18,7 @@ define Package/firewall
|
|||||||
CATEGORY:=Base system
|
CATEGORY:=Base system
|
||||||
URL:=http://openwrt.org/
|
URL:=http://openwrt.org/
|
||||||
TITLE:=OpenWrt firewall
|
TITLE:=OpenWrt firewall
|
||||||
DEPENDS:=+iptables-mod-conntrack +iptables-mod-nat
|
DEPENDS:=+iptables +iptables-mod-conntrack +iptables-mod-nat
|
||||||
PKGARCH:=all
|
PKGARCH:=all
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
define Package/qos-scripts
|
define Package/qos-scripts
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Base system
|
CATEGORY:=Base system
|
||||||
DEPENDS:=+tc +kmod-sched +iptables-mod-filter +iptables-mod-ipopt +iptables-mod-conntrack-extra +iptables-mod-imq
|
DEPENDS:=+tc +kmod-sched +iptables +iptables-mod-filter +iptables-mod-ipopt +iptables-mod-conntrack-extra +iptables-mod-imq
|
||||||
TITLE:=QoS scripts
|
TITLE:=QoS scripts
|
||||||
PKGARCH:=all
|
PKGARCH:=all
|
||||||
endef
|
endef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user