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-gateway/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-gateway/Makefile')
-rw-r--r-- | bigclown-gateway/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bigclown-gateway/Makefile b/bigclown-gateway/Makefile index 03b25b1..031c315 100644 --- a/bigclown-gateway/Makefile +++ b/bigclown-gateway/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bigclown-gateway -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_URL:=https://github.com/bigclownlabs/bch-gateway.git PKG_MAINTAINER:=Karel Kočí <cynerd@email.cz> |