diff options
author | John Crispin <john@openwrt.org> | 2015-11-24 22:00:55 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-11-24 22:00:55 +0000 |
commit | 7b4acdeff64505a5d1d65806c7d13247fb9bcc85 (patch) | |
tree | 4db796e29d0823a80b80b2e46bcc8091ce931d03 /target/linux/ramips/mt7621 | |
parent | 2d5dbf9b4741e8b338af2ae5ca0f08b2aba5f3e6 (diff) | |
download | upstream-7b4acdeff64505a5d1d65806c7d13247fb9bcc85.tar.gz upstream-7b4acdeff64505a5d1d65806c7d13247fb9bcc85.tar.bz2 upstream-7b4acdeff64505a5d1d65806c7d13247fb9bcc85.zip |
ralink: renable nand support
CONFIG_MTK_MTD_NAND was incorrectly disabled by r47619.
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 47640
Diffstat (limited to 'target/linux/ramips/mt7621')
-rw-r--r-- | target/linux/ramips/mt7621/config-3.18 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/mt7621/config-3.18 b/target/linux/ramips/mt7621/config-3.18 index 13ff9f8467..8861795854 100644 --- a/target/linux/ramips/mt7621/config-3.18 +++ b/target/linux/ramips/mt7621/config-3.18 @@ -124,6 +124,7 @@ CONFIG_MIPS_MT_FPAFF=y CONFIG_MIPS_MT_SMP=y CONFIG_MIPS_PERF_SHARED_TC_COUNTERS=y # CONFIG_MIPS_VPE_LOADER is not set +CONFIG_MTK_MTD_NAND=y CONFIG_MODULES_USE_ELF_REL=y CONFIG_MT7621_WDT=y # CONFIG_MTD_CFI_INTELEXT is not set |