diff --git a/hardware/omnia/omnia-5g-kit/Makefile b/hardware/omnia/omnia-5g-kit/Makefile index 176c01d21..3d640043c 100644 --- a/hardware/omnia/omnia-5g-kit/Makefile +++ b/hardware/omnia/omnia-5g-kit/Makefile @@ -39,7 +39,9 @@ endef define Package/omnia-5g-kit/install $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) ./files/5g-kit.init $(1)/etc/init.d/5g-kit + $(INSTALL_DIR) $(1)/etc/hotplug.d/net $(INSTALL_BIN) ./files/hotplug-net-5g-kit $(1)/etc/hotplug.d/net/50-5g-kit + $(INSTALL_DIR) $(1)/etc/hotplug.d/tty $(INSTALL_BIN) ./files/hotplug-tty-5g-kit $(1)/etc/hotplug.d/tty/50-5g-kit endef