Author: luka Date: 2015-11-10 01:16:14 +0100 (Tue, 10 Nov 2015) New Revision: 47428
Modified: trunk/target/linux/kirkwood/Makefile trunk/target/linux/kirkwood/config-3.18 trunk/target/linux/kirkwood/config-4.3 Log: kirkwood: enable squashfs-on-ubiblock support Signed-off-by: Claudio Leite <[email protected]> Modified: trunk/target/linux/kirkwood/Makefile =================================================================== --- trunk/target/linux/kirkwood/Makefile 2015-11-08 20:40:15 UTC (rev 47427) +++ trunk/target/linux/kirkwood/Makefile 2015-11-10 00:16:14 UTC (rev 47428) @@ -9,7 +9,7 @@ ARCH:=arm BOARD:=kirkwood BOARDNAME:=Marvell Kirkwood -FEATURES:=targz usb jffs2_nand nand ubifs +FEATURES:=targz usb jffs2_nand nand ubifs squashfs CPU_TYPE:=xscale MAINTAINER:=Luka Perkov <[email protected]> Modified: trunk/target/linux/kirkwood/config-3.18 =================================================================== --- trunk/target/linux/kirkwood/config-3.18 2015-11-08 20:40:15 UTC (rev 47427) +++ trunk/target/linux/kirkwood/config-3.18 2015-11-10 00:16:14 UTC (rev 47428) @@ -203,7 +203,7 @@ CONFIG_MTD_NAND_ORION=y CONFIG_MTD_UBI=y CONFIG_MTD_UBI_BEB_LIMIT=20 -# CONFIG_MTD_UBI_BLOCK is not set +CONFIG_MTD_UBI_BLOCK=y # CONFIG_MTD_UBI_FASTMAP is not set # CONFIG_MTD_UBI_GLUEBI is not set CONFIG_MTD_UBI_WL_THRESHOLD=4096 Modified: trunk/target/linux/kirkwood/config-4.3 =================================================================== --- trunk/target/linux/kirkwood/config-4.3 2015-11-08 20:40:15 UTC (rev 47427) +++ trunk/target/linux/kirkwood/config-4.3 2015-11-10 00:16:14 UTC (rev 47428) @@ -211,7 +211,7 @@ CONFIG_MTD_NAND_ORION=y CONFIG_MTD_UBI=y CONFIG_MTD_UBI_BEB_LIMIT=20 -# CONFIG_MTD_UBI_BLOCK is not set +CONFIG_MTD_UBI_BLOCK=y # CONFIG_MTD_UBI_FASTMAP is not set # CONFIG_MTD_UBI_GLUEBI is not set CONFIG_MTD_UBI_WL_THRESHOLD=4096 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
