File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed
Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff 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
4039WORKDIR /gluon
4140RUN git clone https://gitlab.com/FreifunkChemnitz/site-ffc.git site && \
4241 make update && \
Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff line change 66
77BROKENS=" 1"
88
9- # for gluon v2023.2.5
9+ # for gluon v2025.1
1010TARGETS=" armsr-armv7
1111armsr-armv8
1212ath79-generic
@@ -16,20 +16,24 @@ bcm27xx-bcm2708
1616bcm27xx-bcm2709
1717bcm27xx-bcm2710
1818bcm27xx-bcm2711
19+ ipq40xx-chromium
1920ipq40xx-generic
2021ipq40xx-mikrotik
2122ipq806x-generic
23+ kirkwood-generic
2224lantiq-xrx200
25+ lantiq-xrx200_legacy
2326lantiq-xway
2427mediatek-filogic
2528mediatek-mt7622
2629mpc85xx-p1010
2730mpc85xx-p1020
31+ mvebu-cortexa53
2832mvebu-cortexa9
33+ qualcommax-ipq807x
2934ramips-mt7620
3035ramips-mt7621
3136ramips-mt76x8
32- realtek-rtl838x
3337rockchip-armv8
3438sunxi-cortexa7
3539x86-generic
@@ -38,7 +42,7 @@ x86-legacy
3842x86-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
4246cd gluon
4347git clone https://gitlab.com/FreifunkChemnitz/site-ffc.git site
4448make update
Original file line number Diff line number Diff line change 77BROKENS=" 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
1111cd gluon
1212git clone https://gitlab.com/FreifunkChemnitz/site-ffc.git site
1313make update
You can’t perform that action at this time.
0 commit comments