diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-03-30 20:21:15 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-03-30 20:21:15 +0000 |
commit | 0f08442ded27df4fb075f4fc28ddf8840531843c (patch) | |
tree | 896664365b1f3b632c4777e02e86c6a0f00ee954 /target/linux/brcm63xx/base-files | |
parent | f77b44605157d5eafcc9a4328a052cbccef240a5 (diff) | |
download | mtk-20170518-0f08442ded27df4fb075f4fc28ddf8840531843c.zip mtk-20170518-0f08442ded27df4fb075f4fc28ddf8840531843c.tar.gz mtk-20170518-0f08442ded27df4fb075f4fc28ddf8840531843c.tar.bz2 |
brcm63xx: move DSL-275XB to DT
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 45168
Diffstat (limited to 'target/linux/brcm63xx/base-files')
-rwxr-xr-x | target/linux/brcm63xx/base-files/lib/brcm63xx.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh index 159537d..1340655 100755 --- a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh +++ b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh @@ -120,6 +120,9 @@ brcm63xx_dt_detect() { "D-Link DSL-2740B/DSL-2741B rev F1") board_name="dsl-274xb-f" ;; + "D-Link DSL-2750B/DSL-2751 rev D1") + board_name="dsl-275xb-d" + ;; "D-Link DVA-G3810BN/TL") board_name="dva-g3810bn" ;; |