From 5281d134cdf4bedc756a3e3e9e2d63a31b7674aa Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 22 Feb 2007 02:27:01 +0000 Subject: rename the Profile template that the image builder uses to prevent name conflicts with the template that the kernel uses SVN-Revision: 6336 --- target/imagebuilder/files/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/imagebuilder/files') diff --git a/target/imagebuilder/files/Makefile b/target/imagebuilder/files/Makefile index eae3697..b36e2f2 100644 --- a/target/imagebuilder/files/Makefile +++ b/target/imagebuilder/files/Makefile @@ -37,7 +37,7 @@ define Profile/Default PACKAGES:= endef -define Profile +define AddProfile $(eval $(call Profile/Default)) $(eval $(call Profile/$(1))) ifneq ($(ID),) -- cgit v1.1