mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
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>
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