aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/base-files/etc/defconfig/CT536_CT5621/network
diff options
context:
space:
mode:
authorDaniel Dickinson <daniel@cshore.neomailbox.net>2010-12-10 18:59:58 +0000
committerDaniel Dickinson <daniel@cshore.neomailbox.net>2010-12-10 18:59:58 +0000
commit16c44de3e98304a07ab427be772bd4d614634c0c (patch)
tree6b22ba8bc00c6fe254dc1f50b976a34587def713 /target/linux/brcm63xx/base-files/etc/defconfig/CT536_CT5621/network
parentb0b20ac0a3968489c1c5117f91161447f09d2e3a (diff)
downloadmaster-187ad058-16c44de3e98304a07ab427be772bd4d614634c0c.tar.gz
master-187ad058-16c44de3e98304a07ab427be772bd4d614634c0c.tar.bz2
master-187ad058-16c44de3e98304a07ab427be772bd4d614634c0c.zip
[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
Diffstat (limited to 'target/linux/brcm63xx/base-files/etc/defconfig/CT536_CT5621/network')
-rw-r--r--target/linux/brcm63xx/base-files/etc/defconfig/CT536_CT5621/network14
1 files changed, 14 insertions, 0 deletions
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