aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq806x/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-08-07 08:36:36 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-08-07 08:36:36 +0000
commit9986f4096fbb64c7ecefabb08ce87a6ea820675f (patch)
treedaa396e969f5bdb02d3982e01a781dac9a9d1a01 /target/linux/ipq806x/Makefile
parent2600871a239a17b07fcb329327694679fe490541 (diff)
downloadmaster-187ad058-9986f4096fbb64c7ecefabb08ce87a6ea820675f.tar.gz
master-187ad058-9986f4096fbb64c7ecefabb08ce87a6ea820675f.tar.bz2
master-187ad058-9986f4096fbb64c7ecefabb08ce87a6ea820675f.zip
ipq806x: enable NAND flash support in the kernel
Previous patch set backported the recently posted NAND flash driver to 3.18 and 4.1 kernel. This patch now enables it in the kernel config. There is no change to the partition layout and init yet. But the NAND flash can be seen in the mtd list on an AP148: root@OpenWrt:/# cat /proc/mtd dev: size erasesize name mtd0: 10000000 00020000 "qcom-nandc" ... Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46569 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ipq806x/Makefile')
-rw-r--r--target/linux/ipq806x/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ipq806x/Makefile b/target/linux/ipq806x/Makefile
index b6ddfe26b9..45f83ddcdf 100644
--- a/target/linux/ipq806x/Makefile
+++ b/target/linux/ipq806x/Makefile
@@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
ARCH:=arm
BOARD:=ipq806x
BOARDNAME:=Qualcomm Atheros IPQ806X
-FEATURES:=squashfs
+FEATURES:=squashfs nand ubifs
CPU_TYPE:=cortex-a7
MAINTAINER:=John Crispin <blogic@openwrt.org>