From d0891e0ae8f69a0ba87a8c54d84e5a83754384bd Mon Sep 17 00:00:00 2001
From: Jonas Gorski <jogo@openwrt.org>
Date: Thu, 21 Feb 2013 11:45:18 +0000
Subject: [PATCH] include/package-bin: print warnings/errors to stderr

Makes warnings/errors visible when building with V=w/V=1.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>

SVN-Revision: 35714
---
 include/package-bin.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/package-bin.mk b/include/package-bin.mk
index 96c1aeffcf..dcb3a8acba 100644
--- a/include/package-bin.mk
+++ b/include/package-bin.mk
@@ -14,7 +14,7 @@ ifeq ($(DUMP),)
       else
         compile: $(1)-disabled
         $(1)-disabled:
-		@echo "WARNING: skipping $(1) -- package not selected"
+		@echo "WARNING: skipping $(1) -- package not selected" >&2
       endif
     endif
     endif
-- 
GitLab