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.

18 lines
600 B

10 years ago
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: src-git packages git://github.com/openwrt/packages.git
  5. Run: ./scripts/feeds update packages
  6. Run: ./scripts/feess install -a -p packages
  7. * Package Guidelines *
  8. Please make sure that all packages you commit or request to pull:
  9. * Package a version which is still maintained by the upstream author.
  10. * Have yourself or another person listed in the (PKG_)MAINTAINER field.
  11. * Will be updated regularly to maintained and supported versions.