mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2026-01-10 05:03:22 +00:00
18 lines
374 B
Plaintext
18 lines
374 B
Plaintext
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
|