diff options
-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" |