From c0f96795873e3cabe3e6f8e1380538e66b05b651 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Tue, 10 Jul 2007 20:21:09 +0000
Subject: [PATCH] fix a typo

SVN-Revision: 7906
---
 target/imagebuilder/files/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/imagebuilder/files/Makefile b/target/imagebuilder/files/Makefile
index 7dfc06c4c5..2e309ae730 100644
--- a/target/imagebuilder/files/Makefile
+++ b/target/imagebuilder/files/Makefile
@@ -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
-- 
2.30.2