diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-12-22 11:47:19 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-12-22 11:47:19 +0000 |
commit | 1d14e6f48c266947f78620976697cafc670796f8 (patch) | |
tree | c548ac5d88fe3c38518f0e982cbb90f451a49b6b | |
parent | afc9ff99fd1cbf67eb6e313be247e2e53269a0dc (diff) | |
download | busybox-w32-1d14e6f48c266947f78620976697cafc670796f8.tar.gz busybox-w32-1d14e6f48c266947f78620976697cafc670796f8.tar.bz2 busybox-w32-1d14e6f48c266947f78620976697cafc670796f8.zip |
Always use /usr/share/udhcpc/default.script ([/usr] was depending on CONFIG_xx)
-rw-r--r-- | networking/udhcp/common.h | 6 |
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 | ||