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.

24 lines
739 B

10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
  1. * Description *
  2. This is an OpenWrt package feed containing community-maintained packages.
  3. * Usage *
  4. Replace the feeds.conf entry for packages with:
  5. src-git packages git://github.com/openwrt/packages.git
  6. Run: ./scripts/feeds update packages
  7. Run: ./scripts/feeds install -a -p packages
  8. * Package Guidelines *
  9. Please make sure that all packages you commit or request to pull:
  10. * Package a version which is still maintained by the upstream author.
  11. * Have yourself or another person listed in the (PKG_)MAINTAINER field.
  12. * Will be updated regularly to maintained and supported versions.
  13. Please sign-off your commits / pull requests to this repository. See:
  14. https://dev.openwrt.org/wiki/SubmittingPatches#a10.Signyourwork