diff options
author | Karel Kočí <cynerd@email.cz> | 2019-03-09 21:02:12 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2019-03-09 21:02:12 +0100 |
commit | ed8b571c5dc872a86b0ef7608cede64cb6ac2c33 (patch) | |
tree | 86fc301a919d8bdfcf5a198c7b3b08864c4f17e3 /updater-ng/Makefile | |
parent | f7f7a581e56d49a280f60e038ef543bc74331683 (diff) | |
download | openwrt-personal-pkgs-ed8b571c5dc872a86b0ef7608cede64cb6ac2c33.tar.gz openwrt-personal-pkgs-ed8b571c5dc872a86b0ef7608cede64cb6ac2c33.tar.bz2 openwrt-personal-pkgs-ed8b571c5dc872a86b0ef7608cede64cb6ac2c33.zip |
updater-ng: sync with upstream
Diffstat (limited to 'updater-ng/Makefile')
-rw-r--r-- | updater-ng/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/updater-ng/Makefile b/updater-ng/Makefile index ac5cb88..6c65ab2 100644 --- a/updater-ng/Makefile +++ b/updater-ng/Makefile @@ -41,7 +41,7 @@ define Package/$(PKG_NAME)/install $(INSTALL_DIR) $(1)/etc/updater/hook_preupdate touch $(1)/etc/updater/hook_preupdate/.keep $(INSTALL_DIR) $(1)/etc/updater/hook_postupdate - $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/pkgupdate/hook_postupdate/update_alternatives.sh $(1)/etc/updater/hook_postupdate/update_alternatives.sh + $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/pkgupdate/hook_postupdate/update_alternatives.sh $(1)/etc/updater/hook_postupdate/20_update_alternatives.sh $(INSTALL_DIR) $(1)/etc/updater/hook_reboot_required $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/pkgupdate/hook_reboot_required/50-create-notification.sh $(1)/etc/updater/hook_reboot_required/50-create-notification.sh @@ -59,8 +59,7 @@ endef define Package/$(PKG_NAME)-supervisor TITLE:=Next generation updater supervisor and its library - DEPENDS:=+updater-ng +vixie-cron +python3-light +python3-uci +userlists +l10n_supported - EXTRA_DEPENDS:=userlists (>=11) + DEPENDS:=+updater-ng +vixie-cron +python3-light +python3-uci +pkglists +l10n_supported endef define Py3Package/$(PKG_NAME)-supervisor/install |