diff options
author | Marcin Juszkiewicz <marcin@buglabs.net> | 2009-09-29 16:11:57 +0200 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@buglabs.net> | 2009-09-29 16:12:24 +0200 |
commit | ab7a2fd1fb2c7261a41fdcb75b973c9594a1b7ce (patch) | |
tree | b14aa49da283270c96ffa37dcadfca3425e562f0 /recipes | |
parent | 20b087cc637f86cbb1b503a487084e9c4fc73a88 (diff) |
netbase: on BUG eth0 is always built-in Ethernet not wifi
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/netbase/netbase/bug/interfaces | 11 | ||||
-rw-r--r-- | recipes/netbase/netbase_4.21.bb | 2 |
2 files changed, 5 insertions, 8 deletions
diff --git a/recipes/netbase/netbase/bug/interfaces b/recipes/netbase/netbase/bug/interfaces index c4104840b5..30e2404073 100644 --- a/recipes/netbase/netbase/bug/interfaces +++ b/recipes/netbase/netbase/bug/interfaces @@ -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 diff --git a/recipes/netbase/netbase_4.21.bb b/recipes/netbase/netbase_4.21.bb index c0c97b73bf..adde2f0f02 100644 --- a/recipes/netbase/netbase_4.21.bb +++ b/recipes/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 = "r36" +PR = "r37" inherit update-rc.d |