X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=scripts%2Fmetadata.pl;h=d27cd8e59d72c0e26a8be5f2b34e204d0107f518;hp=7514a171354e1910b445d861a32dd08981e401e0;hb=5281d134cdf4bedc756a3e3e9e2d63a31b7674aa;hpb=f393bed10e090c5880bf45c65258c9e4c9946833;ds=sidebyside 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)