diff options
| author | Joe Holden | 2025-08-30 21:54:51 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-11-09 22:34:12 +0000 |
| commit | d97e529f1fad6d09a71485367a0491ca8861f129 (patch) | |
| tree | cd30599129ca2fc1524ce9fcc6821623873167b6 | |
| parent | 8ca4caacd039bba6d53d3c578fbcf21b6a2fbff2 (diff) | |
| download | openwrt-d97e529f1fad6d09a71485367a0491ca8861f129.tar.gz | |
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@zorins.us>
Link: https://github.com/openwrt/openwrt/pull/19913
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/realtek/dts/rtl8380_zyxel_gs1900.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
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@40000 { label = "u-boot-env"; reg = <0x40000 0x10000>; - read-only; }; partition@50000 { label = "u-boot-env2"; |