diff options
author | John Crispin <blogic@openwrt.org> | 2013-11-19 16:33:43 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-11-19 16:33:43 +0000 |
commit | 42da94bdabeaee96a1271387354e67b98892292a (patch) | |
tree | e6269858fcc2e0f3df0f0299aa63662097b6035e | |
parent | 046d71e316a11d1e55069a1391afee1d30b90cb9 (diff) | |
download | upstream-42da94bdabeaee96a1271387354e67b98892292a.tar.gz upstream-42da94bdabeaee96a1271387354e67b98892292a.tar.bz2 upstream-42da94bdabeaee96a1271387354e67b98892292a.zip |
ralink: add missing CONFIG_ symbol to mt7620n
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38867 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/ramips/mt7620n/config-3.10 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/mt7620n/config-3.10 b/target/linux/ramips/mt7620n/config-3.10 index 64a54079e9..641c039c27 100644 --- a/target/linux/ramips/mt7620n/config-3.10 +++ b/target/linux/ramips/mt7620n/config-3.10 @@ -96,6 +96,7 @@ CONFIG_MODULES_USE_ELF_REL=y # CONFIG_MTD_CFI_INTELEXT is not set CONFIG_MTD_CMDLINE_PARTS=y CONFIG_MTD_M25P80=y +# CONFIG_MTD_NAND_MT7620 is not set CONFIG_MTD_OF_PARTS=y CONFIG_MTD_PHYSMAP=y CONFIG_MTD_PHYSMAP_OF=y |