blob: 616b0206b0ccbccdbc8541b8132f78477b46b11c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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
|