diff options
author | John Crispin <john@openwrt.org> | 2015-03-10 11:03:16 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-03-10 11:03:16 +0000 |
commit | 9654b3831908706248dbf6d5fe58c23024560a41 (patch) | |
tree | 272d9d08b234cb4d76cdf9fa2a743bf4cdd566c2 | |
parent | cacc152a37f9bca393736beb52dafa0ca2cc5e2a (diff) | |
download | upstream-9654b3831908706248dbf6d5fe58c23024560a41.tar.gz upstream-9654b3831908706248dbf6d5fe58c23024560a41.tar.bz2 upstream-9654b3831908706248dbf6d5fe58c23024560a41.zip |
ralink: add missing symbol that broke full builds
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44642
-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 06edeb1744..7dffcb5404 100644 --- a/target/linux/ramips/mt7621/config-3.18 +++ b/target/linux/ramips/mt7621/config-3.18 @@ -126,6 +126,7 @@ CONFIG_MTD_SPLIT_FIRMWARE=y CONFIG_MTD_SPLIT_SEAMA_FW=y CONFIG_MTD_SPLIT_TRX_FW=y CONFIG_MTD_SPLIT_UIMAGE_FW=y +# CONFIG_MTK_MTD_NAND is not set CONFIG_NEED_DMA_MAP_STATE=y CONFIG_NET_FLOW_LIMIT=y CONFIG_NET_RALINK=y |