diff options
author | John Crispin <john@openwrt.org> | 2014-06-11 12:59:22 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-06-11 12:59:22 +0000 |
commit | ac5d5cbc795bc618dc426ac3631c88f4e73eaff5 (patch) | |
tree | bf670156337e54f3463fe1a3aed50a695d30f7dd /target/linux/xburst/Makefile | |
parent | 28a563dec3e8106022535c85537f955b6f2c8161 (diff) | |
download | upstream-ac5d5cbc795bc618dc426ac3631c88f4e73eaff5.tar.gz upstream-ac5d5cbc795bc618dc426ac3631c88f4e73eaff5.tar.bz2 upstream-ac5d5cbc795bc618dc426ac3631c88f4e73eaff5.zip |
kernel: add a NAND_SUPPORT symbol
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41122
Diffstat (limited to 'target/linux/xburst/Makefile')
-rw-r--r-- | target/linux/xburst/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/xburst/Makefile b/target/linux/xburst/Makefile index 12ae8736cf..259ffb980f 100644 --- a/target/linux/xburst/Makefile +++ b/target/linux/xburst/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=mipsel BOARD:=xburst BOARDNAME:=Ingenic XBurst -FEATURES:=targz ubifs audio +FEATURES:=targz nand ubifs audio SUBTARGETS:=qi_lb60 n516 n526 id800wt LINUX_VERSION:=3.10.36 |