From: Rod Whitby Date: Fri, 30 Nov 2007 11:47:45 +0000 (+0000) Subject: netbase: Added 'auto eth0' to interfaces file as per RFC on list, and cause busybox... X-Git-Tag: Release-2010-05/1~8252^2~1^2~4^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df583e53b537df5d9becc184789d641ec0788c11;p=openembedded.git netbase: Added 'auto eth0' to interfaces file as per RFC on list, and cause busybox ifup doesn't support allow-hotplug. --- diff --git a/packages/netbase/netbase/interfaces b/packages/netbase/netbase/interfaces index c9b2faf3f8..ca449168a9 100644 --- a/packages/netbase/netbase/interfaces +++ b/packages/netbase/netbase/interfaces @@ -41,6 +41,7 @@ iface wlan0 inet dhcp iface atml0 inet dhcp # Wired or wireless interfaces +auto eth0 iface eth0 inet dhcp iface eth1 inet dhcp diff --git a/packages/netbase/netbase_4.21.bb b/packages/netbase/netbase_4.21.bb index 289e9bbc05..82464d82c6 100644 --- a/packages/netbase/netbase_4.21.bb +++ b/packages/netbase/netbase_4.21.bb @@ -2,7 +2,7 @@ DESCRIPTION = "This package provides the necessary \ infrastructure for basic TCP/IP based networking." SECTION = "base" LICENSE = "GPL" -PR = "r24" +PR = "r25" inherit update-rc.d