diff options
author | Karel Kočí <karel.koci@nic.cz> | 2019-02-18 18:05:50 +0100 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2019-02-18 18:05:50 +0100 |
commit | f28843337fbad82009cc28ad182a405e95fb939a (patch) | |
tree | a8bab0ac6de76515d37d233f0421128421d02d4e /bigclown-gateway/Makefile | |
parent | fb3d65bf92084ce62173c6c83365445d42efc043 (diff) | |
download | openwrt-personal-pkgs-f28843337fbad82009cc28ad182a405e95fb939a.tar.gz openwrt-personal-pkgs-f28843337fbad82009cc28ad182a405e95fb939a.tar.bz2 openwrt-personal-pkgs-f28843337fbad82009cc28ad182a405e95fb939a.zip |
bigclown-gateway: Fix invalid switch in init script
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 f269f52..2084cab 100644 --- a/bigclown-gateway/Makefile +++ b/bigclown-gateway/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bigclown-gateway PKG_VERSION:=1.16.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_URL:=https://codeload.github.com/bigclownlabs/bch-gateway/tar.gz/v$(PKG_VERSION)? PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |