From 6bf50a5091bb7a97fda04115df5eee28efafaca5 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6336 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- scripts/metadata.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/metadata.pl') diff --git a/scripts/metadata.pl b/scripts/metadata.pl index 7514a17135..d27cd8e59d 100755 --- a/scripts/metadata.pl +++ b/scripts/metadata.pl @@ -151,7 +151,7 @@ sub gen_target_mk() { PACKAGES:=".join(" ", @{$profile->{packages}})." endef"; $profiles_eval .= " -\$(eval \$(call Profile,$conf\_$profile->{id}))" +\$(eval \$(call AddProfile,$conf\_$profile->{id}))" } print " ifeq (\$(CONFIG_LINUX_$conf),y) -- cgit v1.2.3