From b153345beca555164a11dae4f2c77862d4fb76b6 Mon Sep 17 00:00:00 2001 From: Remi Jouannet Date: Wed, 11 May 2022 10:03:23 +0000 Subject: [PATCH] package/busybox: add -O staticroutes options to udhcpc udhcpc default script can handle staticroutes but it is missing from the default ifupdown options. Signed-off-by: Remi Jouannet Signed-off-by: Peter Korsgaard --- package/busybox/busybox.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/busybox/busybox.config b/package/busybox/busybox.config index 137e44c870..e7f628ca6d 100644 --- a/package/busybox/busybox.config +++ b/package/busybox/busybox.config @@ -1022,7 +1022,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="-t1 -A3 -b -R -O search" +CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS="-t1 -A3 -b -R -O search -O staticroutes" # # Print Utilities