aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Cieslakiewicz <michal.cieslakiewicz@wp.pl>2020-02-03 19:54:31 +0100
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-02-07 14:08:19 +0100
commit53cd2299ee6ae1e8abe3a3823c7b47eea87952a5 (patch)
tree824b2ec3c3be1e6bc6c32225efed67d0ac3c630b
parentcff3795450b77d4ee40a0079505375fc50c4c21a (diff)
downloadupstream-53cd2299ee6ae1e8abe3a3823c7b47eea87952a5.tar.gz
upstream-53cd2299ee6ae1e8abe3a3823c7b47eea87952a5.tar.bz2
upstream-53cd2299ee6ae1e8abe3a3823c7b47eea87952a5.zip
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.dts1
-rw-r--r--target/linux/ath79/dts/ar7161_netgear_wndr3700v2.dts1
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 {