diff options
author | Jonas Gorski <jogo@openwrt.org> | 2012-10-21 14:35:06 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2012-10-21 14:35:06 +0000 |
commit | fa767eb829d75645c09917576613a37ca0d14652 (patch) | |
tree | c54cec36b65f75c1601c04cadb45de5e6ac7f532 /target/linux/brcm63xx/image | |
parent | 75d1732f135087777e2572fe136d5bb271f757f4 (diff) | |
download | upstream-fa767eb829d75645c09917576613a37ca0d14652.tar.gz upstream-fa767eb829d75645c09917576613a37ca0d14652.tar.bz2 upstream-fa767eb829d75645c09917576613a37ca0d14652.zip |
[bcm63xx] Add F@ST2604 board support.
Add Sagem F@ST2604 board support.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33886 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/image')
-rw-r--r-- | target/linux/brcm63xx/image/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index 66d9b23bf8..91f7809f09 100644 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -227,6 +227,9 @@ define Image/Build # Sagem F@ST2404 $(call Image/Build/CFE,$(1),F@ST2404,6348,F@ST2404-cfe) $(call Image/Build/CFE,$(1),F@ST2404,6348,F@ST2404,OpenWRT-$(REVISION)) + # Sagem F@ST2604 + $(call Image/Build/CFE,$(1),F@ST2604,6348,F@ST2604-cfe) + $(call Image/Build/CFE,$(1),F@ST2604,6348,F@ST2604,OpenWRT-$(REVISION)) # Inventel Livebox $(call Image/Build/RedBoot,livebox) # Pirelli Alice Gate VoIP 2 Plus Wi-Fi AGPF-S0 |