1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-18 14:47:46 +01:00

fix a typo

SVN-Revision: 7906
This commit is contained in:
Felix Fietkau 2007-07-10 20:21:09 +00:00
parent a925fec9c7
commit c0f9679587

@ -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