Skip to content
Snippets Groups Projects
Verified Commit e2971b21 authored by Josef Schlehofer's avatar Josef Schlehofer
Browse files

Merge branch 'hotfix/initial-config-fix-install-stage' into develop

parents cda383f6 191a014c
Branches
Tags
1 merge request!824Turris OS 5.3 (HBK)
......@@ -8,8 +8,8 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=initial-config
PKG_VERSION:=0.1.0
PKG_RELEASE:=2
PKG_VERSION:=0.2.0
PKG_RELEASE:=1
PKG_MAINTAINER:=CZ.NIC <packaging@turris.cz>
......@@ -22,7 +22,7 @@ define Package/initial-config
DEPENDS:=+jshn +python3-pbkdf2
endef
define Package/medkit-initial-config/install
define Package/initial-config/install
$(INSTALL_DIR) $(1)/etc/uci-defaults
$(INSTALL_BIN) ./files/initial-config $(1)/etc/uci-defaults/99-initial-config
endef
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment