summaryrefslogtreecommitdiffstats
path: root/openwrt/package/amwall/Config.in
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-07-15 15:15:02 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-07-15 15:15:02 +0000
commit51eb9547f2830a0fcbb76f228af4a130a4227a38 (patch)
treef5bc1d929da4552ca2ace5a94224df2b83127c57 /openwrt/package/amwall/Config.in
parent446e6c80f6616e593348e7bd32621b3d82f9c1ba (diff)
add libamsel and amwall, an iptables frontend, like OpenBSD's pf, thx Eymen Alyaz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1438 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/amwall/Config.in')
-rw-r--r--openwrt/package/amwall/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/openwrt/package/amwall/Config.in b/openwrt/package/amwall/Config.in
new file mode 100644
index 000000000..978c63ee6
--- /dev/null
+++ b/openwrt/package/amwall/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_AMWALL
+ tristate "amwall - pf to iptables "
+ default m if CONFIG_DEVEL
+ select BR2_PACKAGE_LIBAMSEL
+ help
+ See
+
+ http://amselinux.de/
+