diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2015-02-06 11:16:20 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2015-02-06 11:16:20 +0000 |
commit | 32a16916adf44e5f32866f3057b78f31ad03df17 (patch) | |
tree | 933a8683e9d2fd66671a548dd150330a15ba6356 /target/linux/mvebu/image | |
parent | daf0abacc23a518af69fdf049b3a598181cbfd26 (diff) | |
download | upstream-32a16916adf44e5f32866f3057b78f31ad03df17.tar.gz upstream-32a16916adf44e5f32866f3057b78f31ad03df17.tar.bz2 upstream-32a16916adf44e5f32866f3057b78f31ad03df17.zip |
mvebu: support building images for a single board
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44290 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mvebu/image')
-rw-r--r-- | target/linux/mvebu/image/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/mvebu/image/Makefile b/target/linux/mvebu/image/Makefile index 3cf3500858..5d677f95a9 100644 --- a/target/linux/mvebu/image/Makefile +++ b/target/linux/mvebu/image/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2012-2014 OpenWrt.org +# Copyright (C) 2012-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -151,8 +151,8 @@ define Image/Build/Profile/Mamba/squashfs ) > $(BIN_DIR)/$(IMG_PREFIX)-armada-xp-mamba-squashfs-factory.img endef -$(eval $(call MultiProfile,Generic,$(PROFILES_LIST))) -$(eval $(call MultiProfile,Evalboards,$(PROFILES_LIST))) +# The Default profile should build everything +$(eval $(call MultiProfile,Default,$(PROFILES_LIST))) define Image/BuildKernel $(call Image/BuildKernel/Profile/$(PROFILE)) |