All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 10636] New: BR2_SYSTEM_DHCP is removed from .config and breaks auto eth0
@ 2018-01-05 12:02 bugzilla at busybox.net
  2018-01-05 13:11 ` [Buildroot] [Bug 10636] " bugzilla at busybox.net
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2018-01-05 12:02 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=10636

            Bug ID: 10636
           Summary: BR2_SYSTEM_DHCP is removed from .config and breaks
                    auto eth0
           Product: buildroot
           Version: 2017.08
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned at buildroot.uclibc.org
          Reporter: patrice.blanchardie at gmail.com
                CC: buildroot at uclibc.org
  Target Milestone: ---

Hi,

The BR2_SYSTEM_DHCP config is needed if you want the package ifupdown-scripts
to add automatic eth0 configuration to /etc/network/interfaces.

It's not available in menuconfig.
If you add it to the defconfig and make, it will be removed. You have to add it
to the .config manually and make if you want proper files to be generated.

I'm using a custom skeleton and busybox.

Why is it suppressed? Am I doing something wrong?

Thanks, happy new year!

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Buildroot] [Bug 10636] BR2_SYSTEM_DHCP is removed from .config and breaks auto eth0
  2018-01-05 12:02 [Buildroot] [Bug 10636] New: BR2_SYSTEM_DHCP is removed from .config and breaks auto eth0 bugzilla at busybox.net
@ 2018-01-05 13:11 ` bugzilla at busybox.net
  2018-01-05 15:30 ` bugzilla at busybox.net
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2018-01-05 13:11 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=10636

--- Comment #1 from Patrice Blanchardie <patrice.blanchardie@gmail.com> ---
Should I stop relying on these ifup scripts and use a custom script with dhcp
client at startup, as explained in https://busybox.net/~vda/no_ifup.txt?

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Buildroot] [Bug 10636] BR2_SYSTEM_DHCP is removed from .config and breaks auto eth0
  2018-01-05 12:02 [Buildroot] [Bug 10636] New: BR2_SYSTEM_DHCP is removed from .config and breaks auto eth0 bugzilla at busybox.net
  2018-01-05 13:11 ` [Buildroot] [Bug 10636] " bugzilla at busybox.net
@ 2018-01-05 15:30 ` bugzilla at busybox.net
  2018-01-05 16:58 ` bugzilla at busybox.net
  2018-01-05 17:23 ` bugzilla at busybox.net
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2018-01-05 15:30 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=10636

--- Comment #2 from Patrice Blanchardie <patrice.blanchardie@gmail.com> ---
I removed ifupdown scripts and emptied cd /etc/network folder and added an init
script that uses ifconfig up and down then calls udhcpc, I suppose it's the
preferred way.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Buildroot] [Bug 10636] BR2_SYSTEM_DHCP is removed from .config and breaks auto eth0
  2018-01-05 12:02 [Buildroot] [Bug 10636] New: BR2_SYSTEM_DHCP is removed from .config and breaks auto eth0 bugzilla at busybox.net
  2018-01-05 13:11 ` [Buildroot] [Bug 10636] " bugzilla at busybox.net
  2018-01-05 15:30 ` bugzilla at busybox.net
@ 2018-01-05 16:58 ` bugzilla at busybox.net
  2018-01-05 17:23 ` bugzilla at busybox.net
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2018-01-05 16:58 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=10636

Yann E. MORIN <yann.morin.1998@free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |yann.morin.1998 at free.fr
         Resolution|---                         |INVALID

--- Comment #3 from Yann E. MORIN <yann.morin.1998@free.fr> ---
Patrice,

BR2_SYSTEM_DHCP is only available if you use the default skeleton, and any
of busybox, ifupdown or systemd-networkd package.

If you use your own custom skeleton, you are responsible for providing the
necessary files (usually /etc/network/interfaces) in your custom skeleton.

Regards,
Yann E. MORIN.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Buildroot] [Bug 10636] BR2_SYSTEM_DHCP is removed from .config and breaks auto eth0
  2018-01-05 12:02 [Buildroot] [Bug 10636] New: BR2_SYSTEM_DHCP is removed from .config and breaks auto eth0 bugzilla at busybox.net
                   ` (2 preceding siblings ...)
  2018-01-05 16:58 ` bugzilla at busybox.net
@ 2018-01-05 17:23 ` bugzilla at busybox.net
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2018-01-05 17:23 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=10636

--- Comment #4 from Patrice Blanchardie <patrice.blanchardie@gmail.com> ---
OK thanks for clarification

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

end of thread, other threads:[~2018-01-05 17:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-05 12:02 [Buildroot] [Bug 10636] New: BR2_SYSTEM_DHCP is removed from .config and breaks auto eth0 bugzilla at busybox.net
2018-01-05 13:11 ` [Buildroot] [Bug 10636] " bugzilla at busybox.net
2018-01-05 15:30 ` bugzilla at busybox.net
2018-01-05 16:58 ` bugzilla at busybox.net
2018-01-05 17:23 ` bugzilla at busybox.net

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.