build: do not alter global default package selection from profiles
[openwrt/openwrt.git] / include / target.mk
index a97cda2c3ac1c624b1b759def59cdbded1a4d597..0d2ef6a225ca8a7b5a46a2a2946867ce1a8d8345 100644 (file)
@@ -72,7 +72,6 @@ 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)"; \