diff options
| author | Michal Cieslakiewicz | 2020-02-03 18:54:31 +0000 |
|---|---|---|
| committer | Adrian Schmutzler | 2020-02-07 13:08:19 +0000 |
| commit | 53cd2299ee6ae1e8abe3a3823c7b47eea87952a5 (patch) | |
| tree | 824b2ec3c3be1e6bc6c32225efed67d0ac3c630b | |
| parent | cff3795450b77d4ee40a0079505375fc50c4c21a (diff) | |
| download | openwrt-53cd2299ee6ae1e8abe3a3823c7b47eea87952a5.tar.gz | |
ath79: WNDR3700 v1/v2: make u-boot env partition writable
Remove read-only flag from U-boot environment partition for Netgear
WNDR3700 v1 and v2 so u-boot-envtools can modify data there.
Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
(cherry picked from commit 6227c8d1bf41739586969c3102897a7ba179114d)
| -rw-r--r-- | target/linux/ath79/dts/ar7161_netgear_wndr3700.dts | 1 | ||||
| -rw-r--r-- | target/linux/ath79/dts/ar7161_netgear_wndr3700v2.dts | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/ath79/dts/ar7161_netgear_wndr3700.dts b/target/linux/ath79/dts/ar7161_netgear_wndr3700.dts index ac6f2362ec..75c68d83c7 100644 --- a/target/linux/ath79/dts/ar7161_netgear_wndr3700.dts +++ b/target/linux/ath79/dts/ar7161_netgear_wndr3700.dts @@ -18,7 +18,6 @@ partition@50000 { label = "u-boot-env"; reg = <0x050000 0x020000>; - read-only; }; partition@70000 { diff --git a/target/linux/ath79/dts/ar7161_netgear_wndr3700v2.dts b/target/linux/ath79/dts/ar7161_netgear_wndr3700v2.dts index 76ef300a81..9b7e040865 100644 --- a/target/linux/ath79/dts/ar7161_netgear_wndr3700v2.dts +++ b/target/linux/ath79/dts/ar7161_netgear_wndr3700v2.dts @@ -18,7 +18,6 @@ partition@50000 { label = "u-boot-env"; reg = <0x050000 0x020000>; - read-only; }; partition@70000 { |