commit 39a38e4d3c2f1a15e0410e193b4feabe296546b5
Author: Agustí Moll Garcia <agusti@biruji.org>
Date:   Wed Nov 9 17:28:50 2011 +0100

    Remove the repository b6m until we close this issue.

diff --git a/Makefile b/Makefile
index 6609d82..4814b1b 100644
--- a/Makefile
+++ b/Makefile
@@ -22,8 +22,8 @@ QMP_GIT = ssh://gitosis@qmp.cat:221/qmp.git
 QMP_GIT_BRANCH = master
 EIGENNET_GIT = git://gitorious.org/eigennet/packages.git
 EIGENNET_GIT_REV = 7467D68855991FE35797B0A5958B000F65C0134F
-B6M_GIT = git://qmp.cat/b6m.git
-B6M_GIT_BRANCH = openwrt
+#B6M_GIT = git://qmp.cat/b6m.git
+#B6M_GIT_BRANCH = openwrt
 BUILD_DIR = build
 CONFIG_DIR = configs
 MY_CONFIGS = $(BUILD_DIR)/configs
@@ -134,7 +134,8 @@ checkout: .checkout_qmp .checkout_eig
 	$(if $(wildcard .checkout_$(T)),,$(call copy_config))
 	@touch .checkout_$(T)
 	
-update: .checkout_eig .checkout_qmp .checkout_b6m
+update: .checkout_eig .checkout_qmp
+# update: .checkout_eig .checkout_qmp .checkout_b6m
 	cd $(BUILD_DIR)/qmp && git pull
 #	cd $(BUILD_DIR)/eigennet/packages && git pull
 
