Skip to content
Snippets Groups Projects
Verified Commit 93b5593e authored by Karel Koci's avatar Karel Koci :metal:
Browse files

patches: openwrt: rebase patch Busybox try to install everyting into bin

parent 4668d767
Branches
Tags
1 merge request!123Turris OS 5.0 (HBK)
From 709c24eb908ceb268c9dcb1b8665716c33d3dbef Mon Sep 17 00:00:00 2001
From 1673cd73f29973a6819c0741217dd3ccd32d405b Mon Sep 17 00:00:00 2001
From: Michal Hrusecky <Michal@Hrusecky.net>
Date: Tue, 27 Feb 2018 17:24:33 +0100
Subject: [PATCH] busybox: Try to install everything into /{s,}bin
Signed-off-by: Michal Hrusecky <Michal@Hrusecky.net>
---
package/utils/busybox/Makefile | 7 +++++++
1 file changed, 7 insertions(+)
package/utils/busybox/Makefile | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/package/utils/busybox/Makefile b/package/utils/busybox/Makefile
index fc882d3..5d4ba1d 100644
index a3c87aa661..3844cf82a9 100644
--- a/package/utils/busybox/Makefile
+++ b/package/utils/busybox/Makefile
@@ -132,6 +132,18 @@ endef
define Package/busybox/install
@@ -147,6 +147,18 @@ define Package/busybox/install
$(INSTALL_DIR) $(1)/etc/init.d
$(INSTALL_DIR) $(1)/usr/sbin
$(CP) $(PKG_INSTALL_DIR)/* $(1)/
+ $(INSTALL_DIR) $(1)/bin
+ $(INSTALL_DIR) $(1)/usr/bin
......@@ -32,5 +32,5 @@ index fc882d3..5d4ba1d 100644
$(INSTALL_BIN) ./files/cron $(1)/etc/init.d/cron
endif
--
2.16.2
2.21.0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment