[yocto] [meta-xilinx][PATCH] 2/3] virtex-4-ml405: net: machine	specific configuration
    David Andrey 
    david.andrey at netmodule.com
       
    Fri Feb 28 14:59:48 PST 2014
    
    
  
Machine specific interfaces file
Signed-off-by: David Andrey <david.andrey at netmodule.com>
---
 .../init-ifupdown-1.0/virtex-4-ml405-powerpc-405/interfaces      | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 recipes-core/init-ifupdown/init-ifupdown-1.0/virtex-4-ml405-powerpc-405/interfaces
diff --git a/recipes-core/init-ifupdown/init-ifupdown-1.0/virtex-4-ml405-powerpc-405/interfaces b/recipes-core/init-ifupdown/init-ifupdown-1.0/virtex-4-ml405-powerpc-405/interfaces
new file mode 100644
index 0000000..5bf238b
--- /dev/null
+++ b/recipes-core/init-ifupdown/init-ifupdown-1.0/virtex-4-ml405-powerpc-405/interfaces
@@ -0,0 +1,9 @@
+# /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
-- 
1.8.3.2
    
    
More information about the yocto
mailing list