From e5934ce04fc1d3b0aec60a59f6cfb686294afe4f Mon Sep 17 00:00:00 2001 From: Ruben Barkow Date: Sun, 1 Dec 2019 19:37:15 +0100 Subject: [PATCH 01/30] fix indentions --- site.mk | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/site.mk b/site.mk index efd1464..4d57d91 100644 --- a/site.mk +++ b/site.mk @@ -1,7 +1,8 @@ GLUON_MULTIDOMAIN := 1 GLUON_DEPRECATED := upgrade -GLUON_SITE_PACKAGES := -gluon-config-mode-geo-location \ +GLUON_SITE_PACKAGES := \ + -gluon-config-mode-geo-location \ -gluon-config-mode-contact-info \ gluon-ebtables-source-filter \ gluon-web-mesh-vpn-fastd \ @@ -25,20 +26,20 @@ GLUON_FEATURES := \ # EXTRA_SOFTWARE_TOOLS_01 EXTRA_SOFTWARE_TOOLS_01 := \ - nano \ - htop \ - ethtool + nano \ + htop \ + ethtool # x86 ifeq ($(GLUON_TARGET),x86-generic) GLUON_SITE_PACKAGES += \ - $(EXTRA_SOFTWARE_TOOLS_01) + $(EXTRA_SOFTWARE_TOOLS_01) endif # x86-64 ifeq ($(GLUON_TARGET),x86-64) GLUON_SITE_PACKAGES += \ - $(EXTRA_SOFTWARE_TOOLS_01) + $(EXTRA_SOFTWARE_TOOLS_01) endif GLUON_PRIORITY ?= 7 From cd90115c7461ec01ce9226689545658a7aba7e4b Mon Sep 17 00:00:00 2001 From: Ruben Barkow Date: Sun, 1 Dec 2019 19:40:00 +0100 Subject: [PATCH 02/30] gluon-radvd and gluon-ebtables-limit-arp are already in batman feature --- site.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/site.mk b/site.mk index 4d57d91..7c9fbe0 100644 --- a/site.mk +++ b/site.mk @@ -15,10 +15,8 @@ GLUON_FEATURES := \ config-mode-domain-select \ ebtables-filter-multicast \ ebtables-filter-ra-dhcp \ - ebtables-limit-arp \ mesh-batman-adv-15 \ mesh-vpn-fastd \ - radvd \ respondd \ status-page \ web-advanced \ From 553ba5c01e1498f58e0e61c14c79f2f7901b6732 Mon Sep 17 00:00:00 2001 From: Ruben Barkow Date: Sun, 1 Dec 2019 19:50:36 +0100 Subject: [PATCH 03/30] unify setting of extra software on x86-generic and x86-64 --- site.mk | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/site.mk b/site.mk index 7c9fbe0..aea0325 100644 --- a/site.mk +++ b/site.mk @@ -22,22 +22,12 @@ GLUON_FEATURES := \ web-advanced \ web-wizard -# EXTRA_SOFTWARE_TOOLS_01 -EXTRA_SOFTWARE_TOOLS_01 := \ - nano \ - htop \ - ethtool - -# x86 -ifeq ($(GLUON_TARGET),x86-generic) -GLUON_SITE_PACKAGES += \ - $(EXTRA_SOFTWARE_TOOLS_01) -endif - -# x86-64 -ifeq ($(GLUON_TARGET),x86-64) -GLUON_SITE_PACKAGES += \ - $(EXTRA_SOFTWARE_TOOLS_01) +# 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 From ccad2d2a2ba4fc36ef0f9673d8eb5471ca475ca5 Mon Sep 17 00:00:00 2001 From: Daniel Frank Date: Fri, 19 Jun 2020 22:00:28 +0200 Subject: [PATCH 04/30] Bump to v2020.1.3.0 --- README.md | 1 + build.conf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 85bf9ad..c6fabf1 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Please see [the official Gluon repository](https://github.com/freifunk-gluon/glu #### Gluon versions used for specific Hamburg Freifunk Firmware builds +- v2020.1.3.0: site-ffhh: v2020.1.3.0, gluon: v2020.1.3 - v2019.1.2.0: site-ffhh: v2019.1.2.0, gluon: v2019.1.2 - v2018.2.3.0: site-ffhh: v2018.2.3.0, gluon: v2018.2.3 - v2018.2.1.0: site-ffhh: v2018.2.1.0, gluon: v2018.2.1 diff --git a/build.conf b/build.conf index 84b8c24..0ca7d8a 100644 --- a/build.conf +++ b/build.conf @@ -1,4 +1,4 @@ -GLUON_RELEASE="v2019.1.2.0" +GLUON_RELEASE="v2020.1.3.0" GLUON_BRANCH="stable" targets="ar71xx-generic ar71xx-nand ar71xx-tiny brcm2708-bcm2708 brcm2708-bcm2709 mpc85xx-generic ramips-mt7620 ramips-mt7621 ramips-mt76x8 ramips-rt305x sunxi-cortexa7 x86-64 x86-generic x86-geode" broken_images=( From 0d3140f32573058012f498a6f59f82b376b40ce0 Mon Sep 17 00:00:00 2001 From: bdobe Date: Mon, 22 Jun 2020 13:17:10 +0200 Subject: [PATCH 05/30] site.conf: add channel list for 5GHz outdoor mode --- site.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/site.conf b/site.conf index c8ea474..d1432a8 100644 --- a/site.conf +++ b/site.conf @@ -31,6 +31,7 @@ wifi5 = { channel = 44, + outdoor_chanlist = "100-140", mesh = { mcast_rate = 12000, }, From f996941c77b9c95a2699b2c9ffc752bb59a187df Mon Sep 17 00:00:00 2001 From: Bjoern Dobe Date: Sat, 8 Aug 2020 12:15:35 +0200 Subject: [PATCH 06/30] site.mk: remove haveged Remove the package haveged from site config, since it is no longer supported from Gluon 2020.2. --- site.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/site.mk b/site.mk index a46537b..5952e73 100644 --- a/site.mk +++ b/site.mk @@ -6,7 +6,6 @@ GLUON_SITE_PACKAGES := \ -gluon-config-mode-contact-info \ gluon-ebtables-source-filter \ gluon-web-mesh-vpn-fastd \ - haveged \ iptables \ iwinfo From 8e01a9a42a05e63955bdbd559449fda789867350 Mon Sep 17 00:00:00 2001 From: Daniel Frank Date: Sat, 12 Sep 2020 00:37:24 +0200 Subject: [PATCH 07/30] README update for v2020.1.4.0 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c6fabf1..97ae8ce 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Please see [the official Gluon repository](https://github.com/freifunk-gluon/glu #### Gluon versions used for specific Hamburg Freifunk Firmware builds +- v2020.1.4.0: site-ffhh: v2020.1.4.0, gluon: v2020.1.4 - v2020.1.3.0: site-ffhh: v2020.1.3.0, gluon: v2020.1.3 - v2019.1.2.0: site-ffhh: v2019.1.2.0, gluon: v2019.1.2 - v2018.2.3.0: site-ffhh: v2018.2.3.0, gluon: v2018.2.3 From 78606aea3af1f579d721625903548047166f3278 Mon Sep 17 00:00:00 2001 From: Daniel Frank Date: Wed, 16 Dec 2020 22:07:43 +0100 Subject: [PATCH 08/30] Prepare v2020.2.2.0 --- README.md | 1 + build.conf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 97ae8ce..99413eb 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Please see [the official Gluon repository](https://github.com/freifunk-gluon/glu #### Gluon versions used for specific Hamburg Freifunk Firmware builds +- v2020.2.2.0: site-ffhh: v2020.2.2.0, gluon: v2020.2.2 - v2020.1.4.0: site-ffhh: v2020.1.4.0, gluon: v2020.1.4 - v2020.1.3.0: site-ffhh: v2020.1.3.0, gluon: v2020.1.3 - v2019.1.2.0: site-ffhh: v2019.1.2.0, gluon: v2019.1.2 diff --git a/build.conf b/build.conf index 0ca7d8a..3185df3 100644 --- a/build.conf +++ b/build.conf @@ -1,4 +1,4 @@ -GLUON_RELEASE="v2020.1.3.0" +GLUON_RELEASE="v2020.2.2.0" GLUON_BRANCH="stable" targets="ar71xx-generic ar71xx-nand ar71xx-tiny brcm2708-bcm2708 brcm2708-bcm2709 mpc85xx-generic ramips-mt7620 ramips-mt7621 ramips-mt76x8 ramips-rt305x sunxi-cortexa7 x86-64 x86-generic x86-geode" broken_images=( From 9ddf2f6720ce6598ddf4fcd6cbaea773a35f13a1 Mon Sep 17 00:00:00 2001 From: Daniel Frank Date: Mon, 17 May 2021 20:05:27 +0200 Subject: [PATCH 09/30] Prepare release of v2020.2.3.0 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 99413eb..01cc4a6 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Please see [the official Gluon repository](https://github.com/freifunk-gluon/glu #### Gluon versions used for specific Hamburg Freifunk Firmware builds +- v2020.2.3.0: site-ffhh: v2020.2.3.0, gluon: v2020.2.3 - v2020.2.2.0: site-ffhh: v2020.2.2.0, gluon: v2020.2.2 - v2020.1.4.0: site-ffhh: v2020.1.4.0, gluon: v2020.1.4 - v2020.1.3.0: site-ffhh: v2020.1.3.0, gluon: v2020.1.3 From 28795fdd67fb9ec7bb5f22d5378f34c1ecc348a0 Mon Sep 17 00:00:00 2001 From: Daniel Frank Date: Mon, 10 Jan 2022 20:28:41 +0100 Subject: [PATCH 10/30] Updates for v2021.1.1.0 --- README.md | 1 + build.conf | 3 +-- build.sh | 13 +++++++++---- site.mk | 2 ++ 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 01cc4a6..8f05274 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Please see [the official Gluon repository](https://github.com/freifunk-gluon/glu #### Gluon versions used for specific Hamburg Freifunk Firmware builds +- 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.2.0: site-ffhh: v2020.2.2.0, gluon: v2020.2.2 - v2020.1.4.0: site-ffhh: v2020.1.4.0, gluon: v2020.1.4 diff --git a/build.conf b/build.conf index 3185df3..fa24547 100644 --- a/build.conf +++ b/build.conf @@ -1,5 +1,4 @@ -GLUON_RELEASE="v2020.2.2.0" -GLUON_BRANCH="stable" +GLUON_RELEASE="v2021.1.1.0" targets="ar71xx-generic ar71xx-nand ar71xx-tiny brcm2708-bcm2708 brcm2708-bcm2709 mpc85xx-generic ramips-mt7620 ramips-mt7621 ramips-mt76x8 ramips-rt305x sunxi-cortexa7 x86-64 x86-generic x86-geode" broken_images=( '*dir*615*d*' diff --git a/build.sh b/build.sh index 4bf0eed..c907d12 100755 --- a/build.sh +++ b/build.sh @@ -11,6 +11,7 @@ function usage () { echo " -a Automatically detect and build all targets." >&2 echo " -o OUT_PATH Path to the firmware output directory. Default: ${gluon_out}" >&2 echo " -s SIGNATURE Sign firmware with signature" >&2 + echo " -stable Set GLUON_AUTOUPDATER_BRANCH=stable" >&2 echo " -b BROKEN=1" >&2 echo " -v verbose" >&2 echo " -j JOBS Run build with -jJOBS. Default: ${proc}" >&2 @@ -40,6 +41,10 @@ while [ $# -gt 0 ]; do signature="$2" shift ;; + -stable) + export GLUON_AUTOUPDATER_BRANCH=stable + shift + ;; -b) export BROKEN=1 ;; @@ -74,11 +79,11 @@ announce FFHH SITE PATH: "$site_path" >&2 pushd "$site_path" # shellcheck source=/dev/null . ./build.conf -[ "${GLUON_BRANCH}" = "experimental" ] && GLUON_RELEASE="${GLUON_RELEASE}~exp$(date +%Y%m%d)" +[ "${GLUON_AUTOUPDATER_BRANCH:-experimental}" = "experimental" ] && GLUON_RELEASE="${GLUON_RELEASE}~exp$(date +%Y%m%d)" export GLUON_RELEASE -export GLUON_BRANCH +export GLUON_AUTOUPDATER_BRANCH export GLUON_SITEDIR="${site_path}" -export GLUON_OUTPUTDIR="${gluon_out}/${GLUON_RELEASE}/${GLUON_BRANCH}" +export GLUON_OUTPUTDIR="${gluon_out}/${GLUON_RELEASE}/${GLUON_AUTOUPDATER_BRANCH}" popd pushd "${gluon_path}" @@ -120,7 +125,7 @@ done announce Building manifest... make manifest if [ -n "${signature}" ]; then - if [ "$GLUON_BRANCH" == "experimental" ]; then + if [ "$GLUON_AUTOUPDATER_BRANCH" == "experimental" ]; then announce Signing... "${gluon_path}/contrib/sign.sh" "${signature}" "${GLUON_OUTPUTDIR}/images/sysupgrade/experimental.manifest" else diff --git a/site.mk b/site.mk index 5952e73..2d6fb10 100644 --- a/site.mk +++ b/site.mk @@ -1,6 +1,8 @@ GLUON_MULTIDOMAIN := 1 GLUON_DEPRECATED := upgrade +GLUON_AUTOUPDATER_ENABLED ?= 1 + GLUON_SITE_PACKAGES := \ -gluon-config-mode-geo-location \ -gluon-config-mode-contact-info \ From cffd0a85530d8e918e6c84a3c5f4806a0061ad4b Mon Sep 17 00:00:00 2001 From: Daniel Frank Date: Tue, 11 Jan 2022 01:25:05 +0100 Subject: [PATCH 11/30] no more git on github --- modules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules b/modules index 6416262..d1b67ac 100644 --- a/modules +++ b/modules @@ -1,5 +1,5 @@ GLUON_SITE_FEEDS='ffhh_packages' -PACKAGES_FFHH_PACKAGES_REPO=git://github.com/freifunkhamburg/ffhh-packages.git +PACKAGES_FFHH_PACKAGES_REPO=https://github.com/freifunkhamburg/ffhh-packages.git PACKAGES_FFHH_PACKAGES_COMMIT=ef9fcc1222f74c3c045b1450537a4b8b80efb56c From 9647ec46934a50af371d7624a2662f699a8c8ce1 Mon Sep 17 00:00:00 2001 From: Daniel Frank Date: Mon, 21 Mar 2022 21:53:35 +0100 Subject: [PATCH 12/30] Updates for v2021.1.1.0 --- build.conf | 2 +- build.sh | 6 +++++- modules | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/build.conf b/build.conf index fa24547..f69fe80 100644 --- a/build.conf +++ b/build.conf @@ -1,5 +1,5 @@ GLUON_RELEASE="v2021.1.1.0" -targets="ar71xx-generic ar71xx-nand ar71xx-tiny brcm2708-bcm2708 brcm2708-bcm2709 mpc85xx-generic ramips-mt7620 ramips-mt7621 ramips-mt76x8 ramips-rt305x sunxi-cortexa7 x86-64 x86-generic x86-geode" +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" broken_images=( '*dir*615*d*' ) diff --git a/build.sh b/build.sh index c907d12..507a127 100755 --- a/build.sh +++ b/build.sh @@ -79,13 +79,17 @@ announce FFHH SITE PATH: "$site_path" >&2 pushd "$site_path" # shellcheck source=/dev/null . ./build.conf -[ "${GLUON_AUTOUPDATER_BRANCH:-experimental}" = "experimental" ] && GLUON_RELEASE="${GLUON_RELEASE}~exp$(date +%Y%m%d)" +GLUON_AUTOUPDATER_BRANCH="${GLUON_AUTOUPDATER_BRANCH:-experimental}" +[ "${GLUON_AUTOUPDATER_BRANCH}" = "experimental" ] && GLUON_RELEASE="${GLUON_RELEASE}~exp$(date +%Y%m%d)" export GLUON_RELEASE export GLUON_AUTOUPDATER_BRANCH export GLUON_SITEDIR="${site_path}" export GLUON_OUTPUTDIR="${gluon_out}/${GLUON_RELEASE}/${GLUON_AUTOUPDATER_BRANCH}" popd +announce GLUON Variables: +env | egrep '^GLUON' | sort + pushd "${gluon_path}" announce Starting make update... rm -rf "${GLUON_OUTPUTDIR}" diff --git a/modules b/modules index 6416262..d1b67ac 100644 --- a/modules +++ b/modules @@ -1,5 +1,5 @@ GLUON_SITE_FEEDS='ffhh_packages' -PACKAGES_FFHH_PACKAGES_REPO=git://github.com/freifunkhamburg/ffhh-packages.git +PACKAGES_FFHH_PACKAGES_REPO=https://github.com/freifunkhamburg/ffhh-packages.git PACKAGES_FFHH_PACKAGES_COMMIT=ef9fcc1222f74c3c045b1450537a4b8b80efb56c From 7ad2cd6af6d014590e7b6ef6e0d0d1ae64ca8766 Mon Sep 17 00:00:00 2001 From: Daniel Frank Date: Mon, 2 May 2022 21:37:49 +0200 Subject: [PATCH 13/30] build.sh: fix broken build.sh --- build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sh b/build.sh index 507a127..ac09d08 100755 --- a/build.sh +++ b/build.sh @@ -43,7 +43,6 @@ while [ $# -gt 0 ]; do ;; -stable) export GLUON_AUTOUPDATER_BRANCH=stable - shift ;; -b) export BROKEN=1 From 639d076417430b3ee3865fb484dc11adc43d32d4 Mon Sep 17 00:00:00 2001 From: Daniel Frank Date: Tue, 3 May 2022 22:00:52 +0200 Subject: [PATCH 14/30] Add new version numbers in preparation for the security update --- README.md | 1 + build.conf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f05274..53cbfb6 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Please see [the official Gluon repository](https://github.com/freifunk-gluon/glu #### Gluon versions used for specific Hamburg Freifunk Firmware builds +- 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 - v2020.2.3.0: site-ffhh: v2020.2.3.0, gluon: v2020.2.3 - v2020.2.2.0: site-ffhh: v2020.2.2.0, gluon: v2020.2.2 diff --git a/build.conf b/build.conf index f69fe80..13f862f 100644 --- a/build.conf +++ b/build.conf @@ -1,4 +1,4 @@ -GLUON_RELEASE="v2021.1.1.0" +GLUON_RELEASE="v2021.1.2.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" broken_images=( '*dir*615*d*' From 932dfba35e47eb3097f9306e865159940ffadedd Mon Sep 17 00:00:00 2001 From: Daniel Frank Date: Mon, 17 Oct 2022 20:29:52 +0200 Subject: [PATCH 15/30] Updates for gluon v2022.1 --- README.md | 1 + build.conf | 4 ++-- site.conf | 2 +- site.mk | 1 - 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 53cbfb6..773f866 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Please see [the official Gluon repository](https://github.com/freifunk-gluon/glu #### Gluon versions used for specific Hamburg Freifunk Firmware builds +- v2022.1.0.0: site-ffhh: v2022.1.0.0, gluon: v2022.1 - 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 - v2020.2.3.0: site-ffhh: v2020.2.3.0, gluon: v2020.2.3 diff --git a/build.conf b/build.conf index 13f862f..282bef3 100644 --- a/build.conf +++ b/build.conf @@ -1,5 +1,5 @@ -GLUON_RELEASE="v2021.1.2.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" +GLUON_RELEASE="v2022.1.0.0" +targets="ath79-generic ath79-nand ath79-mikrotik bcm27xx-bcm2708 bcm27xx-bcm2709 ipq40xx-generic ipq40xx-mikrotik ipq806x-generic lantiq-xrx200 lantiq-xway 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=( '*dir*615*d*' ) diff --git a/site.conf b/site.conf index d1432a8..04919a0 100644 --- a/site.conf +++ b/site.conf @@ -39,9 +39,9 @@ mesh_vpn = { enabled = true, - mtu = 1312, fastd = { configurable = true, + mtu = 1312, methods = {'salsa2012+umac'}, groups = { backbone = { diff --git a/site.mk b/site.mk index 2d6fb10..419cb23 100644 --- a/site.mk +++ b/site.mk @@ -8,7 +8,6 @@ GLUON_SITE_PACKAGES := \ -gluon-config-mode-contact-info \ gluon-ebtables-source-filter \ gluon-web-mesh-vpn-fastd \ - iptables \ iwinfo GLUON_FEATURES := \ From df829eb3d03caa4f7e33222e516e4ee7890d8716 Mon Sep 17 00:00:00 2001 From: Daniel Frank Date: Mon, 6 Feb 2023 20:45:11 +0100 Subject: [PATCH 16/30] Update for v2022.1.1.0 --- README.md | 2 +- build.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 773f866..386cd89 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Please see [the official Gluon repository](https://github.com/freifunk-gluon/glu #### Gluon versions used for specific Hamburg Freifunk Firmware builds -- v2022.1.0.0: site-ffhh: v2022.1.0.0, gluon: v2022.1 +- v2022.1.1.0: site-ffhh: v2022.1.1.0, gluon: v2022.1.1 - 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 - v2020.2.3.0: site-ffhh: v2020.2.3.0, gluon: v2020.2.3 diff --git a/build.conf b/build.conf index 282bef3..44a981b 100644 --- a/build.conf +++ b/build.conf @@ -1,4 +1,4 @@ -GLUON_RELEASE="v2022.1.0.0" +GLUON_RELEASE="v2022.1.1.0" targets="ath79-generic ath79-nand ath79-mikrotik bcm27xx-bcm2708 bcm27xx-bcm2709 ipq40xx-generic ipq40xx-mikrotik ipq806x-generic lantiq-xrx200 lantiq-xway 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=( '*dir*615*d*' From cd2d266749421eff3a9d9381c7c1df773408a093 Mon Sep 17 00:00:00 2001 From: Daniel Frank Date: Mon, 20 Mar 2023 20:11:49 +0100 Subject: [PATCH 17/30] Updates for v2022.1.3.0 --- README.md | 2 +- build.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 386cd89..02de4be 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Please see [the official Gluon repository](https://github.com/freifunk-gluon/glu #### Gluon versions used for specific Hamburg Freifunk Firmware builds -- v2022.1.1.0: site-ffhh: v2022.1.1.0, gluon: v2022.1.1 +- v2022.1.3.0: site-ffhh: v2022.1.3.0, gluon: v2022.1.3 - 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 - v2020.2.3.0: site-ffhh: v2020.2.3.0, gluon: v2020.2.3 diff --git a/build.conf b/build.conf index 44a981b..7b0d90e 100644 --- a/build.conf +++ b/build.conf @@ -1,4 +1,4 @@ -GLUON_RELEASE="v2022.1.1.0" +GLUON_RELEASE="v2022.1.3.0" targets="ath79-generic ath79-nand ath79-mikrotik bcm27xx-bcm2708 bcm27xx-bcm2709 ipq40xx-generic ipq40xx-mikrotik ipq806x-generic lantiq-xrx200 lantiq-xway 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=( '*dir*615*d*' From e0206d03726a5537a736f69b9a4ae66b198dcd08 Mon Sep 17 00:00:00 2001 From: Daniel Frank Date: Fri, 2 Feb 2024 20:05:50 +0100 Subject: [PATCH 18/30] v2022.1.4.0 --- README.md | 3 ++- build.conf | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 02de4be..8a01a20 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ Please see [the official Gluon repository](https://github.com/freifunk-gluon/glu #### Gluon versions used for specific Hamburg Freifunk Firmware builds -- v2022.1.3.0: site-ffhh: v2022.1.3.0, gluon: v2022.1.3 +- 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.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 diff --git a/build.conf b/build.conf index 7b0d90e..387c8db 100644 --- a/build.conf +++ b/build.conf @@ -1,4 +1,4 @@ -GLUON_RELEASE="v2022.1.3.0" +GLUON_RELEASE="v2022.1.4.0" targets="ath79-generic ath79-nand ath79-mikrotik bcm27xx-bcm2708 bcm27xx-bcm2709 ipq40xx-generic ipq40xx-mikrotik ipq806x-generic lantiq-xrx200 lantiq-xway 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=( '*dir*615*d*' From 6436e5cec6148af26bcf738da08d96cac5685ecc Mon Sep 17 00:00:00 2001 From: Daniel Frank Date: Mon, 25 Mar 2024 17:00:17 +0100 Subject: [PATCH 19/30] v2023.1.2 --- README.md | 1 + build.conf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a01a20..5f1ea19 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Please see [the official Gluon repository](https://github.com/freifunk-gluon/glu #### Gluon versions used for specific Hamburg Freifunk Firmware builds +- 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 diff --git a/build.conf b/build.conf index 387c8db..7c44063 100644 --- a/build.conf +++ b/build.conf @@ -1,4 +1,4 @@ -GLUON_RELEASE="v2022.1.4.0" +GLUON_RELEASE="v2023.1.2.0" targets="ath79-generic ath79-nand ath79-mikrotik bcm27xx-bcm2708 bcm27xx-bcm2709 ipq40xx-generic ipq40xx-mikrotik ipq806x-generic lantiq-xrx200 lantiq-xway 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=( '*dir*615*d*' From 1a956e5375e11473955b490614e46e4d97fb2e48 Mon Sep 17 00:00:00 2001 From: Daniel Frank Date: Tue, 26 Mar 2024 21:33:19 +0100 Subject: [PATCH 20/30] =?UTF-8?q?add=20updates=20for=20v2023.2=20from=20Bj?= =?UTF-8?q?=C3=B6rn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- image-customization.lua | 36 ++++++++++++++++++++++++++++++++++++ site.mk | 29 ----------------------------- 2 files changed, 36 insertions(+), 29 deletions(-) create mode 100644 image-customization.lua diff --git a/image-customization.lua b/image-customization.lua new file mode 100644 index 0000000..79abeed --- /dev/null +++ b/image-customization.lua @@ -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 diff --git a/site.mk b/site.mk index 419cb23..45aa428 100644 --- a/site.mk +++ b/site.mk @@ -3,35 +3,6 @@ GLUON_DEPRECATED := upgrade 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 # Region code required for some images; supported values: us eu From 87e65917f87469570d966cd0e1a870b6bcc31b8f Mon Sep 17 00:00:00 2001 From: Daniel Frank Date: Tue, 26 Mar 2024 21:34:19 +0100 Subject: [PATCH 21/30] v2023.2.2.0 --- README.md | 1 + build.conf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f1ea19..a4daeb7 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Please see [the official Gluon repository](https://github.com/freifunk-gluon/glu #### Gluon versions used for specific Hamburg Freifunk Firmware builds +- 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) diff --git a/build.conf b/build.conf index 7c44063..fa36fb5 100644 --- a/build.conf +++ b/build.conf @@ -1,4 +1,4 @@ -GLUON_RELEASE="v2023.1.2.0" +GLUON_RELEASE="v2023.2.2.0" targets="ath79-generic ath79-nand ath79-mikrotik bcm27xx-bcm2708 bcm27xx-bcm2709 ipq40xx-generic ipq40xx-mikrotik ipq806x-generic lantiq-xrx200 lantiq-xway 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=( '*dir*615*d*' From 6251517fe4696099b092ede352fe48e1a4f8df74 Mon Sep 17 00:00:00 2001 From: Entil_Zha Date: Mon, 16 Sep 2024 19:38:57 +0200 Subject: [PATCH 22/30] add mediatek-filogic targets --- README.md | 3 ++- build.conf | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4daeb7..0a79e19 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ 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 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 To build the firmware into the subdirectory firmware: @@ -15,6 +15,7 @@ Please see [the official Gluon repository](https://github.com/freifunk-gluon/glu #### Gluon versions used for specific Hamburg Freifunk Firmware builds +- 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 diff --git a/build.conf b/build.conf index fa36fb5..ee3219a 100644 --- a/build.conf +++ b/build.conf @@ -1,5 +1,5 @@ GLUON_RELEASE="v2023.2.2.0" -targets="ath79-generic ath79-nand ath79-mikrotik bcm27xx-bcm2708 bcm27xx-bcm2709 ipq40xx-generic ipq40xx-mikrotik ipq806x-generic lantiq-xrx200 lantiq-xway mediatek-mt7622 mpc85xx-p1010 mpc85xx-p1020 ramips-mt7620 ramips-mt7621 ramips-mt76x8 rockchip-armv8 sunxi-cortexa7 x86-generic x86-geode x86-legacy x86-64" +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=( '*dir*615*d*' ) From 9c77f1954908127d12478b8cf14878589ca20fb0 Mon Sep 17 00:00:00 2001 From: Daniel Frank Date: Fri, 1 Nov 2024 20:52:11 +0100 Subject: [PATCH 23/30] v2023.2.4.0 --- README.md | 1 + build.conf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a79e19..d9e669a 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Please see [the official Gluon repository](https://github.com/freifunk-gluon/glu #### 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 diff --git a/build.conf b/build.conf index ee3219a..07358e1 100644 --- a/build.conf +++ b/build.conf @@ -1,4 +1,4 @@ -GLUON_RELEASE="v2023.2.2.0" +GLUON_RELEASE="v2023.2.4.0" 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=( '*dir*615*d*' From db81f77fd00b983b89154a2697a28bc1fa96f918 Mon Sep 17 00:00:00 2001 From: Daniel Frank Date: Mon, 4 Nov 2024 00:49:48 +0100 Subject: [PATCH 24/30] dont nuke the output directory on each run --- build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sh b/build.sh index ac09d08..a91a46d 100755 --- a/build.sh +++ b/build.sh @@ -91,7 +91,6 @@ env | egrep '^GLUON' | sort pushd "${gluon_path}" announce Starting make update... -rm -rf "${GLUON_OUTPUTDIR}" mkdir -p "${GLUON_OUTPUTDIR}" make update # Try to install patches. I wasn't able to figure out how patches in gluon/site/patches work. From b3c3b41e3099a5c3379bbbd0501975f274ca7706 Mon Sep 17 00:00:00 2001 From: Daniel Frank Date: Mon, 4 Nov 2024 20:05:53 +0100 Subject: [PATCH 25/30] support BUILD_DATE for experimental versions --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index a91a46d..5647ba5 100755 --- a/build.sh +++ b/build.sh @@ -79,7 +79,7 @@ pushd "$site_path" # shellcheck source=/dev/null . ./build.conf 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_AUTOUPDATER_BRANCH export GLUON_SITEDIR="${site_path}" From 1c94a2061ef9342b4b32eed69dcb66ee11fda19f Mon Sep 17 00:00:00 2001 From: Bjoern Dobe Date: Fri, 6 Jun 2025 20:16:53 +0200 Subject: [PATCH 26/30] update ffhh-packages repository --- modules | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules b/modules index d1b67ac..45f281f 100644 --- a/modules +++ b/modules @@ -1,5 +1,4 @@ GLUON_SITE_FEEDS='ffhh_packages' -PACKAGES_FFHH_PACKAGES_REPO=https://github.com/freifunkhamburg/ffhh-packages.git -PACKAGES_FFHH_PACKAGES_COMMIT=ef9fcc1222f74c3c045b1450537a4b8b80efb56c - +PACKAGES_FFHH_PACKAGES_REPO=https://codeberg.org/freifunkhamburg/ffhh-packages.git +PACKAGES_FFHH_PACKAGES_COMMIT=eb99353a88b399583f46288485d05ca8d53cd1ac From a1e1ac30fc872e5ae3c43da141b7374330480d2d Mon Sep 17 00:00:00 2001 From: Bjoern Dobe Date: Fri, 6 Jun 2025 20:32:19 +0200 Subject: [PATCH 27/30] add package gluon-upgrade-static-interface-ffhh to default packages --- image-customization.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/image-customization.lua b/image-customization.lua index 79abeed..34f6279 100644 --- a/image-customization.lua +++ b/image-customization.lua @@ -23,6 +23,7 @@ packages({ '-gluon-config-mode-geo-location', '-gluon-config-mode-contact-info', 'gluon-ebtables-source-filter', + 'gluon-upgrade-static-interface-ffhh', 'gluon-web-mesh-vpn-fastd', 'iwinfo', }) From fcccd3a1050fb6f7958a9497f1e271cc267106d8 Mon Sep 17 00:00:00 2001 From: Daniel Frank Date: Fri, 6 Jun 2025 20:40:27 +0200 Subject: [PATCH 28/30] Rename master branch to main From 457461ad05e82694f79f5bd9b51a6b0bbf1aa737 Mon Sep 17 00:00:00 2001 From: Daniel Frank Date: Fri, 6 Jun 2025 20:42:46 +0200 Subject: [PATCH 29/30] Update README.md to reference codeberg as main repo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9e669a..69c6bc6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ 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 SITE_VERSION https://git.hamburg.ccc.de/freifunk/site-ffhh.git + $ git clone -b SITE_VERSION https://codeberg.org/freifunkhamburg/site-ffhh.git $ cd site-ffhh To build the firmware into the subdirectory firmware: From ae5b4804f55c36f935d9126c48b125ea1e5f27e5 Mon Sep 17 00:00:00 2001 From: Daniel Frank Date: Fri, 6 Jun 2025 22:21:14 +0200 Subject: [PATCH 30/30] Update build.conf for v2023.2.5.0 --- README.md | 1 + build.conf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 69c6bc6..a0673d8 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Please see [the official Gluon repository](https://github.com/freifunk-gluon/glu #### Gluon versions used for specific Hamburg Freifunk Firmware builds +- v2023.2.5.0: site-ffhh: v2023.2.5.0, gluon: v2023.2.5 - 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 diff --git a/build.conf b/build.conf index 07358e1..2d07aa1 100644 --- a/build.conf +++ b/build.conf @@ -1,4 +1,4 @@ -GLUON_RELEASE="v2023.2.4.0" +GLUON_RELEASE="v2023.2.5.0" 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=( '*dir*615*d*'