From: Bruno Randolf Date: Thu, 14 Oct 2004 15:12:27 +0000 (+0000) Subject: added default shorewall configuration for nylon X-Git-Tag: Release-2010-05/1~16622 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00ee3adba1e506ac86d16674dc623e7e7ec5ae90;p=openembedded.git added default shorewall configuration for nylon BKrev: 416e975bxKvt9gAd8keZ1jshizOUaw --- diff --git a/shorewall/files/shorewall-conf-nylon.diff b/shorewall/files/shorewall-conf-nylon.diff new file mode 100644 index 0000000000..e69de29bb2 diff --git a/shorewall/shorewall_2.0.9.oe b/shorewall/shorewall_2.0.9.oe index e69de29bb2..bff7fee3dc 100644 --- a/shorewall/shorewall_2.0.9.oe +++ b/shorewall/shorewall_2.0.9.oe @@ -0,0 +1,14 @@ +DESCRIPTION = "Shorewall is a high-level tool for configuring Netfilter." +RDEPENDS = "iptables kernel-module-ip-tables kernel-module-ip-conntrack kernel-module-ipt-conntrack kernel-module-ipt-multiport kernel-module-ipt-log kernel-module-ipt-mac kernel-module-ipt-mark kernel-module-ipt-masquerade kernel-module-ipt-pkttype kernel-module-ipt-reject kernel-module-ipt-state kernel-module-ipt-tos kernel-module-iptable-filter kernel-module-iptable-mangle kernel-module-iptable-nat" +SECTION = "net" +PRIORITY = "optional" +MAINTAINER = "Bruno Randolf " +LICENSE = "GPL" + +SRC_URI = "http://germany.shorewall.net/pub/shorewall/2.0/shorewall-2.0.9/shorewall-2.0.9.tgz" +SRC_URI_append_nylon = " file://shorewall-conf-nylon.diff;patch=1" + +do_install() { + export PREFIX=${D} + ${S}/install.sh +}