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/lantiq/xway/target.mk | |
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/lantiq/xway/target.mk')
-rw-r--r-- | target/linux/lantiq/xway/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/xway/target.mk b/target/linux/lantiq/xway/target.mk index 390eb2ac79..e8a287412b 100644 --- a/target/linux/lantiq/xway/target.mk +++ b/target/linux/lantiq/xway/target.mk @@ -1,7 +1,7 @@ ARCH:=mips SUBTARGET:=xway BOARDNAME:=XWAY -FEATURES:=squashfs atm mips16 jffs2_nand ubifs +FEATURES:=squashfs atm mips16 jffs2_nand nand ubifs CPU_TYPE:=34kc CPU_SUBTYPE:=dsp |