dropbear: honor CONFIG_TARGET_INIT_PATH

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>

SVN-Revision: 48679
This commit is contained in:
Jo-Philipp Wich
2016-02-08 14:28:57 +00:00
parent cc289e0adb
commit b78aae793e
2 changed files with 17 additions and 6 deletions

View File

@@ -1,11 +1,12 @@
--- a/options.h
+++ b/options.h
@@ -347,7 +347,7 @@ be overridden at runtime with -I. 0 disa
@@ -347,7 +347,9 @@ be overridden at runtime with -I. 0 disa
#define DEFAULT_IDLE_TIMEOUT 0
/* The default path. This will often get replaced by the shell */
-#define DEFAULT_PATH "/usr/bin:/bin"
+#define DEFAULT_PATH "/bin:/sbin:/usr/bin:/usr/sbin"
+#ifndef DEFAULT_PATH
#define DEFAULT_PATH "/usr/bin:/bin"
+#endif
/* Some other defines (that mostly should be left alone) are defined
* in sysoptions.h */