From 16c44de3e98304a07ab427be772bd4d614634c0c Mon Sep 17 00:00:00 2001 From: Daniel Dickinson Date: Fri, 10 Dec 2010 18:59:58 +0000 Subject: [brcm63xx] Fixed Comtrend CT536_CT5621 board settings. These boards are based on the 96348GW-11 reference design but have different GPIOs therefore we use the board fixups now availabed (thanks the patches by Jonas Gorski) to create a separate board entry for these boards and leave the reference design with reference GPIOs. Also these boards only have enet1 (no enet0) so we set that in the board definition, and use a defconfig for a single interface network. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24442 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../brcm63xx/base-files/etc/defconfig/CT536_CT5621/network | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 target/linux/brcm63xx/base-files/etc/defconfig/CT536_CT5621/network (limited to 'target/linux/brcm63xx/base-files/etc/defconfig/CT536_CT5621/network') diff --git a/target/linux/brcm63xx/base-files/etc/defconfig/CT536_CT5621/network b/target/linux/brcm63xx/base-files/etc/defconfig/CT536_CT5621/network new file mode 100644 index 0000000000..a35fd2ef9a --- /dev/null +++ b/target/linux/brcm63xx/base-files/etc/defconfig/CT536_CT5621/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