mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-15 15:33:43 +02:00
fix a typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7906 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
56d9da3f40
commit
70e09c2296
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user