From c4ee4e8bc8060de6eb56635bf2040308bf1b4b90 Mon Sep 17 00:00:00 2001 From: florian Date: Wed, 9 Feb 2011 13:09:02 +0000 Subject: [brcm63xx] fix T-Com Speedport W 500V default config The device is called SPW500V, not SP500W. Signed-off-by: Jonas Gorski git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25431 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../brcm63xx/base-files/etc/defconfig/SPW500V/network | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 target/linux/brcm63xx/base-files/etc/defconfig/SPW500V/network (limited to 'target/linux/brcm63xx/base-files/etc/defconfig/SPW500V/network') diff --git a/target/linux/brcm63xx/base-files/etc/defconfig/SPW500V/network b/target/linux/brcm63xx/base-files/etc/defconfig/SPW500V/network new file mode 100644 index 000000000..a35fd2ef9 --- /dev/null +++ b/target/linux/brcm63xx/base-files/etc/defconfig/SPW500V/network @@ -0,0 +1,14 @@ +# 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 type bridge + option proto static + option ipaddr 192.168.1.1 + option netmask 255.255.255.0 -- cgit v1.2.3