commit 7c460e4767e21eb393684c95b2d02083f08d89d8
Author: p4u <hakais@gmail.com>
Date:   Fri Jun 22 22:08:52 2012 +0200

    help function was not working

diff --git a/Makefile b/Makefile
index e9328d9..bb42a5d 100644
--- a/Makefile
+++ b/Makefile
@@ -207,8 +207,7 @@ config:
 	mv .config.tmp .config
 
 help:
-	echo $(origin OWRT_PKG_SVN)
-	#cat README | more || true
+	cat README | more || true
 
 build: checkout
 	$(if $(TARGET),$(call build_src))
