include $(TOPDIR)/rules.mk PKG_NAME:=fff-nodewatcher PKG_RELEASE:=54 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) include $(INCLUDE_DIR)/package.mk define Package/$(PKG_NAME) SECTION:=base CATEGORY:=Freifunk TITLE:= Freifunk-Franken Nodewatcher URL:=http://www.freifunk-franken.de DEPENDS:=+fff-alfred +micrond +fff-config +fff-random +ip +ip-bridge endef define Package/$(PKG_NAME)/description This is the Nodewatcher for the Freifunk Franken Firmware It is used to send node status information to monitoring.freifunk-franken.de and netmon.freifunk-franken.de endef define Build/Prepare echo "all: " > $(PKG_BUILD_DIR)/Makefile endef define Build/Configure # nothing endef define Build/Compile # nothing endef define Package/$(PKG_NAME)/install $(CP) ./files/* $(1)/ endef $(eval $(call BuildPackage,$(PKG_NAME)))