The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / 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