aboutsummaryrefslogtreecommitdiffstats
path: root/package/firewall/Config.in
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2008-08-11 22:27:36 +0000
committerJohn Crispin <blogic@openwrt.org>2008-08-11 22:27:36 +0000
commit4b924f0d7b32978e5161a716acc032ad68007e72 (patch)
treec66c8d821b4c251a41ef47fdd7f5237766662b57 /package/firewall/Config.in
parentecc88154322e2996c0e6f9734b8224c94d5b070a (diff)
downloadupstream-4b924f0d7b32978e5161a716acc032ad68007e72.tar.gz
upstream-4b924f0d7b32978e5161a716acc032ad68007e72.tar.bz2
upstream-4b924f0d7b32978e5161a716acc032ad68007e72.zip
uci firewall
- make uci firewall default and remove old code - fix up dependencies git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12284 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/firewall/Config.in')
-rw-r--r--package/firewall/Config.in17
1 files changed, 0 insertions, 17 deletions
diff --git a/package/firewall/Config.in b/package/firewall/Config.in
deleted file mode 100644
index 616b0206b0..0000000000
--- a/package/firewall/Config.in
+++ /dev/null
@@ -1,17 +0,0 @@
-choice
- prompt "Choose firewall"
- default FIREWALL_OLD
- depends PACKAGE_firewall
-
-config FIREWALL_OLD
- bool "old firewall"
-
-config FIREWALL_NEW
- bool "new uci firewall"
- select PACKAGE_iptables-mod-conntrack
- select PACKAGE_iptables-mod-extra
- select PACKAGE_iptables-mod-ipopt
- select PACKAGE_iptables-mod-ulog
- select PACKAGE_kmod-ipt-nathelper
-
-endchoice