aboutsummaryrefslogtreecommitdiffstats
path: root/packages/busybox/busybox-1.11.3/udhcpscript.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/busybox/busybox-1.11.3/udhcpscript.patch')
-rw-r--r--packages/busybox/busybox-1.11.3/udhcpscript.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/busybox/busybox-1.11.3/udhcpscript.patch b/packages/busybox/busybox-1.11.3/udhcpscript.patch
index cad56d2a9f..363f66e03c 100644
--- a/packages/busybox/busybox-1.11.3/udhcpscript.patch
+++ b/packages/busybox/busybox-1.11.3/udhcpscript.patch
@@ -19,7 +19,7 @@ Index: busybox-1.11.3/examples/udhcp/simple.script
case "$1" in
deconfig)
- /sbin/ifconfig $interface 0.0.0.0
-+ if [ ! root_is_nfs ]; then
++ if ! root_is_nfs ; then
+ /sbin/ifconfig $interface 0.0.0.0
+ fi
;;