aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/common.h
diff options
context:
space:
mode:
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 @@
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
17extern const uint8_t MAC_BCAST_ADDR[6]; /* six all-ones */ 17extern const uint8_t MAC_BCAST_ADDR[6]; /* six all-ones */
18 18