Skip to content

Commit

Permalink
Update to Gluon v2023.2.3 (#49)
Browse files Browse the repository at this point in the history
* Update to Gluon v2023.2.2

* Update to Gluon v2023.2.3
  • Loading branch information
bobidle authored Jul 1, 2024
1 parent ea67b04 commit 0a58e79
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 35 deletions.
2 changes: 1 addition & 1 deletion gluon
Submodule gluon updated 294 files
27 changes: 27 additions & 0 deletions image-customization.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
features {
'alfred',
'autoupdater',
'config-mode-domain-select',
'ebtables-filter-multicast',
'ebtables-filter-ra-dhcp',
'ebtables-limit-arp',
'ebtables-source-filter',
'mesh-batman-adv-15',
'mesh-vpn-fastd',
'respondd',
'scheduled-domain-switch',
'status-page',
'web-admin',
'web-advanced',
'web-private-wifi',
'web-wizard',
}

packages {
'iwinfo',
'respondd-module-airtime',
}

if not device_class('tiny') then
features {'wireless-encryption-wpa3'}
end
35 changes: 1 addition & 34 deletions site.mk
Original file line number Diff line number Diff line change
@@ -1,48 +1,15 @@
## GLUON_FEATURES
# Specify Gluon features/packages to enable;
# Gluon will automatically enable a set of packages
# depending on the combination of features listed

GLUON_FEATURES := \
alfred \
autoupdater \
config-mode-domain-select \
scheduled-domain-switch \
ebtables-filter-multicast \
ebtables-filter-ra-dhcp \
ebtables-limit-arp \
ebtables-source-filter \
mesh-batman-adv-15 \
mesh-vpn-fastd \
respondd \
status-page \
web-admin \
web-advanced \
web-private-wifi \
web-wizard

## GLUON_MULTIDOMAIN
# Build gluon with multidomain support.

GLUON_MULTIDOMAIN := 1

## GLUON_SITE_PACKAGES
# Specify additional Gluon/OpenWrt packages to include here;
# A minus sign may be prepended to remove a packages from the
# selection that would be enabled by default or due to the
# chosen feature flags

GLUON_SITE_PACKAGES := \
iwinfo \
respondd-module-airtime

## DEFAULT_GLUON_RELEASE
# version string to use for images
# gluon relies on
# opkg compare-versions "$1" '>>' "$2"
# to decide if a version is newer or not.

DEFAULT_GLUON_RELEASE := 2022.1.4
DEFAULT_GLUON_RELEASE := 2023.2.3.0

# Variables set with ?= can be overwritten from the command line

Expand Down

0 comments on commit 0a58e79

Please sign in to comment.