netbase: Add config files for the omap3pandora and bump PR.
authorJohn Willis <John.Willis@Distant-earth.com>
Tue, 13 Oct 2009 03:53:03 +0000 (03:53 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 19 Oct 2009 13:54:18 +0000 (15:54 +0200)
Signed-off-by: David-John Willis <John.Willis@Distant-earth.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
recipes/netbase/netbase/omap3-pandora/hosts [new file with mode: 0644]
recipes/netbase/netbase/omap3-pandora/interfaces [new file with mode: 0644]
recipes/netbase/netbase_4.21.bb

diff --git a/recipes/netbase/netbase/omap3-pandora/hosts b/recipes/netbase/netbase/omap3-pandora/hosts
new file mode 100644 (file)
index 0000000..04026bd
--- /dev/null
@@ -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 (file)
index 0000000..8c1484f
--- /dev/null
@@ -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
+
index adde2f0..403ca19 100644 (file)
@@ -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