Skip to content
This repository has been archived by the owner on Apr 13, 2018. It is now read-only.

jsimonetti/agocontrol-openwrt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

agocontrol-openwrt

Openwrt Packages for AgoControl

Agocontrol pacjages for use on Openwrt hardware. This repository is to be used as feed in the openwrt buildroot.

Casual Build Instructions

  • Create a buildroot as per instructions on the openwrt website.

  • Add this repository as a feed in feeds.conf

$ src-git agocontrol https://github.com/jsimonetti/agocontrol-openwrt

or (if checked out locally)

$ src-link agocontrol /agocontrol-openwrt/openwrt-feed

  • Update feeds and install packages in the buildroot

$ ./script/feeds update -a

$ ./script/feeds install -a

  • Generate the menuconfig and select the packages you wish to build under the AgoControl section.