diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2014-06-17 15:13:33 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2014-06-17 15:13:33 +0000 |
commit | ac91824b3675977edb391a6d801657e533d2905d (patch) | |
tree | 034f6bcca23d965464c5ac6860c98cc109278af6 /target | |
parent | d775e4ef00e08c839a41e101552be171ff638d3d (diff) | |
download | upstream-ac91824b3675977edb391a6d801657e533d2905d.tar.gz upstream-ac91824b3675977edb391a6d801657e533d2905d.tar.bz2 upstream-ac91824b3675977edb391a6d801657e533d2905d.zip |
build images for the WRT1900AC
SVN-Revision: 41233
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/mvebu/image/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/mvebu/image/Makefile b/target/linux/mvebu/image/Makefile index e89530a650..6866b6da36 100644 --- a/target/linux/mvebu/image/Makefile +++ b/target/linux/mvebu/image/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2012 OpenWrt.org +# Copyright (C) 2012-2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/image.mk TARGET_DTBS := armada-xp-db armada-370-db armada-xp-openblocks-ax3-4 armada-370-mirabox \ - armada-370-rd armada-xp-gp + armada-370-rd armada-xp-gp armada-xp-mamba LOADADDR:=0x00008000 |