From 20287be7e2bb3a7a689532ebd505e9ca61aefc6b Mon Sep 17 00:00:00 2001 From: Sukru Senli Date: Tue, 22 Dec 2020 10:27:35 +0100 Subject: [PATCH] obuspa: install hotplug script --- obuspa/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/obuspa/Makefile b/obuspa/Makefile index 70b4101ae..95e35d069 100644 --- a/obuspa/Makefile +++ b/obuspa/Makefile @@ -50,9 +50,11 @@ define Package/obuspa/install $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_DIR) $(1)/etc/config $(INSTALL_DIR) $(1)/etc/obuspa + $(INSTALL_DIR) $(1)/etc/hotplug.d/iface $(INSTALL_BIN) $(PKG_BUILD_DIR)/obuspa $(1)/usr/sbin/ $(INSTALL_BIN) ./files/etc/init.d/obuspa $(1)/etc/init.d/ $(INSTALL_DATA) ./files/etc/config/obuspa $(1)/etc/config/ + $(INSTALL_BIN) ./files/etc/hotplug.d/iface/85-obuspa $(1)/etc/hotplug.d/iface/ endef $(eval $(call BuildPackage,obuspa))