diff options
author | Karel Kočí <karel.koci@nic.cz> | 2018-09-27 15:27:22 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2018-09-27 17:43:09 +0200 |
commit | 3532fa47380fb79d6c6edb32039c1b491f64709a (patch) | |
tree | 4e6574b66c26479cbf93f8cd2e7a68ea27a8eb7e | |
parent | e6b0e5c1da94dff8b2b335e6c48052304f306d31 (diff) | |
download | openwrt-personal-pkgs-3532fa47380fb79d6c6edb32039c1b491f64709a.tar.gz openwrt-personal-pkgs-3532fa47380fb79d6c6edb32039c1b491f64709a.tar.bz2 openwrt-personal-pkgs-3532fa47380fb79d6c6edb32039c1b491f64709a.zip |
personal-pkgs-repo: add opkg-wrapper ignore for this repository
-rw-r--r-- | personal-pkgs-repo/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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čí <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:=unknown |