diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-02-22 02:27:01 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-02-22 02:27:01 +0000 |
commit | 5281d134cdf4bedc756a3e3e9e2d63a31b7674aa (patch) | |
tree | f0ae39e523b1e3b5b2e38ecd590bd04c41284ad7 /scripts/metadata.pl | |
parent | f393bed10e090c5880bf45c65258c9e4c9946833 (diff) | |
download | upstream-5281d134cdf4bedc756a3e3e9e2d63a31b7674aa.tar.gz upstream-5281d134cdf4bedc756a3e3e9e2d63a31b7674aa.tar.bz2 upstream-5281d134cdf4bedc756a3e3e9e2d63a31b7674aa.zip |
rename the Profile template that the image builder uses to prevent name conflicts with the template that the kernel uses
SVN-Revision: 6336
Diffstat (limited to 'scripts/metadata.pl')
-rwxr-xr-x | scripts/metadata.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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) |