From 342bb236f6da7547848b74d8b1367fd9b1442616 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 25 Apr 2019 08:43:19 +0200 Subject: personal-pkgs-repo: fix check in updater config --- personal-pkgs-repo/Makefile | 2 +- personal-pkgs-repo/files/updater.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/personal-pkgs-repo/Makefile b/personal-pkgs-repo/Makefile index a557282..3fae0df 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.4.6 +PKG_VERSION:=1.4.7 PKG_MAINTAINER:=Karel Kočí PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) diff --git a/personal-pkgs-repo/files/updater.lua b/personal-pkgs-repo/files/updater.lua index d8085d0..a6e1980 100644 --- a/personal-pkgs-repo/files/updater.lua +++ b/personal-pkgs-repo/files/updater.lua @@ -63,6 +63,6 @@ if bigclown then Install("mosquitto", "mosquitto-client") Install("bigclown-leds") end -if bigclown then +if sentinel then Install("sentinel-minipot", "sentinel-nikola", "sentinel-dynfw-client") end -- cgit v1.2.3