From: Khem Raj Date: Sat, 25 Sep 2010 23:05:13 +0000 (-0700) Subject: netbase: Add interface information for qemumips64 and qemumips64el X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab0ea3349228efc2738cebf9bc1b5fea4ae8d66c;p=openembedded.git netbase: Add interface information for qemumips64 and qemumips64el Signed-off-by: Khem Raj Acked-by: Paul Menzel --- diff --git a/recipes/netbase/netbase/qemumips64/interfaces b/recipes/netbase/netbase/qemumips64/interfaces new file mode 100644 index 0000000000..1c6955ec55 --- /dev/null +++ b/recipes/netbase/netbase/qemumips64/interfaces @@ -0,0 +1,13 @@ +# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8) + +# The loopback interface +auto lo +iface lo inet loopback + +# Wired or wireless interfaces +auto eth0 +iface eth0 inet static + address 192.168.1.107 + netmask 255.255.255.0 + network 192.168.1.264 + gateway 192.168.1.254 diff --git a/recipes/netbase/netbase/qemumips64el/interfaces b/recipes/netbase/netbase/qemumips64el/interfaces new file mode 100644 index 0000000000..63a360bec0 --- /dev/null +++ b/recipes/netbase/netbase/qemumips64el/interfaces @@ -0,0 +1,13 @@ +# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8) + +# The loopback interface +auto lo +iface lo inet loopback + +# Wired or wireless interfaces +auto eth0 +iface eth0 inet static + address 192.168.1.108 + netmask 255.255.255.0 + network 192.168.1.264 + gateway 192.168.1.254