netbase: on BUG eth0 is always built-in Ethernet not wifi
authorMarcin Juszkiewicz <marcin@buglabs.net>
Tue, 29 Sep 2009 14:11:57 +0000 (16:11 +0200)
committerMarcin Juszkiewicz <marcin@buglabs.net>
Tue, 29 Sep 2009 14:12:24 +0000 (16:12 +0200)
recipes/netbase/netbase/bug/interfaces
recipes/netbase/netbase_4.21.bb

index c410484..30e2404 100644 (file)
@@ -20,17 +20,14 @@ iface wlan0 inet dhcp
        wpa-driver wext
        wpa-conf /etc/wpa_supplicant.conf
 
-# Wired or wireless interfaces
-# Handylink Ethernet or Wifi bugmodule or USB Ethernet
+# Wired interface
+# BUGbase Ethernet which is built into kernel
 auto eth0
 iface eth0 inet dhcp
-       wireless_mode managed
-       wireless_essid any
-       wpa-driver wext
-       wpa-conf /etc/wpa_supplicant.conf
+
 #
 # Wired or wireless interfaces
-# Wifi bugmodule or USB Ethernet
+# BUGbase or BUGWifi module or USB Ethernet
 auto eth1
 iface eth1 inet dhcp
        wireless_mode managed
index c0c97b7..adde2f0 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "This package provides the necessary \
 infrastructure for basic TCP/IP based networking."
 SECTION = "base"
 LICENSE = "GPL"
-PR = "r36"
+PR = "r37"
 
 inherit update-rc.d