aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/common.h
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-02-20 22:29:52 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-02-20 22:29:52 +0000
commit84da0bf4754bdb695d2a984c2326992e52bba9e0 (patch)
treed4b33604cc4c7e5b92527e53e557add630f704a4 /networking/udhcp/common.h
parente376d454bb70ed41bbc3eb0358d37fa30c94358d (diff)
downloadbusybox-84da0bf4754bdb695d2a984c2326992e52bba9e0.tar.gz
udhcp: make paths configurable
syslogd: trivial build fix
Diffstat (limited to 'networking/udhcp/common.h')
-rw-r--r--networking/udhcp/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/common.h b/networking/udhcp/common.h
index 9b26678c1..d44bca4e6 100644
--- a/networking/udhcp/common.h
+++ b/networking/udhcp/common.h
@@ -12,7 +12,7 @@
#include "libbb.h"
-#define DEFAULT_SCRIPT "/usr/share/udhcpc/default.script"
+#define DEFAULT_SCRIPT CONFIG_DHCPC_DEFAULT_SCRIPT
extern const uint8_t MAC_BCAST_ADDR[6]; /* six all-ones */