[yocto] [meta-xilinx][PATCH] 3/3] virtex-5-ml507: net: machine	specific configuration
    David Andrey 
    david.andrey at netmodule.com
       
    Fri Feb 28 14:59:49 PST 2014
    
    
  
Machine specific interfaces file
Signed-off-by: David Andrey <david.andrey at netmodule.com>
---
 .../init-ifupdown-1.0/virtex-5-ml507-powerpc-440/interfaces  | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 recipes-core/init-ifupdown/init-ifupdown-1.0/virtex-5-ml507-powerpc-440/interfaces
diff --git a/recipes-core/init-ifupdown/init-ifupdown-1.0/virtex-5-ml507-powerpc-440/interfaces b/recipes-core/init-ifupdown/init-ifupdown-1.0/virtex-5-ml507-powerpc-440/interfaces
new file mode 100644
index 0000000..69e8359
--- /dev/null
+++ b/recipes-core/init-ifupdown/init-ifupdown-1.0/virtex-5-ml507-powerpc-440/interfaces
@@ -0,0 +1,12 @@
+# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
+
+# The loopback interface
+auto lo
+iface lo inet loopback
+
+# Wired interfaces
+auto eth0
+iface eth0 inet dhcp
+
+auto eth1
+iface eth1 inet dhcp
-- 
1.8.3.2
    
    
More information about the yocto
mailing list