specify root device as /dev/mtdblockn
the (openwrt?) magic that autodetects it based on mtd labels won't work with a two-stage boot
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
size ="0xf80000";
|
||||
eraseBlockSize = "65536";
|
||||
};
|
||||
rootDevice = "1f05";
|
||||
rootDevice = "/dev/mtdblock5";
|
||||
|
||||
dts = {
|
||||
src = "${openwrt.src}/target/linux/ramips/dts/mt7620a_glinet_gl-mt300a.dts";
|
||||
|
Reference in New Issue
Block a user