From 43a95b8896b0d271de3bbb28cc18810f39b2e15b Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 14 Feb 2007 08:21:06 +0000 Subject: pull latest kconfig from kernel --- extra/config/README.uClibc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 extra/config/README.uClibc (limited to 'extra/config/README.uClibc') diff --git a/extra/config/README.uClibc b/extra/config/README.uClibc new file mode 100644 index 000000000..a20d89963 --- /dev/null +++ b/extra/config/README.uClibc @@ -0,0 +1,18 @@ +This is a copy of the kconfig code in the kernel tweaked to suite 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 + patch -p1 < ../config/kconfig-to-uclibc.patch + cp ../config/conf-header.sh ../config/README.uClibc . + cd .. + rm -rf config + mv config.new config + +Then verify the toplevel targets work: + config + defconfig + menuconfig + oldconfig -- cgit v1.2.3