Rob Landley dea2ace534 Some build environments no longer have PATH_MAX. před 1 rokem
..
lxdialog 5257cf54a5 Add menuconfig, plus some basic Config info, lots of which is just future před 17 roky
Makefile 15839e5b61 First stab at an android_defconfig. před 2 roky
README 8014d31278 Add SPDX identifier, update copyright year, move kconfig note into kconfig/ před 5 roky
android_miniconfig 15839e5b61 First stab at an android_defconfig. před 2 roky
conf.c 5257cf54a5 Add menuconfig, plus some basic Config info, lots of which is just future před 17 roky
confdata.c d989df3d7d Apply uClibc's changes to this kconfig. před 17 roky
expr.c 5257cf54a5 Add menuconfig, plus some basic Config info, lots of which is just future před 17 roky
expr.h 5257cf54a5 Add menuconfig, plus some basic Config info, lots of which is just future před 17 roky
freebsd_miniconfig 3e6797bb69 Remove obsolete config symbols. před 2 roky
kconfig-language.txt b08d3573d4 Add kconfig-language.txt from Linux 2.6.12. před 2 roky
lex.zconf.c_shipped 5257cf54a5 Add menuconfig, plus some basic Config info, lots of which is just future před 17 roky
lkc.h dea2ace534 Some build environments no longer have PATH_MAX. před 1 rokem
lkc_proto.h 5257cf54a5 Add menuconfig, plus some basic Config info, lots of which is just future před 17 roky
macos_miniconfig 1d657cff59 Enlarge macos_defconfig. před 2 roky
mconf.c bdcb80e9d3 Silence pointless warnings. před 12 roky
menu.c 5257cf54a5 Add menuconfig, plus some basic Config info, lots of which is just future před 17 roky
symbol.c 511e6a97d4 Disable conflicting internal symbol "ARCH". před 4 roky
util.c 5257cf54a5 Add menuconfig, plus some basic Config info, lots of which is just future před 17 roky
zconf.hash.c_shipped 7cdb8af914 Work around bug in gcc 5.2.0 that miscompiles linux 2.6.12's kconfig. před 8 roky
zconf.tab.c_shipped 5257cf54a5 Add menuconfig, plus some basic Config info, lots of which is just future před 17 roky

README

This is a snapshot of linux 2.6.12 kconfig as washed through busybox and
further modified by Rob Landley.

Note: The build infrastructure in this directory is still GPLv2. Cleaning
that out is a TODO item, but it doesn't affect the resulting binary.

Way back when I tried to push my local changes to kconfig upstream
in 2005 https://lwn.net/Articles/161086/
and 2006 http://lkml.iu.edu/hypermail/linux/kernel/0607.0/1805.html
and 2007 http://lkml.iu.edu/hypermail/linux/kernel/0707.1/1741.html
each of which spawned long "I think you should go do this and this and this
but I'm not going to lift a finger personally" threads from the kernel
developers. Twice I came back a year later to see if there was any interest
in what I _had_ done, and the third thread was the longest of the lot but
no code was merged as a result.

*shrug* That's the linux-kernel community for you. I had an easier time
than the author of squashfs, who spent 5 years actively trying to get his code
merged, finally quitting his job to spend an unpaid year working on upstreaming
squashfs _after_ after every major Linux distro had been locally carrying it
for years. No really, here's where he wrote about it himself:

https://lwn.net/Articles/563578/

This code is _going_away_. Rewriting it is low priority, but removing it is a
checklist item for the 1.0 toybox release. This directory contains the only
GPL code left in the tree, and none of its code winds up in the resulting
binary. It's just an editor that reads our Config.in files to update the top
level .config file; you can edit they by hand if you really want to.