prereq: SetupHostCommand: fix wrong check result
[openwrt/staging/wigyori.git] / include / prereq.mk
index 5646b24efaa61a1f8b2c066901f192ea65508730..74c3914d060da3566caccb34f3aa7682050ed5ba 100644 (file)
@@ -113,7 +113,7 @@ define SetupHostCommand
                                                ;; \
                                esac; \
                                ln -sf "$$$$$$$$bin" "$(STAGING_DIR_HOST)/bin/$(strip $(1))"; \
-                               exit 1; \
+                               exit 0; \
                        fi; \
                fi; \
        done; \