ar71xx: add support for the tp-link tl-wa901nd devices (patch by Pieter "Fate" Hollan...
[openwrt.git] / target / linux / ar71xx / base-files / etc / defconfig / tl-wa901nd / network
diff --git a/target/linux/ar71xx/base-files/etc/defconfig/tl-wa901nd/network b/target/linux/ar71xx/base-files/etc/defconfig/tl-wa901nd/network
new file mode 100644 (file)
index 0000000..b475d65
--- /dev/null
@@ -0,0 +1,16 @@
+config interface loopback
+       option ifname   lo
+       option proto    static
+       option ipaddr   127.0.0.1
+       option netmask  255.0.0.0
+
+config interface eth
+       option ifname   eth0
+       option proto    none
+
+config interface lan
+       option ifname   lan
+       option type     bridge
+       option proto    static
+       option ipaddr   192.168.1.1
+       option netmask  255.255.255.0
This page took 0.020514 seconds and 4 git commands to generate.