Total Pageviews

Monday 4 July 2016

OpenWrt packages and luci

Description

This is the OpenWrt "packages"-feed containing community-maintained build scripts, options and patches for applications, modules and libraries used within OpenWrt.
Installation of pre-built packages is handled directly by the opkg utility within your running OpenWrt system or by using the OpenWrt SDK on a build system.

Usage

This repository is intended to be layered on-top of an OpenWrt buildroot. If you do not have an OpenWrt buildroot installed, see the documentation at: OpenWrt Buildroot – Installation on the OpenWrt support site.
This feed is enabled by default. To install all its package definitions, run:
./scripts/feeds update packages
./scripts/feeds install -a -p packages
from https://github.com/openwrt/packages
------------
LuCI - OpenWrt Configuration Interface

Usage

This feed is enabled by default. Your feeds.conf.default (or feeds.conf) should contain a line like:
src-git luci https://github.com/openwrt/luci.git
To install all its package definitions, run:
./scripts/feeds update luci
./scripts/feeds install -a -p luci

API Reference

You can browse the generated API documentation directly on Github.
from  https://github.com/openwrt/luci
--------------

OpenWrt-Extra

Some extra packages for OpenWrt
Add "src-git extra git://github.com/nanpuyue/openwrt-extra.git" to feeds.conf.default.
./scripts/feeds update -a
./scripts/feeds install -a
the list of packages:
  • dnscrypt-proxy
  • libsodium (depended by dnscrypt-proxy, but have no ipk)
  • luci-app-aira2
  • shadowsocks-libev
  • webui-aria2
  • yaw
from https://github.com/nanpuyue/openwrt-extra