diff options
author | Martin Dietze <di@fh-wedel.de> | 2006-09-08 13:17:49 +0000 |
---|---|---|
committer | Martin Dietze <di@fh-wedel.de> | 2006-09-08 13:17:49 +0000 |
commit | 6c42bd48558d55307fc6abd10d724d8bbdaa6bbe (patch) | |
tree | b4041b6bc509c1192ba1fecd0545dd8c27b2213d /packages/shorewall | |
parent | b4377c59723a3a4611f5b9ec1c3d1c708ef72a85 (diff) |
shorewall: added a version of the package for (more) monolithic kernels
* dependency checking for some kernel modules is skipped assuming they are compiled in rather than installed as modules
Diffstat (limited to 'packages/shorewall')
-rw-r--r-- | packages/shorewall/shorewall_2.0.9-monolithic.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/shorewall/shorewall_2.0.9-monolithic.bb b/packages/shorewall/shorewall_2.0.9-monolithic.bb new file mode 100644 index 0000000000..6521870444 --- /dev/null +++ b/packages/shorewall/shorewall_2.0.9-monolithic.bb @@ -0,0 +1,5 @@ +include shorewall_2.0.9.bb + +RDEPENDS = "iptables kernel-module-ipt-multiport kernel-module-ipt-mac kernel-module-ipt-mark kernel-module-ipt-pkttype kernel-module-ipt-tos" + +S = "${WORKDIR}/shorewall-2.0.9" |