From 3532fa47380fb79d6c6edb32039c1b491f64709a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 27 Sep 2018 15:27:22 +0200 Subject: personal-pkgs-repo: add opkg-wrapper ignore for this repository --- personal-pkgs-repo/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'personal-pkgs-repo/Makefile') diff --git a/personal-pkgs-repo/Makefile b/personal-pkgs-repo/Makefile index 1a19c7a..624a895 100644 --- a/personal-pkgs-repo/Makefile +++ b/personal-pkgs-repo/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=personal-pkgs-repo -PKG_VERSION:=1.1 +PKG_VERSION:=1.2 PKG_MAINTAINER:=Karel Kočí PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) @@ -30,6 +30,9 @@ define Package/$(PKG_NAME)/install $(INSTALL_DIR) $(1)/etc/updater/conf.d $(INSTALL_CONF) ./files/updater.lua $(1)/etc/updater/conf.d/personal-pkgs.lua + + $(INSTALL_DIR) $(1)/etc/updater/opkg-ignore + echo ' personal ' >$(1)/etc/updater/opkg-ignore/personal-pkgs endef BOARD:=unknown -- cgit v1.2.3