summaryrefslogtreecommitdiff
path: root/target/linux/brcm63xx/base-files/etc/uci-defaults
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2011-02-19 12:44:27 +0000
committerFlorian Fainelli <florian@openwrt.org>2011-02-19 12:44:27 +0000
commitb7f8e1276d0d44a76cd7d4dfcf5e15fc3f2bffa4 (patch)
tree2829a2545feb675f6c9c32350b9773139697718d /target/linux/brcm63xx/base-files/etc/uci-defaults
parentd3c2b87213358a80a9d25f45fe1ba81d409dd2d8 (diff)
downloadmtk-20170518-b7f8e1276d0d44a76cd7d4dfcf5e15fc3f2bffa4.zip
mtk-20170518-b7f8e1276d0d44a76cd7d4dfcf5e15fc3f2bffa4.tar.gz
mtk-20170518-b7f8e1276d0d44a76cd7d4dfcf5e15fc3f2bffa4.tar.bz2
add support for 'MAGIC' bcm6348-based board
I wrote a patch to add 96348SV board (aka MAGIC) support to trunk. In my case I've found it in a Telsey "Alice W-Gate" router, fairly common (in the past) in Italy. I used the board definition (GPIOs, leds, ...) from the Broadcom GPL-2 relased code (here is a mirror: http://beghiero.myftp.org/sorgenti/boardparms.c ) Thanks to KanjiMonster for the support on the IRC channel. Signed-off-by: Laurento Frittella <laurento.frittella@gmail.com> SVN-Revision: 25584
Diffstat (limited to 'target/linux/brcm63xx/base-files/etc/uci-defaults')
-rwxr-xr-xtarget/linux/brcm63xx/base-files/etc/uci-defaults/brcm63xx_fixcrc.sh2
1 files changed, 1 insertions, 1 deletions
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 fe35dc7..aea4d5b 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,7 @@ do_fixcrc() {
brcm63xx_detect
case "$board_name" in
- "bcm63xx/CPVA642 "*)
+ "bcm63xx/CPVA642 "* | "bcm63xx/MAGIC "*)
do_fixcrc
;;
esac