diff options
author | Denis Vlasenko | 2008-02-20 22:29:52 +0000 |
---|---|---|
committer | Denis Vlasenko | 2008-02-20 22:29:52 +0000 |
commit | 84da0bf4754bdb695d2a984c2326992e52bba9e0 (patch) | |
tree | d4b33604cc4c7e5b92527e53e557add630f704a4 /networking/udhcp/common.h | |
parent | e376d454bb70ed41bbc3eb0358d37fa30c94358d (diff) | |
download | busybox-84da0bf4754bdb695d2a984c2326992e52bba9e0.zip busybox-84da0bf4754bdb695d2a984c2326992e52bba9e0.tar.gz |
udhcp: make paths configurable
syslogd: trivial build fix
Diffstat (limited to 'networking/udhcp/common.h')
-rw-r--r-- | networking/udhcp/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/common.h b/networking/udhcp/common.h index 9b26678..d44bca4 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 */ |