You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
999 B

  1. # OpenWrt packages feed
  2. ## Description
  3. This is the OpenWrt "packages"-feed containing community-maintained build scripts, options and patches for applications, modules and libraries used within OpenWrt.
  4. Installation of pre-built packages is handled directly by the **opkg** utility within your running OpenWrt system or by using the [OpenWrt SDK](https://openwrt.org/docs/guide-developer/using_the_sdk) on a build system.
  5. ## Usage
  6. 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](https://openwrt.org/docs/guide-developer/build-system/install-buildsystem) on the OpenWrt support site.
  7. This feed is enabled by default. To install all its package definitions, run:
  8. ```
  9. ./scripts/feeds update packages
  10. ./scripts/feeds install -a -p packages
  11. ```
  12. ## License
  13. See [LICENSE](LICENSE) file.
  14. ## Package Guidelines
  15. See [CONTRIBUTING.md](CONTRIBUTING.md) file.