summaryrefslogtreecommitdiff
path: root/bigclown-gateway
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2018-09-12 17:36:47 +0200
committerKarel Kočí <karel.koci@nic.cz>2018-09-12 17:36:47 +0200
commitdab9c4f6f89f4d1b8817375fdb30f0c2cf951989 (patch)
treec95ddd406c6b85181731cc6c84dca1ab9fe27630 /bigclown-gateway
parent40764118789f79f79e943a95b805db4e929ec5d7 (diff)
downloadopenwrt-personal-pkgs-dab9c4f6f89f4d1b8817375fdb30f0c2cf951989.tar.gz
openwrt-personal-pkgs-dab9c4f6f89f4d1b8817375fdb30f0c2cf951989.tar.bz2
openwrt-personal-pkgs-dab9c4f6f89f4d1b8817375fdb30f0c2cf951989.zip
bigclown-gateway: move udev rules
Diffstat (limited to 'bigclown-gateway')
-rw-r--r--bigclown-gateway/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/bigclown-gateway/Makefile b/bigclown-gateway/Makefile
index 1fb8937..f5de297 100644
--- a/bigclown-gateway/Makefile
+++ b/bigclown-gateway/Makefile
@@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=bigclown-gateway
-PKG_RELEASE:=2
+PKG_RELEASE:=3
PKG_SOURCE_URL:=https://github.com/bigclownlabs/bch-gateway.git
PKG_MAINTAINER:=Karel Kočí <cynerd@email.cz>
@@ -21,8 +21,8 @@ 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/udev/rules.d
- $(INSTALL_DATA) ./files/udev $(1)/etc/udev/rules.d/58-bigclown-usb-dongle.rules
+ $(INSTALL_DIR) $(1)/lib/udev/rules.d/
+ $(INSTALL_DATA) ./files/udev $(1)/lib/udev/rules.d/58-bigclown-usb-dongle.rules
endef
define Package/$(PKG_NAME)/conffiles