From: blogic Date: Sat, 29 Jun 2013 16:33:37 +0000 (+0000) Subject: lantiq: fix kernel config for DEU support X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=b3b71937104687912c0848b3a8b328ace766b831;ds=sidebyside lantiq: fix kernel config for DEU support Trying to load the DEU modules results in unresolved symbols. This provides them. This requires the previous patch to be applied first. Signed-off-by: Daniel Gimpelevich git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37086 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/lantiq/config-default b/target/linux/lantiq/config-default index 7ef5dad301..574fee3970 100644 --- a/target/linux/lantiq/config-default +++ b/target/linux/lantiq/config-default @@ -21,6 +21,8 @@ CONFIG_CPU_R4K_CACHE_TLB=y CONFIG_CPU_R4K_FPU=y CONFIG_CPU_SUPPORTS_32BIT_KERNEL=y CONFIG_CPU_SUPPORTS_HIGHMEM=y +CONFIG_CRYPTO_HASH=y +CONFIG_CRYPTO_HASH2=y CONFIG_CSRC_R4K=y # CONFIG_DEBUG_PINCTRL is not set CONFIG_DECOMPRESS_LZMA=y