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/lantiq/xrx200 | |
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/lantiq/xrx200')
-rw-r--r-- | target/linux/lantiq/xrx200/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/xrx200/target.mk b/target/linux/lantiq/xrx200/target.mk index 0c646685a6..726f79b3c7 100644 --- a/target/linux/lantiq/xrx200/target.mk +++ b/target/linux/lantiq/xrx200/target.mk @@ -1,7 +1,7 @@ ARCH:=mips SUBTARGET:=xrx200 BOARDNAME:=XRX200 -FEATURES:=squashfs atm mips16 jffs2 ubifs +FEATURES:=squashfs atm mips16 jffs2 nand ubifs CPU_TYPE:=34kc CPU_SUBTYPE:=dsp |