diff options
author | John Crispin <john@openwrt.org> | 2013-06-29 16:33:37 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-06-29 16:33:37 +0000 |
commit | fe8ecbd9720ff8a50701554740a77733a3fbeb2a (patch) | |
tree | 990090f73d6d67a15d694c9e0f401c1b5ae42212 /target | |
parent | b4f36358ff094ef42b97c0f9284f463257e134ce (diff) | |
download | upstream-fe8ecbd9720ff8a50701554740a77733a3fbeb2a.tar.gz upstream-fe8ecbd9720ff8a50701554740a77733a3fbeb2a.tar.bz2 upstream-fe8ecbd9720ff8a50701554740a77733a3fbeb2a.zip |
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 <daniel@gimpelevich.san-francisco.ca.us>
SVN-Revision: 37086
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/lantiq/config-default | 2 |
1 files changed, 2 insertions, 0 deletions
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 |