diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-08-05 13:55:37 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-08-05 13:55:37 +0000 |
commit | a105688c87d9b04a19aeed9cbaf9e386ef3f5047 (patch) | |
tree | bc8817275fcef3e6cd76184cdb99baa4f867d332 /target/linux/brcm63xx/image/Makefile | |
parent | 65654a3c541a81f135905dfa68f9e390b4c21419 (diff) | |
download | upstream-a105688c87d9b04a19aeed9cbaf9e386ef3f5047.tar.gz upstream-a105688c87d9b04a19aeed9cbaf9e386ef3f5047.tar.bz2 upstream-a105688c87d9b04a19aeed9cbaf9e386ef3f5047.zip |
brcm63xx: Add support for Plusnet 2704N
BCM6318: add support for Plusnet / Sagem 2704N (V1)
Signed-off-by: Matt Goring <matt.goring@googlemail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46562
Diffstat (limited to 'target/linux/brcm63xx/image/Makefile')
-rwxr-xr-x | target/linux/brcm63xx/image/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index 8e148aa794..4a52a41a36 100755 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -623,6 +623,8 @@ $(eval $(call bcm63xxCfe,FAST2404,F@ST2404,fast2404,F@ST2404,6348)) $(eval $(call bcm63xxCfe,FAST2504n,F@ST2504n,fast2504n,F@ST2504n,6362)) # Sagem F@ST2604 $(eval $(call bcm63xxCfe,FAST2604,F@ST2604,fast2604,F@ST2604,6348)) +# Sagem F@ST2704N V1 / Plusnet F@ST2704N V1 +$(eval $(call bcm63xxCfe,FAST2704N,FAST2704N,fast2704n,F@ST2704N,6318,--pad 4)) # Sagem F@ST2704V2 $(eval $(call bcm63xxCfe,FAST2704V2,F@ST2704V2,fast2704v2,F@ST2704V2,6328)) # SFR Neufbox 4 |