Redux, as it was requested that I not use uci-defaults.

Redux**2, I removed the wifi stuff so it could be auto-generated.

Borrowed from the omap24xx configs.

Index: target/linux/x86/alix2/base-files/etc/config/network
===================================================================
--- target/linux/x86/alix2/base-files/etc/config/network        (revision 0)
+++ target/linux/x86/alix2/base-files/etc/config/network        (revision 0)
@@ -0,0 +1,14 @@
+# Copyright (C) 2011 OpenWrt.org
+
+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 ifname   "eth0 eth1"
+       option type     bridge
+       option proto    static
+       option ipaddr   192.168.1.1
+       option netmask  255.255.255.0
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to