[openwrt/openwrt] realtek: make Netgear GS1xx u-boot env partition writable
LEDE Commits
lede-commits at lists.infradead.org
Fri Jun 24 01:31:40 PDT 2022
svanheule pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/c32dfc7fe09761fb819973fec2a533c1bbce3173
commit c32dfc7fe09761fb819973fec2a533c1bbce3173
Author: Stijn Segers <foss at volatilesystems.org>
AuthorDate: Sun Jun 19 19:55:28 2022 +0200
realtek: make Netgear GS1xx u-boot env partition writable
Make the u-boot environment partition for the NETGEAR
GS108T v3 and GS110TPP writable (they share a DTS), so
the values can be manipulated from userspace.
See https://forum.openwrt.org/t/57875/1567 for a real
world example.
Signed-off-by: Stijn Segers <foss at volatilesystems.org>
(cherry picked from commit 9c381d3386ab375a4c79812641192faef368d191)
---
target/linux/realtek/dts-5.10/rtl8380_netgear_gigabit_1xx.dtsi | 1 -
1 file changed, 1 deletion(-)
diff --git a/target/linux/realtek/dts-5.10/rtl8380_netgear_gigabit_1xx.dtsi b/target/linux/realtek/dts-5.10/rtl8380_netgear_gigabit_1xx.dtsi
index 7eccfcb5a2..fd44543bb4 100644
--- a/target/linux/realtek/dts-5.10/rtl8380_netgear_gigabit_1xx.dtsi
+++ b/target/linux/realtek/dts-5.10/rtl8380_netgear_gigabit_1xx.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