[BusyBox-cvs] busybox/scripts/config confdata.c,1.1,1.2

Erik Andersen andersen at busybox.net
Thu Jun 12 22:09:11 UTC 2003


Update of /var/cvs/busybox/scripts/config
In directory winder:/tmp/cvs-serv7889/scripts/config

Modified Files:
	confdata.c 
Log Message:
Fix the location for the default config so 'make defconfig'
actually works


Index: confdata.c
===================================================================
RCS file: /var/cvs/busybox/scripts/config/confdata.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- confdata.c	5 Dec 2002 08:41:06 -0000	1.1
+++ confdata.c	12 Jun 2003 22:09:08 -0000	1.2
@@ -17,7 +17,7 @@
 
 const char conf_def_filename[] = ".config";
 
-const char conf_defname[] = "extra/Configs/Config.$TARGET_ARCH.default";
+const char conf_defname[] = "sysdeps/linux/defconfig";
 
 const char *conf_confnames[] = {
 	".config",



More information about the busybox-cvs mailing list