kumquat-buildroot/package/config/README.buildroot2

21 lines
425 B
Plaintext
Raw Normal View History

This is a copy of the kconfig code in the kernel (currently 2.6.36-rc1) tweaked
to suit Buildroot.
2007-06-28 12:46:19 +02:00
To update:
cp -r /usr/src/linux/scripts/kconfig package/config.new
cd package/config.new
cp -a ../config/patches ../config/README.buildroot2 .
quilt push -a
# Fix any conflict
2007-06-28 12:46:19 +02:00
cd ..
rm -rf config
mv config.new config
Then verify the toplevel targets work:
config
defconfig
menuconfig
xconfig
gconfig
2007-06-28 12:46:19 +02:00
oldconfig