[openwrt/openwrt] realtek: RTL838x: make u-boot-env writeable ZyXEL GS1900

LEDE Commits lede-commits at lists.infradead.org
Sun Nov 9 14:34:54 PST 2025


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/d97e529f1fad6d09a71485367a0491ca8861f129

commit d97e529f1fad6d09a71485367a0491ca8861f129
Author: Joe Holden <jwh at zorins.us>
AuthorDate: Sat Aug 30 21:54:51 2025 +0000

    realtek: RTL838x: make u-boot-env writeable ZyXEL GS1900
    
    As per #19596 - this allows eg, modifying the bootcmd etc.
    
    This has been useful when testing on e.g the -48, where `rtk network on` is required for the SFP ports.
    
    Signed-off-by: Joe Holden <jwh at zorins.us>
    Link: https://github.com/openwrt/openwrt/pull/19913
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/realtek/dts/rtl8380_zyxel_gs1900.dtsi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/target/linux/realtek/dts/rtl8380_zyxel_gs1900.dtsi b/target/linux/realtek/dts/rtl8380_zyxel_gs1900.dtsi
index 72a4bc2abe..803c9a9074 100644
--- a/target/linux/realtek/dts/rtl8380_zyxel_gs1900.dtsi
+++ b/target/linux/realtek/dts/rtl8380_zyxel_gs1900.dtsi
@@ -63,7 +63,6 @@
 			partition at 40000 {
 				label = "u-boot-env";
 				reg = <0x40000 0x10000>;
-				read-only;
 			};
 			partition at 50000 {
 				label = "u-boot-env2";




More information about the lede-commits mailing list