mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-30 01:52:51 +00:00
mediatek: disable ubi auto attach to retain dualboot behavior for EAP111
Signed-off-by: Sebastian Huang <sebastian_huang@accton.com>
This commit is contained in:
@@ -151,13 +151,11 @@
|
|||||||
partition@580000 {
|
partition@580000 {
|
||||||
label = "rootfs1";
|
label = "rootfs1";
|
||||||
reg = <0x580000 0x4000000>;
|
reg = <0x580000 0x4000000>;
|
||||||
compatible = "linux,ubi";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
partition@4580000 {
|
partition@4580000 {
|
||||||
label = "rootfs2";
|
label = "rootfs2";
|
||||||
reg = <0x4580000 0x4000000>;
|
reg = <0x4580000 0x4000000>;
|
||||||
compatible = "linux,ubi";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user