Skip to content
Snippets Groups Projects
Commit f026f5c7 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

include/target.mk: fix profile defaults


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

SVN-Revision: 48807
parent eced3b3a
No related branches found
No related tags found
No related merge requests found
......@@ -56,14 +56,14 @@ DEFAULT_PACKAGES += $(DEFAULT_PACKAGES.$(DEVICE_TYPE))
filter_packages = $(filter-out -% $(patsubst -%,%,$(filter -%,$(1))),$(1))
extra_packages = $(if $(filter wpad-mini wpad nas,$(1)),iwinfo)
define Profile/Default
define ProfileDefault
NAME:=
PACKAGES:=
endef
ifndef Profile
define Profile
$(eval $(call Profile/Default))
$(eval $(call ProfileDefault))
$(eval $(call Profile/$(1)))
dumpinfo : $(call shexport,Profile/$(1)/Config)
dumpinfo : $(call shexport,Profile/$(1)/Description)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment