projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2b4457
)
fix a typo
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 10 Jul 2007 20:21:09 +0000
(20:21 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 10 Jul 2007 20:21:09 +0000
(20:21 +0000)
SVN-Revision: 7906
target/imagebuilder/files/Makefile
patch
|
blob
|
history
diff --git
a/target/imagebuilder/files/Makefile
b/target/imagebuilder/files/Makefile
index 7dfc06c4c55d9f9356238376258c85a224f17470..2e309ae730921ae9cf2ebded529411f60f70f7f8 100644
(file)
--- a/
target/imagebuilder/files/Makefile
+++ b/
target/imagebuilder/files/Makefile
@@
-48,7
+48,7
@@
define AddProfile
endif
$(ID)_NAME:=$(NAME)
$(ID)_PACKAGES:=$(PACKAGES)
- if
n
eq ($(KCONFIG),)
+ ifeq ($(KCONFIG),)
PROFILE_LIST += \
echo '$(ID):'; [ -z '$(NAME)' ] || echo ' $(NAME)'; echo ' Packages: $(PACKAGES)';
endif