diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-03-25 15:35:37 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-03-25 15:35:37 +0000 |
commit | 910fe9678c8cbaa0ac095a3fae8c171d8742fec7 (patch) | |
tree | 45042d4c31cef47dfbeb2a50abe6c19c2e8cbdb7 /target/linux/brcm63xx/base-files/lib | |
parent | a0c7ba2eaeb268a975c76f89f0deef3f7c8a4991 (diff) | |
download | upstream-910fe9678c8cbaa0ac095a3fae8c171d8742fec7.tar.gz upstream-910fe9678c8cbaa0ac095a3fae8c171d8742fec7.tar.bz2 upstream-910fe9678c8cbaa0ac095a3fae8c171d8742fec7.zip |
brcm63xx: move dsl-2640u to dts
Also build image again(?).
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44988 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 | 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 3b0b667aa6..324ea18404 100755 --- a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh +++ b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh @@ -99,6 +99,9 @@ brcm63xx_dt_detect() { "D-Link DSL-2640B rev B2") board_name="dsl-2640b-b" ;; + "D-Link DSL-2640U/BRU/C") + board_name="dsl-2640u" + ;; "D-Link DSL-2650U") board_name="dsl-2650u" ;; @@ -210,9 +213,6 @@ brcm63xx_legacy_detect() { local board_name case "$1" in - 96338W2_E7T) - board_name="dsl-2640u" - ;; 96348W3) board_name="dg834g_v4" ;; |