2014-09-10 16:43:26 +00:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_NAME:=gluon-authorized-keys
|
|
|
|
|
2016-10-08 22:18:45 +00:00
|
|
|
include ../gluon.mk
|
2014-09-10 16:43:26 +00:00
|
|
|
|
|
|
|
define Package/gluon-authorized-keys
|
|
|
|
TITLE:=Fill /etc/dropbear/authorized_keys from site.conf
|
2019-07-02 10:23:38 +00:00
|
|
|
DEPENDS:=+gluon-core +gluon-lock-password
|
2014-09-10 16:43:26 +00:00
|
|
|
endef
|
|
|
|
|
2018-03-08 18:49:41 +00:00
|
|
|
$(eval $(call BuildPackageGluon,gluon-authorized-keys))
|