From: Jo-Philipp Wich Date: Tue, 25 Nov 2008 10:29:23 +0000 (+0000) Subject: packages/net/shorewall: add dependency on ip util, fixes #4251 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=3abe982ab9d0c22144e5e3cf32cbde62392584f9 packages/net/shorewall: add dependency on ip util, fixes #4251 SVN-Revision: 13344 --- diff --git a/net/shorewall/Makefile b/net/shorewall/Makefile index 3a676812ec..89c02d641c 100644 --- a/net/shorewall/Makefile +++ b/net/shorewall/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=shorewall PKG_VERSION:=3.4.8 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_URL:=http://www1.shorewall.net/pub/$(PKG_NAME)/3.4/$(PKG_NAME)-$(PKG_VERSION)/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 @@ -21,7 +21,7 @@ include $(INCLUDE_DIR)/package.mk define Package/shorewall SECTION:=net CATEGORY:=Network - DEPENDS:=+iptables +iptables-mod-extra + DEPENDS:=+iptables +iptables-mod-extra +ip TITLE:=Shorewall firewall URL:=http://www.shorewall.net/ SUBMENU:=firewall