aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/base-files/lib
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2015-03-25 15:35:57 +0000
committerJonas Gorski <jogo@openwrt.org>2015-03-25 15:35:57 +0000
commitd12962e510a70c054fdf58523f6576e5506b3d78 (patch)
tree876a88c5cfd5239a4c8f6fd695ab9bc812223522 /target/linux/brcm63xx/base-files/lib
parenta83d3cc6b3a6607657bdef741087e0448215ae0e (diff)
downloadmaster-187ad058-d12962e510a70c054fdf58523f6576e5506b3d78.tar.gz
master-187ad058-d12962e510a70c054fdf58523f6576e5506b3d78.tar.bz2
master-187ad058-d12962e510a70c054fdf58523f6576e5506b3d78.zip
brcm63xx: move CPVA502+ to dts
Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44990 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/base-files/lib')
-rwxr-xr-xtarget/linux/brcm63xx/base-files/lib/brcm63xx.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh
index 991e3636a6..d9ec3ed719 100755
--- a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh
+++ b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh
@@ -192,6 +192,9 @@ brcm63xx_dt_detect() {
"TECOM GW6200")
board_name="g6200"
;;
+ "Telsey CVPA502+")
+ board_name="cpva502p"
+ ;;
"Telsey CPVA642-type (CPA-ZNTE60T)")
board_name="cpva642"
;;
@@ -216,9 +219,6 @@ brcm63xx_legacy_detect() {
local board_name
case "$1" in
- CPVA502+)
- board_name="cpva502p"
- ;;
MAGIC)
board_name="magic"
;;