diff options
author | Daniel Dickinson <daniel@cshore.neomailbox.net> | 2011-04-15 14:31:36 +0000 |
---|---|---|
committer | Daniel Dickinson <daniel@cshore.neomailbox.net> | 2011-04-15 14:31:36 +0000 |
commit | 7c6472a3dbd515330c5be121b4e44b043b56f15c (patch) | |
tree | 77237d3db61c1b38c15180de8ff21b2d783817e9 /target | |
parent | b2ae50ed2791c7ca9ee1d4592259829e0941f9c3 (diff) | |
download | master-187ad058-7c6472a3dbd515330c5be121b4e44b043b56f15c.tar.gz master-187ad058-7c6472a3dbd515330c5be121b4e44b043b56f15c.tar.bz2 master-187ad058-7c6472a3dbd515330c5be121b4e44b043b56f15c.zip |
[brcm63xx] Generate images for RTA1320_16M-based routers
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26681 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/brcm63xx/image/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index 9d48613c22..448389d247 100644 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2010 OpenWrt.org +# Copyright (C) 2006-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -156,6 +156,8 @@ define Image/Build $(call Image/Build/CFE,$(1),V2500V_BB,6348,BTV2500V,,--layoutver 5) # RTA1025W_16 (numerous routers) $(call Image/Build/CFE,$(1),RTA1025W_16,6348,RTA1025W_16,,--layoutver 5) + # RTA1320_16M (numerous routers) + $(call Image/Build/CFE,$(1),RTA1320_16M,6338,RTA1320_16M,,--layoutver 5) # Tecom GW6000 $(call Image/Build/CFEFIXUP,$(1),96348GW,6348,GW6000) # Tecom GW6200 |