From 9c8a2d5961589bfb83f27d1afa48f751cf597fc4 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Wed, 11 May 2011 13:34:14 +0000 Subject: bcm63xx: Add support for the T-Home Speedport W 303V Add the required board definition, default config and image generation for the T-Home Speedport W 303V Typ B. Signed-off-by: Jonas Gorski SVN-Revision: 26878 --- .../brcm63xx/base-files/etc/defconfig/96358-502V/network | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 target/linux/brcm63xx/base-files/etc/defconfig/96358-502V/network (limited to 'target/linux/brcm63xx/base-files/etc') diff --git a/target/linux/brcm63xx/base-files/etc/defconfig/96358-502V/network b/target/linux/brcm63xx/base-files/etc/defconfig/96358-502V/network new file mode 100644 index 0000000..a35fd2e --- /dev/null +++ b/target/linux/brcm63xx/base-files/etc/defconfig/96358-502V/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.1