diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2009-12-09 13:36:39 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2009-12-09 13:36:39 +0000 |
| commit | 9e995816212ca222347ea493ff09cbd566411dbf (patch) | |
| tree | 385611eb7998a73f27afae2a83210812684a2573 /package/firewall | |
| parent | 1ab62895f7e9a704808b4f446a673f6687fadb65 (diff) | |
| download | mtk-20170518-9e995816212ca222347ea493ff09cbd566411dbf.zip mtk-20170518-9e995816212ca222347ea493ff09cbd566411dbf.tar.gz mtk-20170518-9e995816212ca222347ea493ff09cbd566411dbf.tar.bz2 | |
adjust dependencies of firewall and qos-scripts, so that these packages are visible even when iptables is not selected
SVN-Revision: 18714
Diffstat (limited to 'package/firewall')
| -rw-r--r-- | package/firewall/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/firewall/Makefile b/package/firewall/Makefile index cb8a25a..8d04526 100644 --- a/package/firewall/Makefile +++ b/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 |
