All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/busybox: add -O staticroutes options to udhcpc
@ 2022-05-11 10:03 Remi Jouannet
  2022-09-18 16:07 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Remi Jouannet @ 2022-05-11 10:03 UTC (permalink / raw)
  To: buildroot; +Cc: Remi Jouannet

 udhcpc default script can handle staticroutes but it missing from ifupdown
 options

Signed-off-by: Remi Jouannet <remi.jouannet@outscale.com>
---
 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 52cb8ff..a614662 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="-b -R -O search"
+CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS="-b -R -O search -O staticroutes"
 
 #
 # Print Utilities
-- 
1.8.3.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/busybox: add -O staticroutes options to udhcpc
  2022-05-11 10:03 [Buildroot] [PATCH 1/1] package/busybox: add -O staticroutes options to udhcpc Remi Jouannet
@ 2022-09-18 16:07 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2022-09-18 16:07 UTC (permalink / raw)
  To: Remi Jouannet; +Cc: Remi Jouannet, buildroot

>>>>> "Remi" == Remi Jouannet <remijouannet@gmail.com> writes:

 >  udhcpc default script can handle staticroutes but it missing from ifupdown
 >  options

 > Signed-off-by: Remi Jouannet <remi.jouannet@outscale.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-18 16:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-11 10:03 [Buildroot] [PATCH 1/1] package/busybox: add -O staticroutes options to udhcpc Remi Jouannet
2022-09-18 16:07 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.