From 99239c3f646c0ff9e1d9f614803bacb2cb053f57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 19 Feb 2018 16:08:02 +0100 Subject: Drop also myrepo package How to create this package is described in README.md and it contains my personal configuration so it shouldn't be there. --- myrepo/Makefile | 35 ----------------------------------- myrepo/files/updater.lua | 14 -------------- 2 files changed, 49 deletions(-) delete mode 100644 myrepo/Makefile delete mode 100644 myrepo/files/updater.lua (limited to 'myrepo') diff --git a/myrepo/Makefile b/myrepo/Makefile deleted file mode 100644 index ac252cc..0000000 --- a/myrepo/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# -## Copyright (C) 2016-2017 CZ.NIC z.s.p.o. (http://www.nic.cz/) -# -## This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# # -# -include $(TOPDIR)/rules.mk - -PKG_NAME:=myrepo -PKG_VERSION:=1 -PKG_MAINTAINER:=Karel Koci -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) - -include $(INCLUDE_DIR)/package.mk - -define Package/myrepo - TITLE:=myrepo -endef - -define Build/Compile - : -endef - -define Package/myrepo/install - $(INSTALL_DIR) $(1)/etc/opkg/keys - $(INSTALL_DIR) $(1)/etc/updater/keys - $(INSTALL_DATA) ./files/key.pub $(1)/etc/opkg/keys/cfb977a0d53c5424 - $(INSTALL_DATA) ./files/key.pub $(1)/etc/updater/keys/myrepo.pub - - $(INSTALL_DIR) $(1)/etc/updater/conf.d - $(INSTALL_CONF) ./files/updater.lua $(1)/etc/updater/conf.d/myrepo.lua -endef - -$(eval $(call BuildPackage,myrepo)) diff --git a/myrepo/files/updater.lua b/myrepo/files/updater.lua deleted file mode 100644 index 0673f47..0000000 --- a/myrepo/files/updater.lua +++ /dev/null @@ -1,14 +0,0 @@ -local board -if model:match('[Oo]mnia') then - board = "omnia" -else - board = "turris" -end - -Script("myrepo", "https://cynerd.cz/myrepo/" .. board .. ".lua", { - pubkey = "file:///etc/updater/keys/myrepo.pub", - ocsp = false -}) - -Install("myrepo") -Package("myrepo", { replan = "finished" }) -- cgit v1.2.3