I had some issues with .config file and latest trunk images so I started fresh.

Here are the steps I did:

svn checkout svn://svn.openwrt.org/openwrt/trunk/
cd trunk
cp ../openssl.diff .
patch -p0 < openssl.diff
./scripts/feeds update -a
./scripts/feeds install -a
make defconfig
make prereq
make menuconfig

- Target System > (*) x86
- libraries > SSL > (*) libopenssl > Configuration > (*) Crypto
acceleration, (*) Digests acceleration support
- Kernel modules > Cryptographic API modules > (*) kmod-crypto-hw-padlock
- Utilities > (*) openssl-util

ionice -c 3 nice -n 20 make -j 2

Now I again get no engines! :(
What am I doing wrong?

Fastest way to check is to open
bin/x86/openwrt-x86-generic-rootfs.tar.gz and see if there are any
files located in /usr/lib/engines/ directory.

Can somebody redo these steps and see id you also get no engine libraries.

Cheers,
Valent.

[1] https://dl.dropboxusercontent.com/u/184632/openssl.diff
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to