aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx
diff options
context:
space:
mode:
authorKimmo Vuorinen <kimmo.vuorinen@gmail.com>2020-01-22 23:38:35 +0200
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-01-23 13:56:53 +0100
commit2c1cfacddedc82c7a34eeb2a26529a5f3ab423d8 (patch)
treeb766297bb886a21c7b07cc9f3ef215cbe4e86612 /target/linux/ar71xx
parenta66a1eb9c5f07095d8ed266b733b379bc9a8e8d4 (diff)
downloadupstream-2c1cfacddedc82c7a34eeb2a26529a5f3ab423d8.tar.gz
upstream-2c1cfacddedc82c7a34eeb2a26529a5f3ab423d8.tar.bz2
upstream-2c1cfacddedc82c7a34eeb2a26529a5f3ab423d8.zip
ar71xx: change u-boot-env to read-write for gl-ar150/-domino/mifi
Change u-boot-env partitions to be mounted as read-write for gl-ar150, gl-domino and gl-mifi so uboot-envtools support is possible. Signed-off-by: Kimmo Vuorinen <kimmo.vuorinen@gmail.com> [commit title/message facelift] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ar71xx')
-rw-r--r--target/linux/ar71xx/image/generic.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ar71xx/image/generic.mk b/target/linux/ar71xx/image/generic.mk
index 8f495f54b8..5098650ec7 100644
--- a/target/linux/ar71xx/image/generic.mk
+++ b/target/linux/ar71xx/image/generic.mk
@@ -462,7 +462,7 @@ define Device/gl-ar150
BOARDNAME := GL-AR150
IMAGE_SIZE := 16000k
CONSOLE := ttyATH0,115200
- MTDPARTS := spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,16000k(firmware),64k(art)ro
+ MTDPARTS := spi0.0:256k(u-boot)ro,64k(u-boot-env),16000k(firmware),64k(art)ro
endef
TARGET_DEVICES += gl-ar150
@@ -516,7 +516,7 @@ define Device/gl-domino
BOARDNAME := DOMINO
IMAGE_SIZE := 16000k
CONSOLE := ttyATH0,115200
- MTDPARTS := spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,16000k(firmware),64k(art)ro
+ MTDPARTS := spi0.0:256k(u-boot)ro,64k(u-boot-env),16000k(firmware),64k(art)ro
endef
TARGET_DEVICES += gl-domino
@@ -526,7 +526,7 @@ define Device/gl-mifi
BOARDNAME := GL-MIFI
IMAGE_SIZE := 16000k
CONSOLE := ttyATH0,115200
- MTDPARTS := spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,16000k(firmware),64k(art)ro
+ MTDPARTS := spi0.0:256k(u-boot)ro,64k(u-boot-env),16000k(firmware),64k(art)ro
endef
TARGET_DEVICES += gl-mifi