Makefile 651 B

12345678910111213141516171819202122
  1. # Copyright (C) 2013 Nils Schneider <nils at nilsschneider.net>
  2. # This is free software, licensed under the Apache 2.0 license.
  3. include $(TOPDIR)/rules.mk
  4. PKG_NAME:=ffho-web-autoupdater
  5. PKG_VERSION:=1
  6. PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
  7. include $(TOPDIR)/../package/gluon.mk
  8. define Package/ffho-web-autoupdater
  9. SECTION:=ffho
  10. CATEGORY:=FFHO
  11. TITLE:=gluon-web module for gluon-autoupdater and ffho-autoupdater-wifi-fallback
  12. DEPENDS:=+gluon-web-admin +ffho-autoupdater-wifi-fallback
  13. MAINTAINER:=Freifunk Hochstift <kontakt@hochstift.freifunk.net>
  14. PROVIDES:=gluon-web-autoupdater
  15. endef
  16. $(eval $(call BuildPackageGluon,$(PKG_NAME)))