Skip to content

Commit

Permalink
[no ci] Package: adjust udhcpc command options
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorxda committed Nov 5, 2023
1 parent d99bc57 commit 551a0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion general/package/busybox/busybox.config
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ CONFIG_UDHCP_DEBUG=0
CONFIG_UDHCPC_SLACK_FOR_BUGGY_SERVERS=80
CONFIG_FEATURE_UDHCP_RFC3397=y
CONFIG_FEATURE_UDHCP_8021Q=y
CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS="-x hostname:$(hostname) -A 0 -R -b -O search"
CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS="-x hostname:$(hostname) -A 0 -T 1 -t 5 -R -b -O search"

#
# Print Utilities
Expand Down

0 comments on commit 551a0c7

Please sign in to comment.