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
commit3e52c8c35706f9cb7fa9dfb8cd4cbbaebb4d5fc7 (patch)
tree5e15a721db645ebe4c990ab36c95b4633a5e1f3a /target/linux/ipq806x/Makefile
parentd523866eb39d8957fa16e05ebabf04101bfb5f85 (diff)
downloadupstream-3e52c8c35706f9cb7fa9dfb8cd4cbbaebb4d5fc7.tar.gz
upstream-3e52c8c35706f9cb7fa9dfb8cd4cbbaebb4d5fc7.tar.bz2
upstream-3e52c8c35706f9cb7fa9dfb8cd4cbbaebb4d5fc7.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> SVN-Revision: 46569
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>