Skip to content
Snippets Groups Projects
Commit 3dd5a34c authored by Patrick Uven's avatar Patrick Uven
Browse files

Renamed ffol to ffnw in package nodewatcher

parent 2079683b
No related branches found
No related tags found
No related merge requests found
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=ffol-nodewatcher PKG_NAME:=ffnw-nodewatcher
PKG_VERSION:=30 PKG_VERSION:=30
PKG_RELEASE:=1 PKG_RELEASE:=1
...@@ -8,13 +8,13 @@ PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) ...@@ -8,13 +8,13 @@ PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
define Package/ffol-nodewatcher define Package/ffnw-nodewatcher
SECTION:=daemon SECTION:=daemon
CATEGORY:=Freifunk Oldenburg CATEGORY:=Freifunk Nordwest
TITLE:=Provides status data for netmon TITLE:=Provides status data for netmon
endef endef
define Package/ffol-nodewatcher/description define Package/ffnw-nodewatcher/description
Provides status data for netmon Provides status data for netmon
endef endef
...@@ -28,13 +28,13 @@ endef ...@@ -28,13 +28,13 @@ endef
define Build/Compile define Build/Compile
endef endef
define Package/ffol-nodewatcher/install define Package/ffnw-nodewatcher/install
$(INSTALL_DIR) $(1)/lib/gluon/cron/ $(INSTALL_DIR) $(1)/lib/gluon/cron/
$(INSTALL_DATA) files/lib/gluon/cron/nodewatcher $(1)/lib/gluon/cron/nodewatcher $(INSTALL_DATA) files/lib/gluon/cron/nodewatcher $(1)/lib/gluon/cron/nodewatcher
$(INSTALL_DIR) $(1)/lib/ffol/nodewatcher/ $(INSTALL_DIR) $(1)/lib/ffnw/nodewatcher/
$(INSTALL_BIN) files/lib/ffol/nodewatcher/nodewatcher.sh $(1)/lib/ffol/nodewatcher/ $(INSTALL_BIN) files/lib/ffnw/nodewatcher/nodewatcher.sh $(1)/lib/ffnw/nodewatcher/
$(INSTALL_DIR) $(1)/etc/config/ $(INSTALL_DIR) $(1)/etc/config/
$(INSTALL_CONF) files/nodewatcher.config $(1)/etc/config/nodewatcher $(INSTALL_CONF) files/nodewatcher.config $(1)/etc/config/nodewatcher
endef endef
$(eval $(call BuildPackage,ffol-nodewatcher)) $(eval $(call BuildPackage,ffnw-nodewatcher))
*/5 * * * * sh /lib/ffol/nodewatcher/nodewatcher.sh; */5 * * * * sh /lib/ffnw/nodewatcher/nodewatcher.sh;
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