Compare commits
11 commits
v2021.1.2.
...
master
Author | SHA1 | Date | |
---|---|---|---|
![]() |
b3c3b41e30 | ||
![]() |
db81f77fd0 | ||
![]() |
9c77f19549 | ||
![]() |
6251517fe4 | ||
![]() |
87e65917f8 | ||
![]() |
1a956e5375 | ||
![]() |
6436e5cec6 | ||
![]() |
e0206d0372 | ||
![]() |
cd2d266749 | ||
![]() |
df829eb3d0 | ||
![]() |
932dfba35e |
6 changed files with 47 additions and 36 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
In the next two commands replace GLUON_VERSION and SITE_VERSION with the actual version numbers.
|
In the next two commands replace GLUON_VERSION and SITE_VERSION with the actual version numbers.
|
||||||
$ git clone -b GLUON_VERSION https://github.com/freifunk-gluon/gluon.git
|
$ git clone -b GLUON_VERSION https://github.com/freifunk-gluon/gluon.git
|
||||||
$ git clone -b SITE_VERSION https://github.com/freifunkhamburg/site-ffhh.git
|
$ git clone -b SITE_VERSION https://git.hamburg.ccc.de/freifunk/site-ffhh.git
|
||||||
$ cd site-ffhh
|
$ cd site-ffhh
|
||||||
|
|
||||||
To build the firmware into the subdirectory firmware:
|
To build the firmware into the subdirectory firmware:
|
||||||
|
@ -15,6 +15,12 @@ Please see [the official Gluon repository](https://github.com/freifunk-gluon/glu
|
||||||
|
|
||||||
#### Gluon versions used for specific Hamburg Freifunk Firmware builds
|
#### Gluon versions used for specific Hamburg Freifunk Firmware builds
|
||||||
|
|
||||||
|
- v2023.2.4.0: site-ffhh: v2023.2.4.0, gluon: v2023.2.4
|
||||||
|
- v2023.2.2.1: site-ffhh: v2023.2.2.0, gluon: v2023.2.2 (add mediatek-filogic Routers)
|
||||||
|
- v2023.2.2.0: site-ffhh: v2023.2.2.0, gluon: v2023.2.2
|
||||||
|
- v2023.1.2.0: site-ffhh: v2023.1.2.0, gluon: v2023.1.2
|
||||||
|
- v2022.1.4.0: site-ffhh: v2022.1.4.0, gluon: v2022.1.4
|
||||||
|
- v2022.1.3.0: site-ffhh: v2022.1.3.0, gluon: v2022.1.3 (nur experimental verteilt)
|
||||||
- v2021.1.2.0: site-ffhh: v2021.1.2.0, gluon: v2021.1.2
|
- v2021.1.2.0: site-ffhh: v2021.1.2.0, gluon: v2021.1.2
|
||||||
- v2021.1.1.0: site-ffhh: v2021.1.1.0, gluon: v2021.1.1
|
- v2021.1.1.0: site-ffhh: v2021.1.1.0, gluon: v2021.1.1
|
||||||
- v2020.2.3.0: site-ffhh: v2020.2.3.0, gluon: v2020.2.3
|
- v2020.2.3.0: site-ffhh: v2020.2.3.0, gluon: v2020.2.3
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
GLUON_RELEASE="v2021.1.2.0"
|
GLUON_RELEASE="v2023.2.4.0"
|
||||||
targets="ar71xx-generic ar71xx-nand ar71xx-tiny ath79-generic brcm2708-bcm2708 brcm2708-bcm2709 ipq40xx-generic ipq806x-generic lantiq-xrx200 lantiq-xway mpc85xx-generic mpc85xx-p1020 ramips-mt7620 ramips-mt7621 ramips-mt76x8 ramips-rt305x x86-64 x86-generic x86-geode x86-legacy"
|
targets="ath79-generic ath79-nand ath79-mikrotik bcm27xx-bcm2708 bcm27xx-bcm2709 ipq40xx-generic ipq40xx-mikrotik ipq806x-generic lantiq-xrx200 lantiq-xway mediatek-filogic mediatek-mt7622 mpc85xx-p1010 mpc85xx-p1020 ramips-mt7620 ramips-mt7621 ramips-mt76x8 rockchip-armv8 sunxi-cortexa7 x86-generic x86-geode x86-legacy x86-64"
|
||||||
broken_images=(
|
broken_images=(
|
||||||
'*dir*615*d*'
|
'*dir*615*d*'
|
||||||
)
|
)
|
||||||
|
|
3
build.sh
3
build.sh
|
@ -79,7 +79,7 @@ pushd "$site_path"
|
||||||
# shellcheck source=/dev/null
|
# shellcheck source=/dev/null
|
||||||
. ./build.conf
|
. ./build.conf
|
||||||
GLUON_AUTOUPDATER_BRANCH="${GLUON_AUTOUPDATER_BRANCH:-experimental}"
|
GLUON_AUTOUPDATER_BRANCH="${GLUON_AUTOUPDATER_BRANCH:-experimental}"
|
||||||
[ "${GLUON_AUTOUPDATER_BRANCH}" = "experimental" ] && GLUON_RELEASE="${GLUON_RELEASE}~exp$(date +%Y%m%d)"
|
[ "${GLUON_AUTOUPDATER_BRANCH}" = "experimental" ] && GLUON_RELEASE="${GLUON_RELEASE}~exp${BUILD_DATE:-$(date +%Y%m%d)}"
|
||||||
export GLUON_RELEASE
|
export GLUON_RELEASE
|
||||||
export GLUON_AUTOUPDATER_BRANCH
|
export GLUON_AUTOUPDATER_BRANCH
|
||||||
export GLUON_SITEDIR="${site_path}"
|
export GLUON_SITEDIR="${site_path}"
|
||||||
|
@ -91,7 +91,6 @@ env | egrep '^GLUON' | sort
|
||||||
|
|
||||||
pushd "${gluon_path}"
|
pushd "${gluon_path}"
|
||||||
announce Starting make update...
|
announce Starting make update...
|
||||||
rm -rf "${GLUON_OUTPUTDIR}"
|
|
||||||
mkdir -p "${GLUON_OUTPUTDIR}"
|
mkdir -p "${GLUON_OUTPUTDIR}"
|
||||||
make update
|
make update
|
||||||
# Try to install patches. I wasn't able to figure out how patches in gluon/site/patches work.
|
# Try to install patches. I wasn't able to figure out how patches in gluon/site/patches work.
|
||||||
|
|
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
|
|
@ -39,9 +39,9 @@
|
||||||
|
|
||||||
mesh_vpn = {
|
mesh_vpn = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
mtu = 1312,
|
|
||||||
fastd = {
|
fastd = {
|
||||||
configurable = true,
|
configurable = true,
|
||||||
|
mtu = 1312,
|
||||||
methods = {'salsa2012+umac'},
|
methods = {'salsa2012+umac'},
|
||||||
groups = {
|
groups = {
|
||||||
backbone = {
|
backbone = {
|
||||||
|
|
30
site.mk
30
site.mk
|
@ -3,36 +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 \
|
|
||||||
iptables \
|
|
||||||
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…
Add table
Reference in a new issue