omap24xx: Add default network config
[openwrt/svn-archive/archive.git] / target / linux / omap24xx / base-files / etc / config / network
diff --git a/target/linux/omap24xx/base-files/etc/config/network b/target/linux/omap24xx/base-files/etc/config/network
new file mode 100644 (file)
index 0000000..f92cb34
--- /dev/null
@@ -0,0 +1,9 @@
+config interface loopback
+       option ifname   lo
+       option proto    static
+       option ipaddr   127.0.0.1
+       option netmask  255.0.0.0
+
+config interface lan
+       option proto    dhcp
+