This feed adds Minim's open source Unum agent to OpenWrt builds.
Running the Unum agent requires a Minim Labs developer account. Sign up for an account on the Minim website.
Download a pre-built ipk package for your platform on the Unum SDK releases page.
In-depth instructions are available in the Unum SDK repository and wiki.
Add the Minim feed to an OpenWrt build's feeds.conf
file:
# Minim feed
src-git minim https://github.com/MinimSecure/minim-openwrt-feed
Update the local copy of the Minim feed with the OpenWrt feeds
script:
./scripts/feeds update minim
./scripts/feeds install unum
Enable or install the Unum agent in make menuconfig
under Network then
make
as normal to generate images, etc.
Build an Unum agent ipk with make package/unum/compile
, then use scp
to
copy the ipk onto your router and use opkg install
to install it.