From: florian Date: Thu, 27 Mar 2008 19:34:14 +0000 (+0000) Subject: Add missing iptables-mod-extra dependency to shorewall packages (#3201) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=46670d01510940a4f790b6074815ef358028d502;p=packages.git Add missing iptables-mod-extra dependency to shorewall packages (#3201) git-svn-id: svn://svn.openwrt.org/openwrt/packages@10679 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/shorewall-shell/Makefile b/net/shorewall-shell/Makefile index c525744ab..4d87bdb8b 100644 --- a/net/shorewall-shell/Makefile +++ b/net/shorewall-shell/Makefile @@ -21,7 +21,7 @@ include $(INCLUDE_DIR)/package.mk define Package/shorewall-shell SECTION:=net CATEGORY:=Network - DEPENDS:=+iptables + DEPENDS:=+iptables +iptables-mod-extra TITLE:=Shorewall Shell URL:=http://www.shorewall.net/ SUBMENU:=firewall diff --git a/net/shorewall/Makefile b/net/shorewall/Makefile index 336f9ee12..425bb7dbb 100644 --- a/net/shorewall/Makefile +++ b/net/shorewall/Makefile @@ -21,7 +21,7 @@ include $(INCLUDE_DIR)/package.mk define Package/shorewall SECTION:=net CATEGORY:=Network - DEPENDS:=+iptables + DEPENDS:=+iptables +iptables-mod-extra TITLE:=Shorewall firewall URL:=http://www.shorewall.net/ SUBMENU:=firewall