2014-01-09 08:58:59 +00:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_NAME:=gluon-lock-password
|
|
|
|
PKG_VERSION:=1
|
|
|
|
PKG_RELEASE:=1
|
|
|
|
|
2018-03-08 18:49:41 +00:00
|
|
|
include ../gluon.mk
|
2014-01-09 08:58:59 +00:00
|
|
|
|
|
|
|
define Package/gluon-lock-password
|
|
|
|
TITLE:=Locks the root account by default
|
|
|
|
DEPENDS:=+gluon-core
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Package/gluon-lock-password/description
|
|
|
|
This packages locks the root account by default.
|
|
|
|
endef
|
|
|
|
|
2018-03-08 18:49:41 +00:00
|
|
|
$(eval $(call BuildPackageGluon,gluon-lock-password))
|