add mediatek-filogic targets
This commit is contained in:
parent
87e65917f8
commit
6251517fe4
2 changed files with 3 additions and 2 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,7 @@ 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.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.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
|
- 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.4.0: site-ffhh: v2022.1.4.0, gluon: v2022.1.4
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
GLUON_RELEASE="v2023.2.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"
|
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*'
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue