Set ixp4xx network config to static 192.168.1.1
[openwrt.git] / target / linux / ixp4xx-2.6 / base-files / default / etc / config / network
diff --git a/target/linux/ixp4xx-2.6/base-files/default/etc/config/network b/target/linux/ixp4xx-2.6/base-files/default/etc/config/network
new file mode 100644 (file)
index 0000000..1d5ded3
--- /dev/null
@@ -0,0 +1,13 @@
+# Copyright (C) 2006 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
+       option proto    static
+       option ipaddr   192.168.1.1
+       option netmask  255.255.255.0
This page took 0.023774 seconds and 4 git commands to generate.