rename the Profile template that the image builder uses to prevent name conflicts...
[openwrt/svn-archive/archive.git] / scripts / metadata.pl
index 7514a171354e1910b445d861a32dd08981e401e0..d27cd8e59d72c0e26a8be5f2b34e204d0107f518 100755 (executable)
@@ -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)