From: Ulf Samuelsson Date: Sat, 31 Jan 2009 20:38:55 +0000 (-0000) Subject: make update shoudl save to PROJECT_defconfig X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8a446caa89ef80f28b6e7ff16d79e6b542ef174a;p=buildroot.git make update shoudl save to PROJECT_defconfig --- diff --git a/Makefile b/Makefile index bdcebaf646..6c8de893d1 100644 --- a/Makefile +++ b/Makefile @@ -484,7 +484,7 @@ flush: -@$(MAKE) oldconfig update: - cp .config $(BOARD_PATH)/$(BOARD_NAME)_defconfig + cp .config $(BOARD_PATH)/$(PROJECT)_defconfig configured: dirs host-sed kernel-headers uclibc-config busybox-config linux26-config