diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-08-05 13:55:18 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-08-05 13:55:18 +0000 |
commit | 77d88f3f8cc9cbec8f31464c4d960f39559e29ca (patch) | |
tree | 0dfa31e0491afa756f147d1cd0fe416f4ee9c6aa /target | |
parent | 6afe475aba0d3c7cbf6b88f9d06fce1961de52f4 (diff) | |
download | master-187ad058-77d88f3f8cc9cbec8f31464c4d960f39559e29ca.tar.gz master-187ad058-77d88f3f8cc9cbec8f31464c4d960f39559e29ca.tar.bz2 master-187ad058-77d88f3f8cc9cbec8f31464c4d960f39559e29ca.zip |
brcm63xx: build image for DSL-275XB D1
It boots fine, so no reason to not build it.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46561 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rwxr-xr-x | target/linux/brcm63xx/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index 9efec87f34..8e148aa794 100755 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -573,7 +573,7 @@ $(eval $(call bcm63xxCfe,DSL274XB_C,DSL274XB-C3,dsl-274xb-c,AW4139,6358)) $(eval $(call bcm63xxCfe,DSL274XB_F,DSL274XB-F1-EU,dsl-274xb-f,AW4339U,6328,--signature2 "4.06.01.EUF1" --pad 4)) $(eval $(call bcm63xxCfe,DSL274XB_F,DSL274XB-F1-AU,dsl-274xb-f,AW4339U,6328,--signature2 "4.06.01.AUF1" --pad 4)) # D-Link DSL-2750B/DSL-2751, rev D1 -$(eval $(call bcm63xxCfeRamdisk,DSL275XB_D,DSL275XB-D1,dsl-275xb-d,AW5200U,6318,--pad 4)) +$(eval $(call bcm63xxCfe,DSL275XB_D,DSL275XB-D1,dsl-275xb-d,AW5200B,6318,--pad 4)) # D-Link DVA-G3810BN/TL $(eval $(call bcm63xxCfe,DVAG3810BN,DVAG3810BN,dva-g3810bn_tl,96358VW,6358)) # Davolink DV-201AMR |