From f7dde13ae7623ce1dad813ce0506d55f85f87bde Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sun, 7 Mar 2021 21:41:49 +0100 Subject: [PATCH] - busybox: try to fix dhcp connections --- package/busybox/files/busybox-minimal.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/busybox/files/busybox-minimal.config b/package/busybox/files/busybox-minimal.config index d203cd08..24f5cb86 100644 --- a/package/busybox/files/busybox-minimal.config +++ b/package/busybox/files/busybox-minimal.config @@ -989,7 +989,7 @@ CONFIG_UDHCP_DEBUG=0 CONFIG_UDHCPC_SLACK_FOR_BUGGY_SERVERS=80 # CONFIG_FEATURE_UDHCP_RFC3397 is not set # CONFIG_FEATURE_UDHCP_8021Q is not set -CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS="-R -n" +CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS="-R -n -T 1 -t 10" # # Print Utilities