A simple OpenWrt package for the libsodium library. The code is released under the GPLv2 license.
Check the release section for the most recent release!
These commands show how to build an OpenWrt image and .ipk package of libsodium
git clone git://git.openwrt.org/14.07/openwrt.git cd openwrt echo "src-git libsodium git://github.com/mwarning/libsodium-openwrt.git" >> feeds.conf.default ./scripts/feeds update -a ./scripts/feeds install -a make defconfig make menuconfig
You are now shown the OpenWrt configuration interface. Select the appropiate "Target System" and "Target Profile". This depends on what target chipset/router you want to build for. Here is an example on what you might want to select:
Target System (Atheros AR7xxx/AR9xxx) Target Profile (TP-LINK TL-WR841N/ND) Libraries ---> <*> libsodium
Exit and save the settings. Then build the packages/images:
make
The ipk packages can now be found in bin/ar71xx/packages/
.