diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-06-18 15:00:32 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-06-18 15:00:32 +0000 |
commit | e951c62e476570afdcf01240a435c103086898d0 (patch) | |
tree | ff4d42509be33741af78d7c42fdadec72a2d1cf5 /target/linux/brcm63xx/image | |
parent | 72b6e528a20cf7d3a7ef1de3dc9bb988cf4d225d (diff) | |
download | upstream-e951c62e476570afdcf01240a435c103086898d0.tar.gz upstream-e951c62e476570afdcf01240a435c103086898d0.tar.bz2 upstream-e951c62e476570afdcf01240a435c103086898d0.zip |
[brcm63xx] add imagetag support for BT Voyager 2500V, patch from Daniel Dickinson (#5364)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16506 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/image')
-rw-r--r-- | 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 c10a41b10b..515caeaa4a 100644 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -101,7 +101,7 @@ define Image/Build $(call Image/Build/CFE,$(1),96345GW2,6345,bc221,,bc221,-y 5) $(call Image/Build/CFE,$(1),96345GW2,6345,bc300,,bc300,) $(call Image/Build/CFE,$(1),96345GW2,6345,bc310,OpenWRT-$(REVISION),bc310,) - $(call Image/Build/CFE,$(1),96348GW,6348,bccfe,,bcfe,) + $(call Image/Build/CFE,$(1),96348GW,6348,bccfe,,bccfe,) $(call Image/Build/CFE,$(1),96348GW,6348,bc221,,bc221,-y 5) # BT Voyager V210_BTR $(call Image/Build/CFE,$(1),V210_BB,6348,bc221,,btvgr,-y 5) |