mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 17:15:00 +02:00
include default package set in .target.mk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6061 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4c42a84530
commit
afb08d2fac
@ -70,7 +70,7 @@ foreach $target (@target) {
|
|||||||
$profiles_eval .= "
|
$profiles_eval .= "
|
||||||
\$(eval \$(call Profile,$conf\_$profile->{id}))"
|
\$(eval \$(call Profile,$conf\_$profile->{id}))"
|
||||||
}
|
}
|
||||||
print <<EOF
|
print "
|
||||||
ifeq (\$(CONFIG_LINUX_$conf),y)
|
ifeq (\$(CONFIG_LINUX_$conf),y)
|
||||||
define Target
|
define Target
|
||||||
KERNEL:=$target->{kernel}
|
KERNEL:=$target->{kernel}
|
||||||
@ -78,9 +78,10 @@ ifeq (\$(CONFIG_LINUX_$conf),y)
|
|||||||
LINUX_VERSION:=$target->{version}
|
LINUX_VERSION:=$target->{version}
|
||||||
LINUX_RELEASE:=$target->{release}
|
LINUX_RELEASE:=$target->{release}
|
||||||
LINUX_KARCH:=$target->{karch}
|
LINUX_KARCH:=$target->{karch}
|
||||||
|
DEFAULT_PACKAGES:=".join(" ", @{$target->{packages}})."
|
||||||
endef$profiles_def
|
endef$profiles_def
|
||||||
endif$profiles_eval
|
endif$profiles_eval
|
||||||
|
|
||||||
EOF
|
"
|
||||||
}
|
}
|
||||||
print "\$(eval \$(call Target))\n";
|
print "\$(eval \$(call Target))\n";
|
||||||
|
Loading…
Reference in New Issue
Block a user