diff options
author | John Crispin <blogic@openwrt.org> | 2014-12-11 18:54:30 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-12-11 18:54:30 +0000 |
commit | 6cdae055c2da75e12d3d5f504d525c20e300d32a (patch) | |
tree | 85dfa415935d306a790db8ab25280ca2f7505a2e /target/linux | |
parent | 814b35987d287275dff32e5bcecf1ac93b15aec1 (diff) | |
download | master-187ad058-6cdae055c2da75e12d3d5f504d525c20e300d32a.tar.gz master-187ad058-6cdae055c2da75e12d3d5f504d525c20e300d32a.tar.bz2 master-187ad058-6cdae055c2da75e12d3d5f504d525c20e300d32a.zip |
ralink: mt7621 was missing a symbol that made the CC builder fail
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43629 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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 |