Skip to content

OpenWrt feed for installing Minim's open source Unum agent

License

Notifications You must be signed in to change notification settings

tyler-sommer/minim-openwrt-feed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Minim OpenWrt feed

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.

Usage

In-depth instructions are available in the Unum SDK repository and wiki.

Overview

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.

About

OpenWrt feed for installing Minim's open source Unum agent

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Makefile 100.0%