Zap sysdeps directory, moving Config.in and defconfig to top of tree.

(Busybox should not be system dependent enough to have different default
configurations for different platforms.  We're not a kernel.)
This commit is contained in:
Rob Landley
2006-01-20 17:47:09 +00:00
parent c8e41157a2
commit 7a43bd07e6
4 changed files with 9 additions and 61 deletions

View File

@@ -15,7 +15,7 @@
const char conf_def_filename[] = ".config";
const char conf_defname[] = "sysdeps/linux/defconfig";
const char conf_defname[] = "defconfig";
const char *conf_confnames[] = {
".config",