diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-07-31 10:47:00 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-07-31 10:47:00 +0000 |
commit | dd622864e1286d356598985c734e786463f12874 (patch) | |
tree | 0b618971d71da396bae4b55af010a3a1e238d474 /target/linux/brcm63xx/image/Makefile | |
parent | 5ab3bcc27f007e6760cf2b7d754a05989793bcdd (diff) | |
download | upstream-dd622864e1286d356598985c734e786463f12874.tar.gz upstream-dd622864e1286d356598985c734e786463f12874.tar.bz2 upstream-dd622864e1286d356598985c734e786463f12874.zip |
generate images for RTA1025W_16-based routers (#5594)
SVN-Revision: 17058
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 c67aa3d9db..b008ea2602 100644 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -117,6 +117,8 @@ define Image/Build $(call Image/Build/CFE,$(1),V2110,6348,bc221,,btvgr,-y 5) # BT Voyager V2500V, V2500V_SIP_CLUB, V2500V_AA $(call Image/Build/CFE,$(1),V2500V_BB,6348,bc221,,btvgr,-y 5) + # RTA1025W_16 (numerous routers) + $(call Image/Build/CFE,$(1),RTA1025W_16,6348,bc221,,btrta,-y 5) # Tecom GW6000 $(call Image/Build/CFE,$(1),96348GW,6348,bc300,,bc300,) # Tecom GW6200 |