From eda08dd423ebd3160c7d5e928873fc98c4a028de Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Fri, 6 Feb 2015 11:16:20 +0000 Subject: mvebu: support building images for a single board Signed-off-by: Imre Kaloz SVN-Revision: 44290 --- target/linux/mvebu/image/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/mvebu/image') 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)) -- cgit v1.2.3