Skip to content
forked from openwrt/packages

Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md

License

Notifications You must be signed in to change notification settings

donkey42/packages

 
 

Repository files navigation

OpenWrt packages feed

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 

License

See LICENSE file.

Package Guidelines

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

About

Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Makefile 61.1%
  • Shell 23.4%
  • C 8.8%
  • Lua 2.4%
  • Vala 1.3%
  • PHP 1.3%
  • Other 1.7%