diff options
author | Luka Perkov <luka@openwrt.org> | 2015-11-10 00:16:14 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2015-11-10 00:16:14 +0000 |
commit | 7dc0744e1192493076d17f21a230bd2e644f5f69 (patch) | |
tree | 1eafdb7e7b4f1f02b6dcbb74376c444530e43c8e /target | |
parent | 81ac3610fc8e6e41dbe15ad4486a7cfb64226cd2 (diff) | |
download | master-187ad058-7dc0744e1192493076d17f21a230bd2e644f5f69.tar.gz master-187ad058-7dc0744e1192493076d17f21a230bd2e644f5f69.tar.bz2 master-187ad058-7dc0744e1192493076d17f21a230bd2e644f5f69.zip |
kirkwood: enable squashfs-on-ubiblock support
Signed-off-by: Claudio Leite <leitec@staticky.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47428 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/kirkwood/Makefile | 2 | ||||
-rw-r--r-- | target/linux/kirkwood/config-3.18 | 2 | ||||
-rw-r--r-- | target/linux/kirkwood/config-4.3 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index 2fe1c845d9..2db7e398a4 100644 --- a/target/linux/kirkwood/Makefile +++ b/target/linux/kirkwood/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk 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 <luka@openwrt.org> diff --git a/target/linux/kirkwood/config-3.18 b/target/linux/kirkwood/config-3.18 index f488e9b510..b936ba948b 100644 --- a/target/linux/kirkwood/config-3.18 +++ b/target/linux/kirkwood/config-3.18 @@ -203,7 +203,7 @@ CONFIG_MTD_NAND_ECC=y 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 diff --git a/target/linux/kirkwood/config-4.3 b/target/linux/kirkwood/config-4.3 index f9ff602b35..86eace5d39 100644 --- a/target/linux/kirkwood/config-4.3 +++ b/target/linux/kirkwood/config-4.3 @@ -211,7 +211,7 @@ CONFIG_MTD_NAND_ECC=y 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 |