target: remove nftables
Gluon still uses firewall3 and iptables, so remove dependency on nftables.
This commit is contained in:
parent
d656d38c7c
commit
6fe2e6fc80
@ -70,8 +70,10 @@ config('GLUON_MINIFY', istrue(env.GLUON_MINIFY))
|
|||||||
packages {
|
packages {
|
||||||
'-ca-bundle',
|
'-ca-bundle',
|
||||||
'-kmod-ipt-offload',
|
'-kmod-ipt-offload',
|
||||||
|
'-kmod-nft-offload',
|
||||||
'-libustream-wolfssl',
|
'-libustream-wolfssl',
|
||||||
'-libwolfssl',
|
'-libwolfssl',
|
||||||
|
'-nftables',
|
||||||
'-odhcpd-ipv6only',
|
'-odhcpd-ipv6only',
|
||||||
'-ppp',
|
'-ppp',
|
||||||
'-ppp-mod-pppoe',
|
'-ppp-mod-pppoe',
|
||||||
|
Loading…
Reference in New Issue
Block a user