From 46670d01510940a4f790b6074815ef358028d502 Mon Sep 17 00:00:00 2001 From: florian Date: Thu, 27 Mar 2008 19:34:14 +0000 Subject: [PATCH] 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 --- net/shorewall-shell/Makefile | 2 +- net/shorewall/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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