diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-03-25 15:36:05 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-03-25 15:36:05 +0000 |
commit | 0e4c1ba284d3b387b007d53f6ec2aeec3363b8df (patch) | |
tree | 9ee6f64dcc43bbfcb9f3c45b729c5eeb461ee575 /target/linux/brcm63xx/base-files | |
parent | 582dfc52f592b24669c61bfc57ad75b7370c833b (diff) | |
download | upstream-0e4c1ba284d3b387b007d53f6ec2aeec3363b8df.tar.gz upstream-0e4c1ba284d3b387b007d53f6ec2aeec3363b8df.tar.bz2 upstream-0e4c1ba284d3b387b007d53f6ec2aeec3363b8df.zip |
brcm63xx: move MAGIC to dts
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 44991
Diffstat (limited to 'target/linux/brcm63xx/base-files')
-rwxr-xr-x | target/linux/brcm63xx/base-files/lib/brcm63xx.sh | 6 |
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" ;; |