include $(TOPDIR)/rules.mk PKG_NAME:=fff-s2nproxy PKG_RELEASE:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/fff-mqtt include $(INCLUDE_DIR)/package.mk define Package/fff-s2nproxy SECTION:=base CATEGORY:=Freifunk TITLE:=Freifunk-Franken snmp 2 nodewatcher proxy URL:=https://www.freifunk-franken.de DEPENDS:= \ +fff-nodewatcher \ +snmp-utils endef define Package/fff-s2nproxy/description This package can be used to monitor snmp devices endef define Build/Compile # nothing endef define Package/fff-s2nproxy/install $(CP) ./files/* $(1)/ endef $(eval $(call BuildPackage,fff-s2nproxy))