diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-03-05 13:29:54 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-03-05 13:29:54 +0000 |
commit | 631a035a76580af3755e0151cc94d6685ab89949 (patch) | |
tree | 547329f159981754f7dce31d7bc24c2369cdcb65 /target/linux/brcm63xx/base-files | |
parent | 74946bb022331ea8717e33f6abe049968a20cb3c (diff) | |
download | upstream-631a035a76580af3755e0151cc94d6685ab89949.tar.gz upstream-631a035a76580af3755e0151cc94d6685ab89949.tar.bz2 upstream-631a035a76580af3755e0151cc94d6685ab89949.zip |
Merge branch 'bcm63xx'
SVN-Revision: 30819
Diffstat (limited to 'target/linux/brcm63xx/base-files')
-rw-r--r-- | target/linux/brcm63xx/base-files/etc/defconfig/96348A-122/network | 14 | ||||
-rwxr-xr-x | target/linux/brcm63xx/base-files/etc/uci-defaults/brcm63xx_fixcrc.sh | 3 |
2 files changed, 16 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/base-files/etc/defconfig/96348A-122/network b/target/linux/brcm63xx/base-files/etc/defconfig/96348A-122/network new file mode 100644 index 0000000000..ef1f2882b7 --- /dev/null +++ b/target/linux/brcm63xx/base-files/etc/defconfig/96348A-122/network @@ -0,0 +1,14 @@ +# Copyright (C) 2008 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 type bridge + option ifname eth0 + option proto static + option ipaddr 192.168.1.1 + option netmask 255.255.255.0 diff --git a/target/linux/brcm63xx/base-files/etc/uci-defaults/brcm63xx_fixcrc.sh b/target/linux/brcm63xx/base-files/etc/uci-defaults/brcm63xx_fixcrc.sh index 72ba3cc30b..965ddba16c 100755 --- a/target/linux/brcm63xx/base-files/etc/uci-defaults/brcm63xx_fixcrc.sh +++ b/target/linux/brcm63xx/base-files/etc/uci-defaults/brcm63xx_fixcrc.sh @@ -13,7 +13,8 @@ do_fixcrc() { brcm63xx_detect case "$board_name" in - "bcm63xx/CPVA642 "* | "bcm63xx/MAGIC "* | "bcm63xx/V2500V_BB "* | "bcm63xx/V2110 "*) + "bcm63xx/CPVA642 "* | "bcm63xx/MAGIC "* | "bcm63xx/V2500V_BB "* | \ + "bcm63xx/V2110 "* | "bcm63xx/CPVA502+ "*) do_fixcrc ;; esac |