From f7ca4baf69e03d56ac63782344e8f0c0bddf2c8d Mon Sep 17 00:00:00 2001 From: Michael Gernoth Date: Sat, 1 Jun 2013 12:04:41 +0200 Subject: [PATCH 1/1] hotplug-dir needs to be created before copying stuff into it... --- Makefile.OpenWRT | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2