diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-07-31 10:47:00 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-07-31 10:47:00 +0000 |
commit | a74ac1e304d5fb7d57e0bb4718599e391a54f874 (patch) | |
tree | 37375af79c7264e035119c220d29478627c88d4a /target/linux/brcm63xx/image | |
parent | b7feba3478412e958aee0301af34325b6b032f0f (diff) |
[brcm63xx] generate images for RTA1025W_16-based routers (#5594)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17058 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/image')
-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 |