Skip to content

Commit a7a490b

Browse files
update build gluon scripts to use with version v2025.1
1 parent 8b365ca commit a7a490b

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

buildgluonscript/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2121
openssh-client \
2222
python3 \
2323
python3-dev \
24-
python3-distutils \
2524
python3-pyelftools \
2625
python3-setuptools \
2726
qemu-utils \
@@ -36,7 +35,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
3635
&& rm -rf /var/lib/apt/lists/*
3736

3837
## of https://gitlab.com/FreifunkChemnitz/gluon-build/-/blob/main/Dockerfile
39-
RUN git clone --branch v2023.2.5 https://github.com/freifunk-gluon/gluon.git
38+
RUN git clone --branch v2025.1 https://github.com/freifunk-gluon/gluon.git
4039
WORKDIR /gluon
4140
RUN git clone https://gitlab.com/FreifunkChemnitz/site-ffc.git site && \
4241
make update && \

buildgluonscript/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ apt update && apt install -y --no-install-recommends \
2323
openssh-client \
2424
python3 \
2525
python3-dev \
26-
python3-distutils \
2726
python3-pyelftools \
2827
python3-setuptools \
2928
qemu-utils \

buildgluonscript/build gluon script - separate targets edit.sh

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
BROKENS="1"
88

9-
# for gluon v2023.2.5
9+
# for gluon v2025.1
1010
TARGETS="armsr-armv7
1111
armsr-armv8
1212
ath79-generic
@@ -16,20 +16,24 @@ bcm27xx-bcm2708
1616
bcm27xx-bcm2709
1717
bcm27xx-bcm2710
1818
bcm27xx-bcm2711
19+
ipq40xx-chromium
1920
ipq40xx-generic
2021
ipq40xx-mikrotik
2122
ipq806x-generic
23+
kirkwood-generic
2224
lantiq-xrx200
25+
lantiq-xrx200_legacy
2326
lantiq-xway
2427
mediatek-filogic
2528
mediatek-mt7622
2629
mpc85xx-p1010
2730
mpc85xx-p1020
31+
mvebu-cortexa53
2832
mvebu-cortexa9
33+
qualcommax-ipq807x
2934
ramips-mt7620
3035
ramips-mt7621
3136
ramips-mt76x8
32-
realtek-rtl838x
3337
rockchip-armv8
3438
sunxi-cortexa7
3539
x86-generic
@@ -38,7 +42,7 @@ x86-legacy
3842
x86-64"
3943

4044

41-
git clone --branch v2023.2.5 https://github.com/freifunk-gluon/gluon.git
45+
git clone --branch v2025.1 https://github.com/freifunk-gluon/gluon.git
4246
cd gluon
4347
git clone https://gitlab.com/FreifunkChemnitz/site-ffc.git site
4448
make update

buildgluonscript/build gluon script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
BROKENS="1"
88

99

10-
git clone --branch v2023.2.5 https://github.com/freifunk-gluon/gluon.git
10+
git clone --branch v2025.1 https://github.com/freifunk-gluon/gluon.git
1111
cd gluon
1212
git clone https://gitlab.com/FreifunkChemnitz/site-ffc.git site
1313
make update

0 commit comments

Comments
 (0)