Makefile 466 B

123456789101112131415161718
  1. include $(TOPDIR)/rules.mk
  2. PKG_NAME:=ffho-config-mode-site-select
  3. PKG_VERSION:=0.1
  4. PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
  5. include $(TOPDIR)/../package/gluon.mk
  6. define Package/ffho-config-mode-site-select
  7. SECTION:=ffho
  8. CATEGORY:=Site-select
  9. TITLE:=UI for changing the node-config
  10. DEPENDS:=+gluon-config-mode-core +ffho-site-generate
  11. MAINTAINER:=Freifunk Hochstift <kontakt@hochstift.freifunk.net>
  12. endef
  13. $(eval $(call BuildPackageGluon,$(PKG_NAME)))