Skip to content

Commit

Permalink
omnia-5g-kit: Fix build - create missing directories
Browse files Browse the repository at this point in the history
  • Loading branch information
miska committed Nov 12, 2024
1 parent b45bb28 commit ce91ff8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hardware/omnia/omnia-5g-kit/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ce91ff8

Please sign in to comment.