ath79: remove bs-partition ro-flag for UniFi AC devices

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:
 - freifunk-gluon/gluon#1301
 - https://bugs.lede-project.org/index.php?do=details&task_id=662

Signed-off-by: Christoph Krapp <achterin@googlemail.com>
v19.07.3_mercusys_ac12_duma
Christoph Krapp 6 years ago committed by Mathias Kresin
parent 63c9081c77
commit 8722c52b41

@ -97,7 +97,6 @@
partition@f90000 {
label = "bs";
reg = <0xf90000 0x020000>;
read-only;
};
partition@fb0000 {

Loading…
Cancel
Save