Skip to content

BeeeOn Gateway feed for LEDE

License

Notifications You must be signed in to change notification settings

BeeeOn/lede-packages-frc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BeeeOn Gateway feed for LEDE

Gateway package and related packages.

Setup (including LEDE itself)

git clone https://git.lede-project.org/source.git lede
cd lede
# edit feeds.conf.default
vim feeds.conf.default
# add our feed, i.e. that line:
src-git beeeon https://github.com/BeeeOn/lede-packages-frc.git
# download feeds and install all packages
./scripts/feeds update -a
./scripts/feeds install -a
# Ensure that our updated packages are used (reinstall them)
./scripts/feeds uninstall poco openzwave
./scripts/feeds install -p beeeon poco openzwave
# Start the build and wait. When the menuconfig is invoked, don't forget to select
# beeeon-gateway package.
make

About

BeeeOn Gateway feed for LEDE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published