diff options
author | David Bauer <mail@david-bauer.net> | 2018-02-06 19:44:36 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-02-11 16:16:03 +0100 |
commit | f17173f5a36999f070a2ccbde2953d5d0d98001b (patch) | |
tree | a0f450be7099b39b3592166421d9c2b9d31f5c77 /target/linux/ar71xx/image/generic-ubnt.mk | |
parent | 83d99924fa7f461b4df6d52379d702d5a49bc564 (diff) | |
download | upstream-f17173f5a36999f070a2ccbde2953d5d0d98001b.tar.gz upstream-f17173f5a36999f070a2ccbde2953d5d0d98001b.tar.bz2 upstream-f17173f5a36999f070a2ccbde2953d5d0d98001b.zip |
ar71xx: remove bs-partition ro-flag for UniFi AC
This removes the read-only flag from the bs (bootselect) partition
on UniFi AC devices. This allows to correct the indicator from which
partition the device is booting its kernel from.
See also:
- https://github.com/freifunk-gluon/gluon/issues/1301
- https://bugs.lede-project.org/index.php?do=details&task_id=662
Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target/linux/ar71xx/image/generic-ubnt.mk')
-rw-r--r-- | target/linux/ar71xx/image/generic-ubnt.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/image/generic-ubnt.mk b/target/linux/ar71xx/image/generic-ubnt.mk index 2735c7491d..66d7c52496 100644 --- a/target/linux/ar71xx/image/generic-ubnt.mk +++ b/target/linux/ar71xx/image/generic-ubnt.mk @@ -113,7 +113,7 @@ define Device/ubnt-unifiac DEVICE_PACKAGES := kmod-usb-core kmod-usb2 DEVICE_PROFILE := UBNT IMAGE_SIZE := 7744k - MTDPARTS := spi0.0:384k(u-boot)ro,64k(u-boot-env)ro,7744k(firmware),7744k(ubnt-airos)ro,128k(bs)ro,256k(cfg)ro,64k(EEPROM)ro + MTDPARTS := spi0.0:384k(u-boot)ro,64k(u-boot-env)ro,7744k(firmware),7744k(ubnt-airos)ro,128k(bs),256k(cfg)ro,64k(EEPROM)ro IMAGES := sysupgrade.bin IMAGE/sysupgrade.bin := append-kernel | pad-to $$$$(BLOCKSIZE) | append-rootfs | pad-rootfs | check-size $$$$(IMAGE_SIZE) endef |