summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/base-files/etc/defconfig/V2110/network
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-05-20 10:06:25 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-05-20 10:06:25 +0000
commit65302aa5bc4cebf0a8cbde4cf65418b82ddeb7bf (patch)
tree271a6e6f485cf1c2e596d542278bfbacc33a3164 /target/linux/brcm63xx/base-files/etc/defconfig/V2110/network
parent233a4cab5d3391af36717a57e79f1cfba3c3f9ea (diff)
[brcm63xx] add support for BT Voyager 2110 (#8810)
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26959 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/base-files/etc/defconfig/V2110/network')
-rw-r--r--target/linux/brcm63xx/base-files/etc/defconfig/V2110/network14
1 files changed, 14 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/base-files/etc/defconfig/V2110/network b/target/linux/brcm63xx/base-files/etc/defconfig/V2110/network
new file mode 100644
index 000000000..47581409d
--- /dev/null
+++ b/target/linux/brcm63xx/base-files/etc/defconfig/V2110/network
@@ -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
+ option type bridge
+ option proto static
+ option ipaddr 192.168.1.1
+ option netmask 255.255.255.0