diff options
author | John Crispin <blogic@openwrt.org> | 2014-06-11 12:59:22 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-06-11 12:59:22 +0000 |
commit | 2e87c25986dc90d0449f6af701144fead97d77dc (patch) | |
tree | cc5689bae68f3505296251513374ec3ed048fbe5 /target/linux/omap | |
parent | fc4bed72a8fe3fdae5c935ff4c75eb490f6b468f (diff) | |
download | upstream-2e87c25986dc90d0449f6af701144fead97d77dc.tar.gz upstream-2e87c25986dc90d0449f6af701144fead97d77dc.tar.bz2 upstream-2e87c25986dc90d0449f6af701144fead97d77dc.zip |
kernel: add a NAND_SUPPORT symbol
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41122 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/omap')
-rw-r--r-- | target/linux/omap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/omap/Makefile b/target/linux/omap/Makefile index 3d0297ea94..5795c002d8 100644 --- a/target/linux/omap/Makefile +++ b/target/linux/omap/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=omap BOARDNAME:=TI OMAP3/4/AM33xx -FEATURES:=usb usbgadget ext4 targz fpu audio display ubifs +FEATURES:=usb usbgadget ext4 targz fpu audio display nand ubifs CPU_TYPE:=cortex-a9 CPU_SUBTYPE:=vfpv3 |