Hi Jose I have found the same problem on etrax some months ago, issues reported on https://dev.openwrt.org/ticket/3726
I believe that avoid to overwrite CRYPTO_* variable inside default kernel can fix this problem (see the proposed patch on ticket) Regards 2008/10/30 Jose Vasconcellos <[EMAIL PROTECTED]>: > Problem: newer kernels (2.6.26.7, 2.6.27) may force parts of the crypto > subsystem into the kernel if there are dependencies on the crypto > subsystem. This breaks the package/kernel/modules/crypto.mk. This fix > checks the kernel .config file to see if the module is already included > in the kernel (CONFIG_CRYPTO_.*=y) and if it is, then it's not added to > the build. > > Signed-off-by: Jose Vasconcellos <[EMAIL PROTECTED]> > > > _______________________________________________ > openwrt-devel mailing list > [email protected] > http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel > > -- Claudio User linux #415284 http://www.crisos.org/ - Cris linux distribution _______________________________________________ openwrt-devel mailing list [email protected] http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
