6cbdfb649f
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>
21 lines
426 B
Plaintext
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
|