Skip to content
Snippets Groups Projects
Commit a0008f9f authored by Clemens John's avatar Clemens John
Browse files

First testet package of nodewatcher i C on life system. Very early development state.

parent 4a781e16
No related branches found
No related tags found
No related merge requests found
......@@ -8,23 +8,22 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=nodewatcher
PKG_VERSION:=2013-02-13
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://freifunk-ol.de/ffol/software/nodewatcher.git
PKG_SOURCE:=/
PKG_SOURCE_VERSION:=HEAD
PKG_SOURCE_SUBDIR:=/
PKG_VERSION:=0.0
PKG_RELEASE:=1
PKG_BUILD_DIR:=$(BUILD_DIR)
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
PKG_SOURCE:=$(PKG_NAME).tar.gz
PKG_SOURCE_URL:=http://dev.freifunk-ol.de/packages
PKG_MD5SUM:=d92ad620c41261a45a46e18bfdf139e1
include $(INCLUDE_DIR)/package.mk
define Package/nodewatcher
SECTION:=utilities
CATEGORY:=Utilities
TITLE:=Tool to collect system information of routers running openwrt and print or store them into a file
DEPENDS:=+libuci
URL:=http://git.freifunk-ol.de/index.php?p=ffol%2Fsoftware%2Fnodewatcher.git&a=summary
TITLE:=Freifunk Oldenburg Nodewatcher
URL:=http://freifunk-ol.de
DEPENDS:=+libuci +ip
endef
define Build/InstallDev
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment