Skip to content
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.

prplfoundation/prpl-feed-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

OpenWrt/LEDE packages from prpl Foundation and its Members

Feed of OpenWrt/LEDE packages from prpl Foundation members

How to add the prpl Feed to you OpenWrt/LEDE build

At the root of your OpenWrt/LEDE tree, add the following to your feeds.conf file:

src-git prpl https://github.com/prplfoundation/prpl-feed.git

Now to add the packages on your prpl feed to your OpenWrt/LEDE instance:

./scripts/feeds update prpl #retrieve the prpl feed from service/update to latest
./scripts/feeds install -p prpl #make all of the prpl feed packages available to the build

For more control over the package versions being installed, you can fork the feed using Github (and replace the src-git url) or maintaining a copy of the feed on your local system by using this line instead:

src-link prpl /full/path/to/feed/root

How to add a package to the prpl Feed

  1. Fork this repository
  2. Add a directory for the package in the root of your forked prpl Feed repo.

A few things to remember:

  • Make sure to include all of the dependencies in your package's Makefile
  • List the SPDX license tag in your package's Makefile by setting the PKG_LICENSE using the := operator.
  1. Consider creating and submitting pull requests to Boardfarm so your package can be tested on real hardware.
  2. Submit a pull request to submit your package for consideration for review.
  3. Your package is added to the feed.

About

Feed of OpenWrt/LEDE packages from prpl Foundation members

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published