]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - support/kconfig/README.buildroot
62e3a11b1e6e5ae0b6dd4db6b143e3e41b3f551f
[coffee/buildroot.git] / support / kconfig / README.buildroot
1 This is a copy of the kconfig code in the kernel (currently 3.13-rc5) tweaked
2 to suit Buildroot.
3
4 To update:
5         cp -r /usr/src/linux/scripts/kconfig support/kconfig.new
6         cd support/kconfig.new
7         cp -a ../kconfig/patches ../kconfig/README.buildroot ../kconfig/.gitignore .
8         quilt push -a
9         # Fix any conflict
10         cd ..
11         rm -rf kconfig
12         mv kconfig.new kconfig
13
14 Then verify the toplevel targets work:
15         config
16         defconfig
17         menuconfig
18         xconfig
19         gconfig
20         oldconfig