aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/realtek
diff options
context:
space:
mode:
authorAndreas Böhler <dev@aboehler.at>2022-06-19 19:53:12 +0200
committerSander Vanheule <sander@svanheule.net>2022-06-24 10:30:13 +0200
commitdaa8d7e32d9247fe2185fb32c1994b0af01981c6 (patch)
tree040de3fbe2223634e64880fb952759fb71285eb4 /target/linux/realtek
parentc32dfc7fe09761fb819973fec2a533c1bbce3173 (diff)
downloadupstream-daa8d7e32d9247fe2185fb32c1994b0af01981c6.tar.gz
upstream-daa8d7e32d9247fe2185fb32c1994b0af01981c6.tar.bz2
upstream-daa8d7e32d9247fe2185fb32c1994b0af01981c6.zip
realtek: make "u-boot-env" partition writable for Netgear 3xx series
The Netgear GS3xx devices do not properly initialise the port LEDs during startup unless the boot command in U-Boot is changed. Making the U-Boot env partition writable allows this modification to be done from within OpenWrt by calling "fw_setenv bootcmd rtk network on\; boota". Signed-off-by: Andreas Böhler <dev@aboehler.at> (cherry picked from commit d9e12c21fa98c90d0cc355e344d90469c5fd42c1)
Diffstat (limited to 'target/linux/realtek')
-rw-r--r--target/linux/realtek/dts-5.10/rtl8380_netgear_gigabit_3xx.dtsi1
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/realtek/dts-5.10/rtl8380_netgear_gigabit_3xx.dtsi b/target/linux/realtek/dts-5.10/rtl8380_netgear_gigabit_3xx.dtsi
index efb146a25a..0ade665c98 100644
--- a/target/linux/realtek/dts-5.10/rtl8380_netgear_gigabit_3xx.dtsi
+++ b/target/linux/realtek/dts-5.10/rtl8380_netgear_gigabit_3xx.dtsi
@@ -24,7 +24,6 @@
partition@e0000 {
label = "u-boot-env";
reg = <0x00e0000 0x0010000>;
- read-only;
};
partition@f0000 {