diff options
author | John Crispin <blogic@openwrt.org> | 2015-03-10 11:02:52 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-03-10 11:02:52 +0000 |
commit | b2d847f4c097c46b13f701dc85fe6344897c5b14 (patch) | |
tree | 40734f702e513416fbb18afed060ae4210d4266e /target/linux/ipq806x | |
parent | 0d35249fed18473d91430a7cf44d8b4f644df033 (diff) | |
download | upstream-b2d847f4c097c46b13f701dc85fe6344897c5b14.tar.gz upstream-b2d847f4c097c46b13f701dc85fe6344897c5b14.tar.bz2 upstream-b2d847f4c097c46b13f701dc85fe6344897c5b14.zip |
ipq806x: add 2 missing symbols that broke a full build
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44639 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ipq806x')
-rw-r--r-- | target/linux/ipq806x/config-3.18 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ipq806x/config-3.18 b/target/linux/ipq806x/config-3.18 index 28840fa85d..e5ce0e4a19 100644 --- a/target/linux/ipq806x/config-3.18 +++ b/target/linux/ipq806x/config-3.18 @@ -82,6 +82,7 @@ CONFIG_CRC16=y # CONFIG_CRC32_SARWATE is not set CONFIG_CRC32_SLICEBY8=y CONFIG_CROSS_MEMORY_ATTACH=y +# CONFIG_CRYPTO_DEV_QCE is not set # CONFIG_CRYPTO_SHA1_ARM_NEON is not set # CONFIG_CRYPTO_SHA512_ARM_NEON is not set CONFIG_CRYPTO_XZ=y @@ -214,6 +215,7 @@ CONFIG_MDIO_GPIO=y CONFIG_MIGHT_HAVE_CACHE_L2X0=y CONFIG_MIGHT_HAVE_PCI=y CONFIG_MIGRATION=y +# CONFIG_MMC_SDHCI_MSM is not set CONFIG_MODULES_USE_ELF_REL=y CONFIG_MSM_GCC_8660=y CONFIG_MSM_GCC_8960=y |