[Buildroot] svn commit: trunk/buildroot

ulf at uclibc.org ulf at uclibc.org
Sat Jan 31 20:38:56 UTC 2009


Author: ulf
Date: 2009-01-31 20:38:55 +0000 (Sat, 31 Jan 2009)
New Revision: 25186

Log:
make update shoudl save to PROJECT_defconfig

Modified:
   trunk/buildroot/Makefile


Changeset:
Modified: trunk/buildroot/Makefile
===================================================================
--- trunk/buildroot/Makefile	2009-01-31 20:08:21 UTC (rev 25185)
+++ trunk/buildroot/Makefile	2009-01-31 20:38:55 UTC (rev 25186)
@@ -484,7 +484,7 @@
 	-@$(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
 




More information about the buildroot mailing list