You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker 7ee447c011
v811_spc009_project
4 months ago
..
lxdialog v811_spc009_project 4 months ago
Makefile v811_spc009_project 4 months ago
README v811_spc009_project 4 months ago
conf.c v811_spc009_project 4 months ago
confdata.c v811_spc009_project 4 months ago
expr.c v811_spc009_project 4 months ago
expr.h v811_spc009_project 4 months ago
freebsd_miniconfig v811_spc009_project 4 months ago
lex.zconf.c_shipped v811_spc009_project 4 months ago
lkc.h v811_spc009_project 4 months ago
lkc_proto.h v811_spc009_project 4 months ago
macos_miniconfig v811_spc009_project 4 months ago
mconf.c v811_spc009_project 4 months ago
menu.c v811_spc009_project 4 months ago
symbol.c v811_spc009_project 4 months ago
util.c v811_spc009_project 4 months ago
zconf.hash.c_shipped v811_spc009_project 4 months ago
zconf.tab.c_shipped v811_spc009_project 4 months ago

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.