uci_firewall
[openwrt-10.03/.git] / package / firewall / Config.in
1 choice
2         prompt "Choose firewall"
3         default FIREWALL_OLD
4                 depends PACKAGE_firewall
5
6 config FIREWALL_OLD
7         bool "old firewall"
8
9 config FIREWALL_NEW
10         bool "new uci firewall"
11         select PACKAGE_iptables-mod-conntrack
12         select PACKAGE_iptables-mod-extra 
13         select PACKAGE_iptables-mod-ipopt
14         select PACKAGE_iptables-mod-ulog
15         select PACKAGE_kmod-ipt-nathelper
16
17 endchoice