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 | 49db4924d7f51bb1d730a1f63097b0beb6becad2 (patch) | |
tree | fc43441da16189b736dba705fa2e29969481a647 /target/linux | |
parent | d293f33558e3d0a08135c48c8d8bcd079e4fd69b (diff) | |
download | upstream-49db4924d7f51bb1d730a1f63097b0beb6becad2.tar.gz upstream-49db4924d7f51bb1d730a1f63097b0beb6becad2.tar.bz2 upstream-49db4924d7f51bb1d730a1f63097b0beb6becad2.zip |
kirkwood: enable squashfs-on-ubiblock support
Signed-off-by: Claudio Leite <leitec@staticky.com>
SVN-Revision: 47428
Diffstat (limited to 'target/linux')
-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 |