Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/janaz/openwrt-packages
https://github.com/janaz/openwrt-packages
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/janaz/openwrt-packages
- Owner: janaz
- License: gpl-2.0
- Created: 2012-10-01T05:12:41.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-05-26T12:30:12.000Z (over 8 years ago)
- Last Synced: 2024-10-30T17:09:03.952Z (2 months ago)
- Language: Makefile
- Size: 6.95 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](http://wiki.openwrt.org/doc/howto/obtain.firmware.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](http://wiki.openwrt.org/doc/howto/buildroot.exigence) 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](LICENSE) file.
## Package GuidelinesSee [CONTRIBUTING.md](CONTRIBUTING.md) file.