summaryrefslogtreecommitdiff
path: root/shorewall
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-07 22:05:47 +0000
committerChris Larson <clarson@kergoth.com>2004-12-07 22:05:47 +0000
commita780643c4b6aa11e1a36965a69df7116477c7b4c (patch)
tree17e81e77bde19931facf9b30fa5b5981df796071 /shorewall
parent88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff)
Merge oe-devel@oe-devel.bkbits.net:packages.bb
into handhelds.org:/home/kergoth/code/packages.bb 2004/12/07 04:58:25-06:00 ti.com!kergoth More updates per the core rename. 2004/12/07 04:46:51-06:00 ti.com!kergoth Update soundtracker per the core rename. 2004/12/07 04:44:14-06:00 ti.com!kergoth Merge 2004/12/07 04:42:38-06:00 ti.com!kergoth Updates per the recent rename of the oe core from 'oe' to 'bitbake'. BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
Diffstat (limited to 'shorewall')
-rw-r--r--shorewall/shorewall_2.0.9.bb0
-rw-r--r--shorewall/shorewall_2.0.9.oe45
2 files changed, 0 insertions, 45 deletions
diff --git a/shorewall/shorewall_2.0.9.bb b/shorewall/shorewall_2.0.9.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/shorewall/shorewall_2.0.9.bb
diff --git a/shorewall/shorewall_2.0.9.oe b/shorewall/shorewall_2.0.9.oe
deleted file mode 100644
index 1767e9340f..0000000000
--- a/shorewall/shorewall_2.0.9.oe
+++ /dev/null
@@ -1,45 +0,0 @@
-DESCRIPTION = "Shorewall is a high-level tool for configuring Netfilter."
-HOMEPAGE = "http://www.shorewall.net/"
-MAINTAINER = "Bruno Randolf <bruno.randolf@4g-systems.biz>"
-LICENSE = "GPL"
-SECTION = "network"
-PRIORITY = "optional"
-
-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"
-
-SRC_URI = "http://germany.shorewall.net/pub/shorewall/2.0/shorewall-2.0.9/shorewall-2.0.9.tgz \
- file://install-no-chown.diff;patch=1;pnum=0"
-SRC_URI_append_nylon = " file://shorewall-conf-nylon.diff;patch=1"
-
-do_install() {
- export PREFIX=${D}
- ${S}/install.sh
-}
-
-CONFFILES_${PN}_nylon = "\
-${sysconfdir}/shorewall/accounting \
-${sysconfdir}/shorewall/actions \
-${sysconfdir}/shorewall/blacklist \
-${sysconfdir}/shorewall/ecn \
-${sysconfdir}/shorewall/hosts \
-${sysconfdir}/shorewall/init \
-${sysconfdir}/shorewall/initdone \
-${sysconfdir}/shorewall/interfaces \
-${sysconfdir}/shorewall/maclist \
-${sysconfdir}/shorewall/masq \
-${sysconfdir}/shorewall/modules \
-${sysconfdir}/shorewall/nat \
-${sysconfdir}/shorewall/netmap \
-${sysconfdir}/shorewall/params \
-${sysconfdir}/shorewall/policy \
-${sysconfdir}/shorewall/proxyarp \
-${sysconfdir}/shorewall/routestopped \
-${sysconfdir}/shorewall/rules \
-${sysconfdir}/shorewall/shorewall.conf \
-${sysconfdir}/shorewall/start \
-${sysconfdir}/shorewall/stop \
-${sysconfdir}/shorewall/stopped \
-${sysconfdir}/shorewall/tcrules \
-${sysconfdir}/shorewall/tos \
-${sysconfdir}/shorewall/tunnels \
-${sysconfdir}/shorewall/zones"