commit c947bbe6ef6c798807c89957ffae3a0b73daaf11
Author: p4u <hakais@gmail.com>
Date:   Mon Feb 27 00:41:30 2012 +0100

    Changed checkout order, qmp repository before openwrt

diff --git a/Makefile b/Makefile
index 4b54852..668400e 100644
--- a/Makefile
+++ b/Makefile
@@ -163,7 +163,7 @@ endef
 	$(if $(TARGET),,$(call target_error))
 	$(if $(wildcard .checkout_$(TARGET)),,$(call checkout_src))
 
-checkout: .checkout_owrt .checkout_owrt_pkg .checkout_owrt_pkg_override .checkout_qmp .checkout_b6m
+checkout: .checkout_qmp .checkout_b6m .checkout_owrt .checkout_owrt_pkg .checkout_owrt_pkg_override .checkout_qmp
 	$(if $(wildcard .checkout_$(TARGET)),,$(call update_feeds,$(TARGET)))
 	$(if $(wildcard .checkout_$(TARGET)),,$(call copy_config))
 	@touch .checkout_$(TARGET)
