projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cc1cbe
)
Easy update of defconfig
author
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Sun, 30 Mar 2008 06:29:30 +0000
(06:29 -0000)
committer
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Sun, 30 Mar 2008 06:29:30 +0000
(06:29 -0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 5a74f8a1f32becab6446bb80d57a069696fc24e9..8aad878db119c955206127c1b7e75644305d1679 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-475,6
+475,9
@@
endif # ifeq ($(BR2_HAVE_DOT_CONFIG),y)
cp $(shell find ./target/ -name $@) .config
-@$(MAKE) oldconfig
+update:
+ cp .config $(BOARD_PATH)/$(BOARD_NAME)_defconfig
+
configured: dirs host-sed kernel-headers uclibc-config busybox-config linux26-config
cross: $(BASE_TARGETS)