summaryrefslogtreecommitdiff
path: root/cleopatre/buildroot/Makefile
diff options
context:
space:
mode:
authorYacine Belkadi2012-05-11 10:44:33 +0200
committerYacine Belkadi2012-05-25 08:56:22 +0200
commit7870eba9eca85658220ad6b137e801f357393adc (patch)
tree11d90e776fb7734f3cad9aa2c69025a967deddeb /cleopatre/buildroot/Makefile
parent00b25cc83a8af4a6609cc292fb2b6f29f6775c47 (diff)
cleo/buildroot: fix "make update", closes #3120
Adapt "make update" to the way we store the _defconfig files.
Diffstat (limited to 'cleopatre/buildroot/Makefile')
-rw-r--r--cleopatre/buildroot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cleopatre/buildroot/Makefile b/cleopatre/buildroot/Makefile
index 5697d376a4..6cc2785b13 100644
--- a/cleopatre/buildroot/Makefile
+++ b/cleopatre/buildroot/Makefile
@@ -474,7 +474,7 @@ endif # ifeq ($(BR2_HAVE_DOT_CONFIG),y)
-@$(MAKE) oldconfig
update:
- cp .config $(BOARD_PATH)/$(BOARD_NAME)_defconfig
+ cp .config $(BOARD_PATH)/../$(BOARD_NAME)_defconfig
configured: dirs host-sed kernel-headers uclibc-config busybox-config linux26-config