diff options
author | Karel Kočí <cynerd@email.cz> | 2018-09-13 00:17:08 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-09-13 00:17:08 +0200 |
commit | f92e15fbe52427e51260f60fe902da18ae85fd2a (patch) | |
tree | 3e1f3716c2db819b3b56e169471fb0ea8c69710c /bigclown-gateway/Makefile | |
parent | 5b0c2421d6ca596154d03b8994680e58e52846c9 (diff) | |
download | openwrt-personal-pkgs-f92e15fbe52427e51260f60fe902da18ae85fd2a.tar.gz openwrt-personal-pkgs-f92e15fbe52427e51260f60fe902da18ae85fd2a.tar.bz2 openwrt-personal-pkgs-f92e15fbe52427e51260f60fe902da18ae85fd2a.zip |
bigclown-gateway: ok no device link
It seems to not work so just drop it.
Diffstat (limited to 'bigclown-gateway/Makefile')
-rw-r--r-- | bigclown-gateway/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bigclown-gateway/Makefile b/bigclown-gateway/Makefile index 17bcbae..df17fd6 100644 --- a/bigclown-gateway/Makefile +++ b/bigclown-gateway/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bigclown-gateway -PKG_RELEASE:=5 +PKG_RELEASE:=1 PKG_SOURCE_URL:=https://github.com/bigclownlabs/bch-gateway.git PKG_MAINTAINER:=Karel Kočí <cynerd@email.cz> @@ -21,8 +21,6 @@ define Py3Package/$(PKG_NAME)/install $(INSTALL_CONF) ./files/config $(1)/etc/config/bigclown-gateway $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) ./files/init $(1)/etc/init.d/bigclown-gateway - $(INSTALL_DIR) $(1)/etc/hotplug.d/usb - $(INSTALL_DATA) ./files/hotplug $(1)/etc/hotplug.d/usb/50-bigclown-usb-dongle endef define Package/$(PKG_NAME)/conffiles |