diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-08-21 11:28:28 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-08-21 11:28:28 +0000 |
commit | 21d5dba7ad334e20556bce934cab3c6ff182b884 (patch) | |
tree | bfb6eb1f982fa01dd61b71c6d174e19f6b00edca /target/linux/brcm63xx/image/Makefile | |
parent | 2d4ba17d540e4cae4b6ce7cda00dd640b3765765 (diff) | |
download | upstream-21d5dba7ad334e20556bce934cab3c6ff182b884.tar.gz upstream-21d5dba7ad334e20556bce934cab3c6ff182b884.tar.bz2 upstream-21d5dba7ad334e20556bce934cab3c6ff182b884.zip |
brcm63xx: Add DT support for AR-5387un
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42240 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/image/Makefile')
-rwxr-xr-x | target/linux/brcm63xx/image/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index 3050d2c588..a04709aa16 100755 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -271,8 +271,6 @@ define Image/Build # Sagem F@ST2504n $(call Image/Build/CFE,$(1),F@ST2504n,6362,F@ST2504n,OpenWRT-$(REVISION)) - # Comtrend AR-5387un - $(call Image/Build/CFE,$(1),96328A-1441N1,6328,AR-5387un,,--pad 8) # Comtrend VR-3025u $(call Image/Build/CFE,$(1),96368M-1541N,6368,VR-3025u,,--pad 16) # Comtrend VR-3025un @@ -357,6 +355,8 @@ $(eval $(call CfeImageDTB,96328avng,bcm96328avng,96328avng,6328,96328avng-16M-fl $(eval $(call CfeImageDTB,AR1004G,ar1004g,96348GW-10,6348,AR1004G)) # Comtrend AR-5381u $(eval $(call CfeImageDTB,AR5381u,ar-5381u,96328A-1241N,6328,AR-5381u,,--pad 8)) +# Comtrend AR-5387un +$(eval $(call CfeImageDTB,AR5387un,ar-5387un,96328A-1441N1,6328,AR-5387un,,--pad 8)) # Comtrend 536, 5621 $(eval $(call CfeImageDTB,CT536_CT5621,ct536plus,96348GW-11,6348,CT536_CT5621)) # Comtrend CT-5365 |