aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/common.h
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-12-22 11:47:19 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-12-22 11:47:19 +0000
commit1d14e6f48c266947f78620976697cafc670796f8 (patch)
treec548ac5d88fe3c38518f0e982cbb90f451a49b6b /networking/udhcp/common.h
parentafc9ff99fd1cbf67eb6e313be247e2e53269a0dc (diff)
downloadbusybox-1d14e6f48c266947f78620976697cafc670796f8.tar.gz
Always use /usr/share/udhcpc/default.script ([/usr] was depending on CONFIG_xx)
Diffstat (limited to 'networking/udhcp/common.h')
-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 @@
#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