aboutsummaryrefslogtreecommitdiff
path: root/networking/ifupdown.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/ifupdown.c')
-rw-r--r--networking/ifupdown.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/ifupdown.c b/networking/ifupdown.c
index b16186ec7..d28c0b867 100644
--- a/networking/ifupdown.c
+++ b/networking/ifupdown.c
@@ -522,7 +522,7 @@ static int FAST_FUNC dhcp_up(struct interface_defn_t *ifd, execfn *exec)
522 bb_error_msg("no dhcp clients found"); 522 bb_error_msg("no dhcp clients found");
523 return 0; 523 return 0;
524} 524}
525#elif ENABLE_APP_UDHCPC 525#elif ENABLE_UDHCPC
526static int FAST_FUNC dhcp_up(struct interface_defn_t *ifd, execfn *exec) 526static int FAST_FUNC dhcp_up(struct interface_defn_t *ifd, execfn *exec)
527{ 527{
528#if ENABLE_FEATURE_IFUPDOWN_IP 528#if ENABLE_FEATURE_IFUPDOWN_IP
@@ -569,7 +569,7 @@ static int FAST_FUNC dhcp_down(struct interface_defn_t *ifd, execfn *exec)
569 result += static_down(ifd, exec); 569 result += static_down(ifd, exec);
570 return ((result == 3) ? 3 : 0); 570 return ((result == 3) ? 3 : 0);
571} 571}
572#elif ENABLE_APP_UDHCPC 572#elif ENABLE_UDHCPC
573static int FAST_FUNC dhcp_down(struct interface_defn_t *ifd, execfn *exec) 573static int FAST_FUNC dhcp_down(struct interface_defn_t *ifd, execfn *exec)
574{ 574{
575 int result; 575 int result;