commit 7607625f39e83e8c4ed321ac4df4710ac1aba73e
Author: Axel Neumann <neumann@cgws.de>
Date:   Sun Aug 4 23:12:16 2013 +0200

    Makefile nightlycompile.sh: select bmx6_dev branch by default

diff --git a/Makefile b/Makefile
index 822073b..c3c933a 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ OWRT_SVN = svn://svn.openwrt.org/openwrt/branches/attitude_adjustment
 OWRT_PKG_SVN =  svn://svn.openwrt.org/openwrt/branches/packages_12.09
 QMP_GIT_RW = ssh://gitosis@qmp.cat:221/qmp.git
 QMP_GIT_RO = git://qmp.cat/qmp.git
-QMP_GIT_BRANCH ?= master
+QMP_GIT_BRANCH ?= bmx6_dev
 BUILD_DIR = build
 CONFIG_DIR = configs
 MY_CONFIGS = $(BUILD_DIR)/configs
diff --git a/nightlycompile.sh b/nightlycompile.sh
index 7bfa2a7..4b1466f 100755
--- a/nightlycompile.sh
+++ b/nightlycompile.sh
@@ -13,7 +13,7 @@ MAIL="admin@qmp.cat"
 DAYS_TO_PRESERVE="10"
 
 COMMUNITY=${COMMUNITY:-qMp}
-BRANCH=${BRANCH:-testing}
+BRANCH=${BRANCH:-bmx6_dev}
 
 # If target is not specified, compiling for all targets
 TARGETS=${TARGETS:-$(make list_targets)}
