Skip to content
Snippets Groups Projects
Makefile 314 B
Newer Older
  • Learn to ignore specific revisions
  • include $(TOPDIR)/rules.mk
    
    PKG_NAME:=gluon-authorized-keys
    PKG_VERSION:=2
    
    
    include ../gluon.mk
    
    
    define Package/gluon-authorized-keys
      SECTION:=gluon
      CATEGORY:=Gluon
      TITLE:=Fill /etc/dropbear/authorized_keys from site.conf
      DEPENDS:=+gluon-core
    endef
    
    
    $(eval $(call BuildPackageGluon,gluon-authorized-keys))