diff options
author | John Crispin <john@openwrt.org> | 2014-12-11 18:54:30 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-12-11 18:54:30 +0000 |
commit | 1ef21067258178a541abf1434a905b6bbb4b3aae (patch) | |
tree | 2ebc3986a77026540895d950517e7475acbbeafc | |
parent | ce06a742c9c8ebcef707425ebb9aaea92e90547c (diff) | |
download | upstream-1ef21067258178a541abf1434a905b6bbb4b3aae.tar.gz upstream-1ef21067258178a541abf1434a905b6bbb4b3aae.tar.bz2 upstream-1ef21067258178a541abf1434a905b6bbb4b3aae.zip |
ralink: mt7621 was missing a symbol that made the CC builder fail
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43629
-rw-r--r-- | target/linux/ramips/mt7621/config-3.14 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/mt7621/config-3.14 b/target/linux/ramips/mt7621/config-3.14 index bc1527d0c7..96703610b3 100644 --- a/target/linux/ramips/mt7621/config-3.14 +++ b/target/linux/ramips/mt7621/config-3.14 @@ -207,3 +207,4 @@ CONFIG_WATCHDOG_CORE=y CONFIG_WEAK_ORDERING=y CONFIG_XPS=y CONFIG_ZONE_DMA_FLAG=0 +# CONFIG_MTK_MTD_NAND is not set |