X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fdedeckeh.git;a=blobdiff_plain;f=include%2Ftarget.mk;fp=include%2Ftarget.mk;h=b84468997a3090b5e5865731662f9c99492c598d;hp=8ee197f1c46799331ca03e7e5eb27f11b5d3ae75;hb=ca32373c951c651f4fe5d8f99ddeb8d4f20bbe3e;hpb=4baffa02ce2f3b04be37628f0965b0bade5019cf diff --git a/include/target.mk b/include/target.mk index 8ee197f1c4..b84468997a 100644 --- a/include/target.mk +++ b/include/target.mk @@ -68,6 +68,8 @@ define Profile $(eval $(call ProfileDefault)) $(eval $(call Profile/$(1))) dumpinfo : $(call shexport,Profile/$(1)/Description) + DEFAULT_PACKAGES := $(filter-out $(patsubst -%,%,$(filter -%,$(PACKAGES))),$(DEFAULT_PACKAGES)) + PACKAGES := $(filter-out -%,$(PACKAGES)) DUMPINFO += \ echo "Target-Profile: $(1)"; \ $(if $(PRIORITY), echo "Target-Profile-Priority: $(PRIORITY)"; ) \