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.
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
See LICENSE file.
See CONTRIBUTING.md file.
edit:
clone the reposotory with "git clone https://github.com/donkey42/packages.git"
then checkout the branch required
for Atitude Adjustment "git checkout for-12.09"
for Brrier Beaker "git checkout for-14.07"
for Chaos Calmer "git checkout for-15.05"
or just do one git clone command
for Attitude Adjustment:
"git clone -b for-12.09 https://github.com/donkey42/packages.git"
for Barrier Breaker:
"git clone -b for-14.07 https://github.com/donkey42/packages.git"
for Chaos_Calmer:
"git clone -b for-15.05 https://github.com/donkey42/packages.git"
donkey