[openwrt/openwrt] realtek: make "u-boot-env" partition writable for Netgear 3xx series

LEDE Commits lede-commits at lists.infradead.org
Wed Jun 22 09:58:40 PDT 2022


svanheule pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/d9e12c21fa98c90d0cc355e344d90469c5fd42c1

commit d9e12c21fa98c90d0cc355e344d90469c5fd42c1
Author: Andreas Böhler <dev at aboehler.at>
AuthorDate: Sun Jun 19 19:53:12 2022 +0200

    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 at aboehler.at>
---
 target/linux/realtek/dts-5.10/rtl8380_netgear_gigabit_3xx.dtsi | 1 -
 1 file changed, 1 deletion(-)

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 at e0000 {
 				label = "u-boot-env";
 				reg = <0x00e0000 0x0010000>;
-				read-only;
 			};
 
 			partition at f0000 {




More information about the lede-commits mailing list