fix a typo

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7906 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2007-07-10 20:21:09 +00:00
parent 2d67ccf668
commit 2504b75ada
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