summaryrefslogtreecommitdiff
path: root/personal-pkgs-repo
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2019-02-13 21:51:13 +0100
committerKarel Kočí <cynerd@email.cz>2019-02-13 21:51:13 +0100
commit18822acbe35ce68608d59358031b859891d71678 (patch)
treec8d582f0304d0cbec1bab418a18ec03adce4c9d2 /personal-pkgs-repo
parent5dba73e86371293a036c41418caf1623897b243d (diff)
downloadopenwrt-personal-pkgs-18822acbe35ce68608d59358031b859891d71678.tar.gz
openwrt-personal-pkgs-18822acbe35ce68608d59358031b859891d71678.tar.bz2
openwrt-personal-pkgs-18822acbe35ce68608d59358031b859891d71678.zip
personal-pkgs-repo: add mosquitto for bigclown
Diffstat (limited to 'personal-pkgs-repo')
-rw-r--r--personal-pkgs-repo/files/updater.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/personal-pkgs-repo/files/updater.lua b/personal-pkgs-repo/files/updater.lua
index 046ed9f..963c298 100644
--- a/personal-pkgs-repo/files/updater.lua
+++ b/personal-pkgs-repo/files/updater.lua
@@ -58,4 +58,5 @@ if vpn then
end
if bigclown then
Install("bigclown-gateway", "bigclown-mqtt2influxdb", "bigclown-control-tool")
+ Install("mosquitto", "mosquitto-client")
end