x86/soekris: Add defconfig for soekris net4801 and net4826
[openwrt/svn-archive/archive.git] / target / linux / x86 / base-files / etc / defconfig / net4826 / network
diff --git a/target/linux/x86/base-files/etc/defconfig/net4826/network b/target/linux/x86/base-files/etc/defconfig/net4826/network
new file mode 100644 (file)
index 0000000..7c9fb63
--- /dev/null
@@ -0,0 +1,12 @@
+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 type     bridge
+       option proto    static
+       option ipaddr   192.168.1.1
+       option netmask  255.255.255.0