diff options
author | Karel Kočí <cynerd@email.cz> | 2019-03-05 23:48:54 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2019-03-05 23:48:54 +0100 |
commit | a9f261f5800cc9f87999178955a8aedade3e6944 (patch) | |
tree | cf60ac20100d984ccca0d5905fe7e71a1cef223e /personal-pkgs-repo | |
parent | 2847ac220defe13a6edb774892cbfb4cbc8e4a94 (diff) | |
download | openwrt-personal-pkgs-a9f261f5800cc9f87999178955a8aedade3e6944.tar.gz openwrt-personal-pkgs-a9f261f5800cc9f87999178955a8aedade3e6944.tar.bz2 openwrt-personal-pkgs-a9f261f5800cc9f87999178955a8aedade3e6944.zip |
personal-pkgs-repo: Add bigclown-leds to configuration
Diffstat (limited to 'personal-pkgs-repo')
-rw-r--r-- | personal-pkgs-repo/Makefile | 2 | ||||
-rw-r--r-- | personal-pkgs-repo/files/updater.lua | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/personal-pkgs-repo/Makefile b/personal-pkgs-repo/Makefile index 8cf5827..cc5605c 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.2 +PKG_VERSION:=1.4.3 PKG_MAINTAINER:=Karel Kočí <cynerd@email.cz> PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) diff --git a/personal-pkgs-repo/files/updater.lua b/personal-pkgs-repo/files/updater.lua index 963c298..5f85763 100644 --- a/personal-pkgs-repo/files/updater.lua +++ b/personal-pkgs-repo/files/updater.lua @@ -59,4 +59,5 @@ end if bigclown then Install("bigclown-gateway", "bigclown-mqtt2influxdb", "bigclown-control-tool") Install("mosquitto", "mosquitto-client") + Install("bigclown-leds") end |