Author: luka Date: 2016-03-14 18:06:18 +0100 (Mon, 14 Mar 2016) New Revision: 49018
Modified: trunk/package/boot/uboot-kirkwood/patches/150-goflexhome.patch Log: uboot-kirkwood/goflexhome: explicit define the size of the last partition Explicit sets the size of the mtdparts, because the kernel has also an explicit value. If they have diffent sizes the ubi won't be detected. Signed-off-by: Alexander Couzens <[email protected]> Modified: trunk/package/boot/uboot-kirkwood/patches/150-goflexhome.patch =================================================================== --- trunk/package/boot/uboot-kirkwood/patches/150-goflexhome.patch 2016-03-14 17:06:17 UTC (rev 49017) +++ trunk/package/boot/uboot-kirkwood/patches/150-goflexhome.patch 2016-03-14 17:06:18 UTC (rev 49018) @@ -16,7 +16,7 @@ #define CONFIG_MTDPARTS \ - "mtdparts=orion_nand:1m(uboot),6M(uImage),-(root)\0" -+ "mtdparts=orion_nand:1m(uboot),-(ubi)\0" ++ "mtdparts=orion_nand:1m(uboot),255m(ubi)\0" #define CONFIG_EXTRA_ENV_SETTINGS \ "console=console=ttyS0,115200\0" \ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
