Major rework of the directory structure and the entire build system.

-Erik
This commit is contained in:
Eric Andersen
2001-10-24 05:00:29 +00:00
parent 9260fc5552
commit bdfd0d78bc
362 changed files with 8837 additions and 75874 deletions

23
sysdeps/linux/config.in Normal file
View File

@@ -0,0 +1,23 @@
#
# For a description of the syntax of this configuration file,
# see scripts/kbuild/config-language.txt.
#
mainmenu_name "BusyBox Configuration"
source archival/config.in
source console-tools/config.in
source editors/config.in
source fileutils/config.in
source findutils/config.in
source init/config.in
source miscutils/config.in
source modutils/config.in
source networking/config.in
source procps/config.in
source shell/config.in
source shellutils/config.in
source sysklogd/config.in
source textutils/config.in
source util-linux/config.in

0
sysdeps/linux/defconfig Normal file
View File