diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-05-23 18:43:11 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-05-23 18:43:11 +0200 |
commit | 7569d2dc1122e5b01cfb5b2ade1431dc01fcfae6 (patch) | |
tree | 6845e89f8a69e12ff6e28ddc74bdb8af12849712 /main/busybox/busyboxconfig | |
parent | 158728fbc6d3813059c12bcbeab64f681c38df2f (diff) | |
download | aports-7569d2dc1122e5b01cfb5b2ade1431dc01fcfae6.tar.bz2 aports-7569d2dc1122e5b01cfb5b2ade1431dc01fcfae6.tar.xz |
main/busybox: let udhcpc background if there are no lease
We need to prevent ifup get stuck forever if there are no lease so we
add -b to udhcp opts.
To give users a way to disable this, we patch udhcpc to only respect -b
flag if -n is not given.
Diffstat (limited to 'main/busybox/busyboxconfig')
-rw-r--r-- | main/busybox/busyboxconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/busybox/busyboxconfig b/main/busybox/busyboxconfig index a08b4f5d7c..20c5ed73d8 100644 --- a/main/busybox/busyboxconfig +++ b/main/busybox/busyboxconfig @@ -934,7 +934,7 @@ CONFIG_FEATURE_UDHCP_RFC3397=y CONFIG_FEATURE_UDHCP_8021Q=y CONFIG_UDHCPC_DEFAULT_SCRIPT="/usr/share/udhcpc/default.script" CONFIG_UDHCPC_SLACK_FOR_BUGGY_SERVERS=80 -CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS="" +CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS="-b" # # Print Utilities |