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.

22 lines
400 B

  1. # OpenWrt packages feed
  2. ## Description
  3. This is the OpenWrt "packages"-feed containing community-maintained packages.
  4. ## Usage
  5. This feed is enabled by default. To install all its package definitions, run:
  6. ```
  7. ./scripts/feeds update packages
  8. ./scripts/feeds install -a -p packages
  9. ```
  10. ## License
  11. See [LICENSE](LICENSE) file.
  12. ## Package Guidelines
  13. See [CONTRIBUTING.md](CONTRIBUTING.md) file.