diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-10-24 05:00:29 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-10-24 05:00:29 +0000 |
commit | 1e2799601614452a40df7862e6ca180ecb08c04d (patch) | |
tree | 153a573095afac8d8d0ea857759ecabd77fb28b7 /sysdeps | |
parent | 47f91d1f7fc06cf27e2a6c3c2ada99226ba50cb9 (diff) | |
download | busybox-w32-1e2799601614452a40df7862e6ca180ecb08c04d.tar.gz busybox-w32-1e2799601614452a40df7862e6ca180ecb08c04d.tar.bz2 busybox-w32-1e2799601614452a40df7862e6ca180ecb08c04d.zip |
Major rework of the directory structure and the entire build system.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@3561 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/linux/config.in | 23 | ||||
-rw-r--r-- | sysdeps/linux/defconfig | 0 |
2 files changed, 23 insertions, 0 deletions
diff --git a/sysdeps/linux/config.in b/sysdeps/linux/config.in new file mode 100644 index 000000000..c4191d65f --- /dev/null +++ b/sysdeps/linux/config.in | |||
@@ -0,0 +1,23 @@ | |||
1 | # | ||
2 | # For a description of the syntax of this configuration file, | ||
3 | # see scripts/kbuild/config-language.txt. | ||
4 | # | ||
5 | mainmenu_name "BusyBox Configuration" | ||
6 | |||
7 | |||
8 | source archival/config.in | ||
9 | source console-tools/config.in | ||
10 | source editors/config.in | ||
11 | source fileutils/config.in | ||
12 | source findutils/config.in | ||
13 | source init/config.in | ||
14 | source miscutils/config.in | ||
15 | source modutils/config.in | ||
16 | source networking/config.in | ||
17 | source procps/config.in | ||
18 | source shell/config.in | ||
19 | source shellutils/config.in | ||
20 | source sysklogd/config.in | ||
21 | source textutils/config.in | ||
22 | source util-linux/config.in | ||
23 | |||
diff --git a/sysdeps/linux/defconfig b/sysdeps/linux/defconfig new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/sysdeps/linux/defconfig | |||