X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/hmcfgusb/blobdiff_plain/15bae84ea0ca05f29517832bc7394a3bfa3a9f84..bafd75c9511de5b554fb222331b88518ed2ee96e:/Makefile.OpenWRT

diff --git a/Makefile.OpenWRT b/Makefile.OpenWRT
index 5a9498d..40b40c3 100644
--- a/Makefile.OpenWRT
+++ b/Makefile.OpenWRT
@@ -22,6 +22,7 @@ define Package/hmcfgusb/install
 	$(INSTALL_DIR) $(1)/usr/bin/
 	$(INSTALL_BIN) $(PKG_BUILD_DIR)/hmland $(1)/usr/bin/
 	$(INSTALL_BIN) $(PKG_BUILD_DIR)/hmsniff $(1)/usr/bin/
+	$(INSTALL_DIR) $(1)/etc/hotplug.d/usb/
 	$(INSTALL_BIN) $(PKG_BUILD_DIR)/20-hmlan.OpenWRT $(1)/etc/hotplug.d/usb/20-hmlan
 endef