Просмотр исходного кода

adjust dependencies of firewall and qos-scripts, so that these packages are visible even when iptables is not selected

SVN-Revision: 18714
Felix Fietkau 16 лет назад
Родитель
Сommit
9e99581621
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      package/firewall/Makefile
  2. 1 1
      package/qos-scripts/Makefile

+ 1 - 1
package/firewall/Makefile

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

+ 1 - 1
package/qos-scripts/Makefile

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