kumquat-buildroot/support/kconfig/README.buildroot
Thomas De Schampheleire 6cbdfb649f trivial: remove odd references to 'buildroot2'
In the past there may have been a very good reason to refer to 'buildroot2', but
these days it's just odd.

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-09-05 11:52:42 +02:00

21 lines
426 B
Plaintext

This is a copy of the kconfig code in the kernel (currently 3.9-rc2) tweaked
to suit Buildroot.
To update:
cp -r /usr/src/linux/scripts/kconfig support/kconfig.new
cd support/config.new
cp -a ../kconfig/patches ../kconfig/README.buildroot .
quilt push -a
# Fix any conflict
cd ..
rm -rf config
mv kconfig.new kconfig
Then verify the toplevel targets work:
config
defconfig
menuconfig
xconfig
gconfig
oldconfig