[OpenWrt-Devel] [PATCH][ramips] asl26555: fix devdata partitions

2014-07-11 Thread Álvaro Fernández Rojas
Without this patch, the eeprom extract script fails to find the devdata partition on the 8MB version. Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- diff --git a/target/linux/ramips/dts/ASL26555-16M.dts b/target/linux/ramips/dts/ASL26555-16M.dts index 568d8f9..fbe925d 100644 ---

Re: [OpenWrt-Devel] [PATCH][ramips] asl26555: fix devdata partitions

2014-07-11 Thread John Crispin
Hi, we use factory and not devdata to store the eep data. the script needs to be changed and not the dts file i think. - factory: partition@3 { - label = factory; + devdata: partition@3 { +