commit 6e4419904de3c47ee57531c7b8f8f2e5e7cfda9e
Author: Agustí Moll Garcia <agusti@biruji.org>
Date:   Thu Nov 10 01:48:13 2011 +0100

    Compile TAG ratafia-rc1 in anonymous branch

diff --git a/Makefile b/Makefile
index 18c466f..eea3ca2 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@
 OWRT_SVN = svn://svn.openwrt.org/openwrt/branches/backfire
 OWRT_SVN_REV = 27617
 QMP_GIT = git://qmp.cat/qmp.git
-QMP_GIT_BRANCH = master
+QMP_GIT_TAG = ratafia-rc1
 EIGENNET_GIT = git://gitorious.org/eigennet/packages.git
 EIGENNET_GIT_REV = 7467D68855991FE35797B0A5958B000F65C0134F
 #B6M_GIT = git://qmp.cat/b6m.git
@@ -114,7 +114,7 @@ endef
 
 .checkout_qmp:
 	git clone $(QMP_GIT) $(BUILD_DIR)/qmp
-	cd $(BUILD_DIR)/qmp; git checkout $(QMP_GIT_BRANCH); cd ..
+	cd $(BUILD_DIR)/qmp; git checkout $(QMP_GIT_TAG); cd ..
 	@touch $@
 
 .checkout_eig:
