fix a typo

SVN-Revision: 7906
lede-17.01
Felix Fietkau 2007-07-10 20:21:09 +00:00
parent a925fec9c7
commit c0f9679587
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ define AddProfile
endif
$(ID)_NAME:=$(NAME)
$(ID)_PACKAGES:=$(PACKAGES)
ifneq ($(KCONFIG),)
ifeq ($(KCONFIG),)
PROFILE_LIST += \
echo '$(ID):'; [ -z '$(NAME)' ] || echo ' $(NAME)'; echo ' Packages: $(PACKAGES)';
endif