1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-27 17:55:55 +02:00

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
This commit is contained in:
nbd 2007-02-22 02:27:01 +00:00
parent 7923c5e52c
commit d84816a322
2 changed files with 2 additions and 2 deletions

View File

@ -151,7 +151,7 @@ sub gen_target_mk() {
PACKAGES:=".join(" ", @{$profile->{packages}})." PACKAGES:=".join(" ", @{$profile->{packages}})."
endef"; endef";
$profiles_eval .= " $profiles_eval .= "
\$(eval \$(call Profile,$conf\_$profile->{id}))" \$(eval \$(call AddProfile,$conf\_$profile->{id}))"
} }
print " print "
ifeq (\$(CONFIG_LINUX_$conf),y) ifeq (\$(CONFIG_LINUX_$conf),y)

View File

@ -37,7 +37,7 @@ define Profile/Default
PACKAGES:= PACKAGES:=
endef endef
define Profile define AddProfile
$(eval $(call Profile/Default)) $(eval $(call Profile/Default))
$(eval $(call Profile/$(1))) $(eval $(call Profile/$(1)))
ifneq ($(ID),) ifneq ($(ID),)