diff options
author | Bruno Randolf <br1@subnet.at> | 2004-10-14 15:12:27 +0000 |
---|---|---|
committer | Bruno Randolf <br1@subnet.at> | 2004-10-14 15:12:27 +0000 |
commit | 00ee3adba1e506ac86d16674dc623e7e7ec5ae90 (patch) | |
tree | c12fb29c177461493f1eaf21872f594b59780f5a | |
parent | 9ca6dcbca3eac151e8e96ae92afe020278593bde (diff) |
added default shorewall configuration for nylon
BKrev: 416e975bxKvt9gAd8keZ1jshizOUaw
-rw-r--r-- | shorewall/files/shorewall-conf-nylon.diff | 0 | ||||
-rw-r--r-- | shorewall/shorewall_2.0.9.oe | 14 |
2 files changed, 14 insertions, 0 deletions
diff --git a/shorewall/files/shorewall-conf-nylon.diff b/shorewall/files/shorewall-conf-nylon.diff new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/shorewall/files/shorewall-conf-nylon.diff 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 <bruno.randolf@4g-systems.biz>" +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 +} |