Skip to content

prowong/libsodium-openwrt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

libsodium-openwrt

A simple OpenWrt package for the libsodium library. The code is released under the GPLv2 license.

Where to download packages?

Check the release section for the most recent release!

How to build a OpenWrt .ipk package?

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/.

About

libsodium package for OpenWrt

Resources

Stars

Watchers

Forks

Packages

No packages published