diff options
| author | Karel Kočí <cynerd@email.cz> | 2018-09-12 22:09:25 +0200 | 
|---|---|---|
| committer | Karel Kočí <cynerd@email.cz> | 2018-09-12 22:10:34 +0200 | 
| commit | ba6eb4bfe3ab05685ae1289b10b04c9bf8112e35 (patch) | |
| tree | 418b0c4c4ab167ac9f41a99ed4913ab85a592e82 /bigclown-gateway/Makefile | |
| parent | dab9c4f6f89f4d1b8817375fdb30f0c2cf951989 (diff) | |
| download | openwrt-personal-pkgs-ba6eb4bfe3ab05685ae1289b10b04c9bf8112e35.tar.gz openwrt-personal-pkgs-ba6eb4bfe3ab05685ae1289b10b04c9bf8112e35.tar.bz2 openwrt-personal-pkgs-ba6eb4bfe3ab05685ae1289b10b04c9bf8112e35.zip | |
bigclown-gateway: Try to fix udev rule and change path
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 f5de297..4c41fc5 100644 --- a/bigclown-gateway/Makefile +++ b/bigclown-gateway/Makefile @@ -1,7 +1,7 @@  include $(TOPDIR)/rules.mk  PKG_NAME:=bigclown-gateway -PKG_RELEASE:=3 +PKG_RELEASE:=4  PKG_SOURCE_URL:=https://github.com/bigclownlabs/bch-gateway.git  PKG_MAINTAINER:=Karel Kočí <cynerd@email.cz> | 
