Skip to content
Snippets Groups Projects
Makefile 308 B
Newer Older
  • Learn to ignore specific revisions
  • include $(TOPDIR)/rules.mk
    
    PKG_NAME:=gluon-config-mode-hostname
    PKG_VERSION:=1
    
    
    include ../gluon.mk
    
    
    define Package/gluon-config-mode-hostname
      SECTION:=gluon
      CATEGORY:=Gluon
      TITLE:=Set the hostname
    
      DEPENDS:=+gluon-config-mode-core
    
    $(eval $(call BuildPackageGluon,gluon-config-mode-hostname))