diff options
| author | Karel Kočí <cynerd@email.cz> | 2018-09-30 08:02:09 +0200 | 
|---|---|---|
| committer | Karel Kočí <cynerd@email.cz> | 2018-09-30 08:02:09 +0200 | 
| commit | e48d2180906f69009fc830b5a1f5696c6e6ab88e (patch) | |
| tree | a1eca34c3106f47a9caffb60e330929a0bb3a96f /bigclown-mqtt2influxdb/Makefile | |
| parent | 27ea9124b86704dda7cd5d386dd9bbbbee9d9a64 (diff) | |
| download | openwrt-personal-pkgs-e48d2180906f69009fc830b5a1f5696c6e6ab88e.tar.gz openwrt-personal-pkgs-e48d2180906f69009fc830b5a1f5696c6e6ab88e.tar.bz2 openwrt-personal-pkgs-e48d2180906f69009fc830b5a1f5696c6e6ab88e.zip | |
bigclown: configure init script respawn
Diffstat (limited to 'bigclown-mqtt2influxdb/Makefile')
| -rw-r--r-- | bigclown-mqtt2influxdb/Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bigclown-mqtt2influxdb/Makefile b/bigclown-mqtt2influxdb/Makefile index fd606f0..c77bbbe 100644 --- a/bigclown-mqtt2influxdb/Makefile +++ b/bigclown-mqtt2influxdb/Makefile @@ -1,7 +1,7 @@  include $(TOPDIR)/rules.mk  PKG_NAME:=bigclown-mqtt2influxdb -PKG_RELEASE:=2 +PKG_RELEASE:=3  PKG_SOURCE_URL:=https://github.com/bigclownlabs/bch-mqtt2influxdb.git  PKG_MAINTAINER:=Karel Kočí <cynerd@email.cz> | 
