mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +00:00
ramips: mt7621: make u_env partition r/w for Linksys EA7xxx devices
Make u_env partition read/write - currently cannot write to it, which blocks fw_setenv. This in turn breaks features like Advanced Reboot, which rely on setting the environment variable boot_part (1 or 2). Signed-off-by: Russell Morris <rmorris@rkmorris.us>
This commit is contained in:
parent
a4bf562aa7
commit
fb3f519e59
@ -95,7 +95,6 @@
|
||||
partition@80000 {
|
||||
label = "u_env";
|
||||
reg = <0x80000 0x40000>;
|
||||
read-only;
|
||||
};
|
||||
|
||||
factory: partition@c0000 {
|
||||
|
Loading…
Reference in New Issue
Block a user