projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afc9ff9
)
Always use /usr/share/udhcpc/default.script ([/usr] was depending on CONFIG_xx)
author
Denis Vlasenko
<vda.linux@googlemail.com>
Fri, 22 Dec 2006 11:47:19 +0000
(11:47 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Fri, 22 Dec 2006 11:47:19 +0000
(11:47 -0000)
networking/udhcp/common.h
patch
|
blob
|
history
diff --git
a/networking/udhcp/common.h
b/networking/udhcp/common.h
index 70a769342c6265cff875ea42b05f2fa2b6d433dd..ca05a9c2cbc570d3e7f202c6f580bba880c1daed 100644
(file)
--- a/
networking/udhcp/common.h
+++ b/
networking/udhcp/common.h
@@
-12,11
+12,7
@@
#include "busybox.h"
-#ifdef CONFIG_INSTALL_NO_USR
-# define DEFAULT_SCRIPT "/share/udhcpc/default.script"
-#else
-# define DEFAULT_SCRIPT "/usr/share/udhcpc/default.script"
-#endif
+#define DEFAULT_SCRIPT "/usr/share/udhcpc/default.script"
#define COMBINED_BINARY