diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-12-10 16:13:41 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-12-10 16:13:41 +0000 |
commit | 2c6cedf116355c94fe31d5c0cdcd28ee8ec88577 (patch) | |
tree | 53467272ce1a3bcd42200ba19474a7f65f949aab /target/linux/brcm63xx/image/Makefile | |
parent | f95dbee83fa8562cec92e54a4f78f2bcd51a57e5 (diff) | |
download | upstream-2c6cedf116355c94fe31d5c0cdcd28ee8ec88577.tar.gz upstream-2c6cedf116355c94fe31d5c0cdcd28ee8ec88577.tar.bz2 upstream-2c6cedf116355c94fe31d5c0cdcd28ee8ec88577.zip |
Add support for Sagem F@ST2404 (#4332)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13583 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/image/Makefile')
-rw-r--r-- | 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 ac22fee4a0..64fde3c5cb 100644 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -80,6 +80,8 @@ define Image/Build $(call Image/Build/CFE,$(1),96348GW-11,6348) # DG834G $(call Image/Build/CFE,$(1),96348GW-10,6348) + # Sagem F@ST2404 + $(call Image/Build/CFE,$(1),F@ST2404,6348) endef $(eval $(call BuildImage)) |