gluon/package/gluon-authorized-keys/Makefile
Jan-Niklas Burfeind 056b7a8160 does not build
2023-01-04 16:03:10 +01:00

13 lines
283 B
Makefile

include $(TOPDIR)/rules.mk
PKG_NAME:=gluon-authorized-keys
include ../gluon.mk
define Package/gluon-authorized-keys
TITLE:=Fill /etc/dropbear/authorized_keys from site.conf
DEPENDS:=+gluon-core +gluon-lock-password
endef
$(eval $(call BuildPackageGluon,gluon-authorized-keys))