gluon/package/gluon-tunneldigger-watchdog/Makefile

39 lines
788 B
Makefile
Raw Normal View History

2016-01-24 23:30:40 +00:00
include $(TOPDIR)/rules.mk
PKG_NAME:=gluon-tunneldigger-watchdog
PKG_VERSION:=3
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
include $(GLUONDIR)/include/package.mk
define Package/gluon-tunneldigger-watchdog
SECTION:=gluon
CATEGORY:=Gluon
TITLE:=Automatically restarts tunneldigger if the client crashed
DEPENDS:=gluon-tunneldigger
endef
define Package/gluon-tunneldigger-watchdog/description
Gluon community wifi mesh firmware framework: tunneldigger watchdog
endef
define Build/Prepare
mkdir -p $(PKG_BUILD_DIR)
endef
define Build/Configure
endef
define Build/Compile
endef
define Package/gluon-tunneldigger-watchdog/install
$(CP) ./files/* $(1)/
endef
define Package/gluon-tunneldigger-watchdog/postinst
endef
$(eval $(call BuildPackage,gluon-tunneldigger-watchdog))