Skip to content
Snippets Groups Projects
Makefile 357 B
Newer Older
  • Learn to ignore specific revisions
  • include $(TOPDIR)/rules.mk
    
    PKG_NAME:=gluon-config-mode-domain-select
    PKG_VERSION:=1
    
    include ../gluon.mk
    
    define Package/gluon-config-mode-domain-select
      SECTION:=gluon
      CATEGORY:=Gluon
      TITLE:=UI for changing the node-config
      DEPENDS:=+gluon-config-mode-core @GLUON_MULTIDOMAIN
    endef
    
    
    $(eval $(call BuildPackageGluon,gluon-config-mode-domain-select))