diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-20 22:29:52 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-20 22:29:52 +0000 |
commit | 84da0bf4754bdb695d2a984c2326992e52bba9e0 (patch) | |
tree | d4b33604cc4c7e5b92527e53e557add630f704a4 /networking/udhcp/common.h | |
parent | e376d454bb70ed41bbc3eb0358d37fa30c94358d (diff) | |
download | busybox-w32-84da0bf4754bdb695d2a984c2326992e52bba9e0.tar.gz busybox-w32-84da0bf4754bdb695d2a984c2326992e52bba9e0.tar.bz2 busybox-w32-84da0bf4754bdb695d2a984c2326992e52bba9e0.zip |
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 9b26678c1..d44bca4e6 100644 --- a/networking/udhcp/common.h +++ b/networking/udhcp/common.h | |||
@@ -12,7 +12,7 @@ | |||
12 | 12 | ||
13 | #include "libbb.h" | 13 | #include "libbb.h" |
14 | 14 | ||
15 | #define DEFAULT_SCRIPT "/usr/share/udhcpc/default.script" | 15 | #define DEFAULT_SCRIPT CONFIG_DHCPC_DEFAULT_SCRIPT |
16 | 16 | ||
17 | extern const uint8_t MAC_BCAST_ADDR[6]; /* six all-ones */ | 17 | extern const uint8_t MAC_BCAST_ADDR[6]; /* six all-ones */ |
18 | 18 | ||