tyler-sommer / minim-openwrt-feed

OpenWrt feed for installing Minim's open source Unum agent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:Makefile 100.0%