aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/base-files/lib/brcm63xx.sh
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2015-03-25 15:36:05 +0000
committerJonas Gorski <jogo@openwrt.org>2015-03-25 15:36:05 +0000
commitd8c4cc64ba6cabb2e3be28c7b4539a95115119ce (patch)
treec52cc18feb397656fa22c1151c75507ccc750a28 /target/linux/brcm63xx/base-files/lib/brcm63xx.sh
parentd12962e510a70c054fdf58523f6576e5506b3d78 (diff)
downloadmaster-187ad058-d8c4cc64ba6cabb2e3be28c7b4539a95115119ce.tar.gz
master-187ad058-d8c4cc64ba6cabb2e3be28c7b4539a95115119ce.tar.bz2
master-187ad058-d8c4cc64ba6cabb2e3be28c7b4539a95115119ce.zip
brcm63xx: move MAGIC to dts
Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44991 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/base-files/lib/brcm63xx.sh')
-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 d9ec3ed719..10664b64b6 100755
--- a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh
+++ b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh
@@ -198,6 +198,9 @@ brcm63xx_dt_detect() {
"Telsey CPVA642-type (CPA-ZNTE60T)")
board_name="cpva642"
;;
+ "Telsey MAGIC")
+ board_name="magic"
+ ;;
"TP-Link TD-W8900GB")
board_name="td-w8900gb"
;;
@@ -219,9 +222,6 @@ brcm63xx_legacy_detect() {
local board_name
case "$1" in
- MAGIC)
- board_name="magic"
- ;;
RTA770BW)
board_name="rta770bw"
;;