summaryrefslogtreecommitdiff
path: root/personal-pkgs-repo
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2018-09-27 15:27:22 +0200
committerKarel Kočí <karel.koci@nic.cz>2018-09-27 15:27:22 +0200
commit27ea9124b86704dda7cd5d386dd9bbbbee9d9a64 (patch)
treed6156143d2ca3ed4e2ab4f88176309142ab2ceec /personal-pkgs-repo
parent3fe1aa96acf4eefb8769d25a0aaa0a5a65be8ea7 (diff)
downloadopenwrt-personal-pkgs-27ea9124b86704dda7cd5d386dd9bbbbee9d9a64.tar.gz
openwrt-personal-pkgs-27ea9124b86704dda7cd5d386dd9bbbbee9d9a64.tar.bz2
openwrt-personal-pkgs-27ea9124b86704dda7cd5d386dd9bbbbee9d9a64.zip
personal-pkgs-repo: add opkg-wrapper ignore for this repository
Diffstat (limited to 'personal-pkgs-repo')
-rw-r--r--personal-pkgs-repo/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/personal-pkgs-repo/Makefile b/personal-pkgs-repo/Makefile
index 3b150e4..2c28564 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.2
+PKG_VERSION:=1.3
PKG_MAINTAINER:=Karel Kočí <cynerd@email.cz>
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=turris