aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-12-22 11:47:19 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-12-22 11:47:19 +0000
commitb91b5f1dce8098f20849059d58aa978ca0ffeb9a (patch)
treec548ac5d88fe3c38518f0e982cbb90f451a49b6b
parentf72b3af4d83501e269e0a06793949f2fceec7653 (diff)
downloadbusybox-w32-b91b5f1dce8098f20849059d58aa978ca0ffeb9a.tar.gz
busybox-w32-b91b5f1dce8098f20849059d58aa978ca0ffeb9a.tar.bz2
busybox-w32-b91b5f1dce8098f20849059d58aa978ca0ffeb9a.zip
Always use /usr/share/udhcpc/default.script ([/usr] was depending on CONFIG_xx)
git-svn-id: svn://busybox.net/trunk/busybox@17047 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--networking/udhcp/common.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/networking/udhcp/common.h b/networking/udhcp/common.h
index 70a769342..ca05a9c2c 100644
--- a/networking/udhcp/common.h
+++ b/networking/udhcp/common.h
@@ -12,11 +12,7 @@
12 12
13#include "busybox.h" 13#include "busybox.h"
14 14
15#ifdef CONFIG_INSTALL_NO_USR 15#define DEFAULT_SCRIPT "/usr/share/udhcpc/default.script"
16# define DEFAULT_SCRIPT "/share/udhcpc/default.script"
17#else
18# define DEFAULT_SCRIPT "/usr/share/udhcpc/default.script"
19#endif
20 16
21#define COMBINED_BINARY 17#define COMBINED_BINARY
22 18