summaryrefslogtreecommitdiff
path: root/personal-pkgs-repo/files
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2019-04-25 08:43:19 +0200
committerKarel Kočí <karel.koci@nic.cz>2019-04-25 08:43:19 +0200
commit342bb236f6da7547848b74d8b1367fd9b1442616 (patch)
treedb8ddc3022d076d8074851442d519bac7243d71e /personal-pkgs-repo/files
parent1255272d199b138fa7cded2d3787755f7213f7a1 (diff)
downloadopenwrt-personal-pkgs-342bb236f6da7547848b74d8b1367fd9b1442616.tar.gz
openwrt-personal-pkgs-342bb236f6da7547848b74d8b1367fd9b1442616.tar.bz2
openwrt-personal-pkgs-342bb236f6da7547848b74d8b1367fd9b1442616.zip
personal-pkgs-repo: fix check in updater config
Diffstat (limited to 'personal-pkgs-repo/files')
-rw-r--r--personal-pkgs-repo/files/updater.lua2
1 files changed, 1 insertions, 1 deletions
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