Add wget2nand, this should allow netboot installation directly to nand
[openwrt.git] / target / imagebuilder / files / Makefile
index 7dfc06c..2e309ae 100644 (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
This page took 0.02011 seconds and 4 git commands to generate.