Files
uClibc/extra/config
Bernhard Reutner-Fischer 0676373756 unistd: allow to turn off getopt_long
The GNU variant of getopt() previously had no way to turn off
getopt_long() support.
2014-12-12 16:18:12 +01:00
..
2013-11-06 22:21:59 +01:00
2013-11-06 22:21:59 +01:00
2013-11-06 22:21:59 +01:00
2014-12-12 16:18:12 +01:00
2013-11-06 22:21:59 +01:00
2013-11-06 22:21:59 +01:00
2013-11-06 22:21:59 +01:00
2013-11-06 22:21:59 +01:00
2013-11-06 22:21:59 +01:00
2007-02-14 08:21:06 +00:00
2013-11-06 22:21:59 +01:00
2013-11-06 22:21:59 +01:00
2013-11-06 22:21:59 +01:00
2013-11-06 22:21:59 +01:00
2013-11-06 22:21:59 +01:00
2013-11-06 22:21:59 +01:00
2013-11-06 22:21:59 +01:00
2013-11-06 22:21:59 +01:00
2013-11-06 22:21:59 +01:00
2013-11-06 22:21:59 +01:00
2013-11-06 22:21:59 +01:00
2013-11-06 22:21:59 +01:00
2008-06-05 11:43:44 +00:00
2013-11-06 22:21:59 +01:00
2013-11-06 22:21:59 +01:00
2013-11-06 22:21:59 +01:00
2013-11-06 22:21:59 +01:00
2013-11-06 22:21:59 +01:00
2013-11-06 22:21:59 +01:00
2013-11-06 22:21:59 +01:00
2013-11-06 22:21:59 +01:00

This is a copy of the kconfig code in the kernel tweaked to suit uClibc.

To update:
	cp -r /usr/src/linux/scripts/kconfig extra/config.new
	cd extra/config.new
	cp /usr/src/linux/Documentation/kbuild/kconfig-language.txt .
	mv Makefile Makefile.kconfig
	tar -O -xzf ../config/kconfig-to-uclibc.tar.gz | patch -p3
	cp ../config/README.uClibc .
	cp ../config/Makefile .
	cd ..
	rm -rf config
	mv config.new config

Then verify the toplevel targets work:
	config
	defconfig
	menuconfig
	oldconfig