vschagen / mt7628-aes

33 stars 24 forks source link

kmod is not loaded with latest OpenWrt (kernel 4.14.62) #2

Open LGA1150 opened 6 years ago

LGA1150 commented 6 years ago

got some "crypto_xxx: unknown symbol" error in dmesg

bl4kraven commented 6 years ago

I find the Makefile select the CONFIG_CRYPTO_ENGINE option, but kernel just remove it when building. Maybe this option is conflict with kernel kconfig, so kernel delete it. My solution is modify kernel kconfig file crypto/kconfig by select yes manually.

LGA1150 commented 6 years ago

Does your PR https://github.com/vschagen/mt7628-aes/pull/3 fix this?

bl4kraven commented 6 years ago

@LGA1150 No

vschagen commented 6 years ago

Most issues should be fixed. I removed a lot of dependencies cause they were to hard to get compiled into the kernel.