aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/netbase
diff options
context:
space:
mode:
authorJohn Willis <John.Willis@Distant-earth.com>2009-10-13 03:53:03 +0000
committerKoen Kooi <koen@openembedded.org>2009-10-19 15:54:18 +0200
commita8f0ae2eda819d76f4f9452b704b1f21c24ce1e7 (patch)
treebda4e10a23dfe57a66b6a7424a4ffc2ae0be0382 /recipes/netbase
parent3119c7809639379de74dd390b249b7dc39bdd11b (diff)
downloadopenembedded-a8f0ae2eda819d76f4f9452b704b1f21c24ce1e7.tar.gz
netbase: Add config files for the omap3pandora and bump PR.
Signed-off-by: David-John Willis <John.Willis@Distant-earth.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/netbase')
-rw-r--r--recipes/netbase/netbase/omap3-pandora/hosts2
-rw-r--r--recipes/netbase/netbase/omap3-pandora/interfaces32
-rw-r--r--recipes/netbase/netbase_4.21.bb2
3 files changed, 35 insertions, 1 deletions
diff --git a/recipes/netbase/netbase/omap3-pandora/hosts b/recipes/netbase/netbase/omap3-pandora/hosts
new file mode 100644
index 0000000000..04026bdd8d
--- /dev/null
+++ b/recipes/netbase/netbase/omap3-pandora/hosts
@@ -0,0 +1,2 @@
+127.0.0.1 localhost.localdomain localhost openpandora
+
diff --git a/recipes/netbase/netbase/omap3-pandora/interfaces b/recipes/netbase/netbase/omap3-pandora/interfaces
new file mode 100644
index 0000000000..8c1484f682
--- /dev/null
+++ b/recipes/netbase/netbase/omap3-pandora/interfaces
@@ -0,0 +1,32 @@
+# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
+
+# The loopback interface
+auto lo
+iface lo inet loopback
+
+
+# Wireless interfaces
+
+iface wlan0 inet dhcp
+ wireless_mode managed
+ wireless_essid any
+ wpa-driver wext
+ wpa-conf /etc/wpa_supplicant.conf
+
+# Wired or wireless interfaces
+auto eth0
+iface eth0 inet dhcp
+iface eth1 inet dhcp
+iface eth2 inet dhcp
+
+# Ethernet/RNDIS gadget (g_ether)
+# ... or on host side, usbnet and random hwaddr
+iface usb0 inet static
+ address 192.168.0.202
+ netmask 255.255.255.0
+ network 192.168.0.0
+ gateway 192.168.0.200
+
+# Bluetooth networking
+iface bnep0 inet dhcp
+
diff --git a/recipes/netbase/netbase_4.21.bb b/recipes/netbase/netbase_4.21.bb
index adde2f0f02..403ca191b1 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 = "r37"
+PR = "r38"
inherit update-rc.d