include $(TOPDIR)/rules.mk PKG_NAME:=ffho-autoupdater-wifi-fallback PKG_VERSION:=2 PKG_RELEASE:=$(GLUON_VERSION).$(GLUON_SITE_CODE)-$(GLUON_RELEASE).$(GLUON_CONFIG_VERSION) PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) PKG_BUILD_DEPENDS := respondd include $(GLUONDIR)/include/package.mk define Package/ffho-autoupdater-wifi-fallback SECTION:=ffho CATEGORY:=FFHO TITLE:=Implements switching to fallback mode if we are cut off from the mesh DEPENDS:=+gluon-autoupdater +libiwinfo-lua +iw MAINTAINER:=Freifunk Hochstift URL:=https://git.c3pb.de/freifunk-pb/ffho-packages endef define Build/Prepare mkdir -p $(PKG_BUILD_DIR) $(CP) ./src/* $(PKG_BUILD_DIR)/ endef define Package/ffho-autoupdater-wifi-fallback/install $(CP) ./files/* $(1)/ $(INSTALL_DIR) $(1)/lib/gluon/respondd $(CP) $(PKG_BUILD_DIR)/respondd.so $(1)/lib/gluon/respondd/autoupdater-wifi-fallback.so endef $(eval $(call BuildPackage,ffho-autoupdater-wifi-fallback))