Coder Social home page Coder Social logo

libsodium-openwrt's Introduction

libsodium is in the openwrt package feed now and maintenance will happen there

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

libsodium-openwrt's People

Contributors

jonashoechst avatar mwarning avatar ryzhovau avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

libsodium-openwrt's Issues

dnscrypt can't auto start after libsodium 0.4.5

After Openwrt 14.07,dnscrypt can't auto start with libsodium 0.6 or newer version,but v0.4.5 works well.
And I change dnscrypt listen address from 127.0.0.1 to 0.0.0.0 ,it can auto start .I don't know why

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.