diff options
author | Lech Perczak <lech.perczak@gmail.com> | 2020-08-26 23:35:37 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-11-02 16:33:25 +0100 |
commit | 7d93473efff91b8c09d44d828be6baf2336829d5 (patch) | |
tree | ee3c4edab987c26efa56954c025f6df815c106b5 /target | |
parent | 71b2b32f98d5f359818458334fc4109c16a926ee (diff) | |
download | upstream-7d93473efff91b8c09d44d828be6baf2336829d5.tar.gz upstream-7d93473efff91b8c09d44d828be6baf2336829d5.tar.bz2 upstream-7d93473efff91b8c09d44d828be6baf2336829d5.zip |
ath79: ubnt-xm: make u-boot-env partition read-only
This partition isn't normally modified during boot process. Make it
read-only to prevent accidental overwrite.
If needed this can be overriden with installing kmod-mtd-rw; the same
way as for installing modified U-boot.
Signed-off-by: Lech Perczak <lech.perczak@gmail.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ath79/dts/ar724x_ubnt_xm.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/ar724x_ubnt_xm.dtsi b/target/linux/ath79/dts/ar724x_ubnt_xm.dtsi index b36b0d4fe2..ad216116a9 100644 --- a/target/linux/ath79/dts/ar724x_ubnt_xm.dtsi +++ b/target/linux/ath79/dts/ar724x_ubnt_xm.dtsi @@ -43,6 +43,7 @@ partition@40000 { label = "u-boot-env"; reg = <0x040000 0x010000>; + read-only; }; partition@50000 { |