Merge pull request #2508 from blocktrron/gluon-size
generic: reduce flash consumption
This commit is contained in:
commit
1bcd4a47c9
@ -6,7 +6,7 @@ include ../gluon.mk
|
||||
|
||||
define Package/gluon-mesh-vpn-core
|
||||
TITLE:=Basic support for connecting meshes via VPN tunnels
|
||||
DEPENDS:=+gluon-core +gluon-wan-dnsmasq +iptables +iptables-mod-extra +simple-tc
|
||||
DEPENDS:=+gluon-core +gluon-wan-dnsmasq +iptables-legacy +iptables-mod-extra +simple-tc
|
||||
USERID:=:gluon-mesh-vpn=800
|
||||
endef
|
||||
|
||||
|
@ -46,6 +46,9 @@ try_config('TARGET_SQUASHFS_BLOCK_SIZE', 256)
|
||||
|
||||
config('KERNEL_IP_MROUTE', false)
|
||||
config('KERNEL_IPV6_MROUTE', false)
|
||||
config('KERNEL_IPV6_SEG6_LWTUNNEL', false)
|
||||
config('SECCOMP', false)
|
||||
config('KERNEL_SECCOMP', false)
|
||||
|
||||
config('COLLECT_KERNEL_DEBUG', true)
|
||||
|
||||
@ -70,8 +73,10 @@ config('GLUON_MINIFY', istrue(env.GLUON_MINIFY))
|
||||
packages {
|
||||
'-ca-bundle',
|
||||
'-kmod-ipt-offload',
|
||||
'-kmod-nft-offload',
|
||||
'-libustream-wolfssl',
|
||||
'-libwolfssl',
|
||||
'-nftables',
|
||||
'-odhcpd-ipv6only',
|
||||
'-ppp',
|
||||
'-ppp-mod-pppoe',
|
||||
|
Loading…
Reference in New Issue
Block a user