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 | faf1eacb76ef3431c9e6ee6a63e1846962cf1984 (patch) | |
tree | 516b1516c03ab78939a62f3814058360dcdb9a01 /target/linux/brcm63xx/base-files/lib | |
parent | c398cda77b2d7ae071027aa7f53a30158834c956 (diff) | |
download | upstream-faf1eacb76ef3431c9e6ee6a63e1846962cf1984.tar.gz upstream-faf1eacb76ef3431c9e6ee6a63e1846962cf1984.tar.bz2 upstream-faf1eacb76ef3431c9e6ee6a63e1846962cf1984.zip |
brcm63xx: move DSL-275XB to DT
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45168 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/base-files/lib')
-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 159537d134..13406552c3 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" ;; |