add updates for v2023.2 from Björn
This commit is contained in:
parent
6436e5cec6
commit
1a956e5375
2 changed files with 36 additions and 29 deletions
36
image-customization.lua
Normal file
36
image-customization.lua
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
features({
|
||||||
|
'autoupdater',
|
||||||
|
'config-mode-domain-select',
|
||||||
|
'ebtables-filter-multicast',
|
||||||
|
'ebtables-filter-ra-dhcp',
|
||||||
|
'mesh-batman-adv-15',
|
||||||
|
'mesh-vpn-fastd',
|
||||||
|
'web-private-wifi',
|
||||||
|
'radv-filterd',
|
||||||
|
'respondd',
|
||||||
|
'status-page',
|
||||||
|
'web-advanced',
|
||||||
|
'web-wizard',
|
||||||
|
})
|
||||||
|
|
||||||
|
if not device_class('tiny') then
|
||||||
|
features({
|
||||||
|
'wireless-encryption-wpa3',
|
||||||
|
})
|
||||||
|
end
|
||||||
|
|
||||||
|
packages({
|
||||||
|
'-gluon-config-mode-geo-location',
|
||||||
|
'-gluon-config-mode-contact-info',
|
||||||
|
'gluon-ebtables-source-filter',
|
||||||
|
'gluon-web-mesh-vpn-fastd',
|
||||||
|
'iwinfo',
|
||||||
|
})
|
||||||
|
|
||||||
|
if target('x86') then
|
||||||
|
packages({
|
||||||
|
'nano',
|
||||||
|
'htop',
|
||||||
|
'ethtool',
|
||||||
|
})
|
||||||
|
end
|
29
site.mk
29
site.mk
|
@ -3,35 +3,6 @@ GLUON_DEPRECATED := upgrade
|
||||||
|
|
||||||
GLUON_AUTOUPDATER_ENABLED ?= 1
|
GLUON_AUTOUPDATER_ENABLED ?= 1
|
||||||
|
|
||||||
GLUON_SITE_PACKAGES := \
|
|
||||||
-gluon-config-mode-geo-location \
|
|
||||||
-gluon-config-mode-contact-info \
|
|
||||||
gluon-ebtables-source-filter \
|
|
||||||
gluon-web-mesh-vpn-fastd \
|
|
||||||
iwinfo
|
|
||||||
|
|
||||||
GLUON_FEATURES := \
|
|
||||||
autoupdater \
|
|
||||||
config-mode-domain-select \
|
|
||||||
ebtables-filter-multicast \
|
|
||||||
ebtables-filter-ra-dhcp \
|
|
||||||
mesh-batman-adv-15 \
|
|
||||||
mesh-vpn-fastd \
|
|
||||||
web-private-wifi \
|
|
||||||
radv-filterd \
|
|
||||||
respondd \
|
|
||||||
status-page \
|
|
||||||
web-advanced \
|
|
||||||
web-wizard
|
|
||||||
|
|
||||||
# x86 and x86-64 add extra software
|
|
||||||
ifeq ($(GLUON_TARGET),$(filter $(GLUON_TARGET),x86-generic x86-64))
|
|
||||||
GLUON_SITE_PACKAGES += \
|
|
||||||
nano \
|
|
||||||
htop \
|
|
||||||
ethtool
|
|
||||||
endif
|
|
||||||
|
|
||||||
GLUON_PRIORITY ?= 7
|
GLUON_PRIORITY ?= 7
|
||||||
|
|
||||||
# Region code required for some images; supported values: us eu
|
# Region code required for some images; supported values: us eu
|
||||||
|
|
Loading…
Reference in a new issue