aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--networking/udhcp/libbb_udhcp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/libbb_udhcp.h b/networking/udhcp/libbb_udhcp.h
index 9b5d5a846..ee85b156f 100644
--- a/networking/udhcp/libbb_udhcp.h
+++ b/networking/udhcp/libbb_udhcp.h
@@ -4,7 +4,7 @@
4 * (for busybox) */ 4 * (for busybox) */
5 5
6#ifdef CONFIG_INSTALL_NO_USR 6#ifdef CONFIG_INSTALL_NO_USR
7#undef DEFUALT_SCRIPT 7#undef DEFAULT_SCRIPT
8#define DEFAULT_SCRIPT "/share/udhcpc/default.script" 8#define DEFAULT_SCRIPT "/share/udhcpc/default.script"
9#endif 9#endif
10 10