adjust dependencies of firewall and qos-scripts, so that these packages are visible...
authorFelix Fietkau <nbd@openwrt.org>
Wed, 9 Dec 2009 13:36:39 +0000 (13:36 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Wed, 9 Dec 2009 13:36:39 +0000 (13:36 +0000)
SVN-Revision: 18714

package/firewall/Makefile
package/qos-scripts/Makefile

index cb8a25a090e2118acff017220519004de02fd9fe..8d0452602b162d879a7c41dc18ba04c891526637 100644 (file)
@@ -18,7 +18,7 @@ define Package/firewall
   CATEGORY:=Base system
   URL:=http://openwrt.org/
   TITLE:=OpenWrt firewall
-  DEPENDS:=+iptables-mod-conntrack +iptables-mod-nat
+  DEPENDS:=+iptables +iptables-mod-conntrack +iptables-mod-nat
   PKGARCH:=all
 endef
 
index 65a75908868464630b1842eacfb7711dba3465dc..253e65dc4ea6fc931a9c4b7969ba5e854782653a 100644 (file)
@@ -18,7 +18,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/qos-scripts
   SECTION:=utils
   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
   PKGARCH:=all
 endef