travelping / mand-cfgd

OpenWRT config agent for Device Management Daemon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mand OpenWRT config agent

Building and Install

Requirements

  • GNU make
  • autotools
  • autoconf
  • libtool
  • shtool
  • gcc >= 4.7
  • libev (including the event.h compatibility header, libev-libevent-dev package on Debian/Ubuntu)
  • libtalloc

Build and Install

  • rebuild automake and friends

    ./autogen.sh

  • configure

    ./configure --prefix=/usr

  • build and install

    make make install

About

OpenWRT config agent for Device Management Daemon

License:Mozilla Public License 2.0


Languages

Language:C 99.7%Language:Shell 0.3%