commit 1bc198c51a161075804b0f1d4082dd85fda014e7
Author: Roger Pueyo Centelles <roger.pueyo@guifi.net>
Date:   Fri Feb 27 12:49:32 2015 +0100

    Adapt Makefile to new repository workflow

diff --git a/Makefile b/Makefile
index 38733ca..75350bb 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,7 @@ OWRT_PKG_SCM = git clone -b for-14.07 https://github.com/openwrt/packages.git
 QMP_GIT_RW = ssh://gitolite@qmp.cat:qmp.git
 QMP_GIT_RO = git://qmp.cat/qmp.git
 QMP_GIT_BRANCH ?= testing
+QMP_CODENAME ?= Clearance
 BUILD_DIR = build
 CONFIG_DIR = configs
 MY_CONFIGS = $(BUILD_DIR)/configs
@@ -81,7 +82,7 @@ endef
 define copy_feeds_file
 	$(if $(1),$(eval FEEDS_DIR=$(1)),$(eval FEEDS_DIR=$(TBUILD)))
 	$(if $(FEEDS_DIR),,$(call target_error))	
-	cp -f $(BUILD_DIR)/qmp/feeds.conf $(BUILD_DIR)/$(FEEDS_DIR)
+	cat $(BUILD_DIR)/qmp/feeds.conf >> $(BUILD_DIR)/$(FEEDS_DIR)
 	sed -i -e "s|PATH|`pwd`/$(BUILD_DIR)|" $(BUILD_DIR)/$(FEEDS_DIR)/feeds.conf
 endef
 
