package/systemd: Default yes for timesyncd
[buildroot-gz.git] / support / kconfig / README.buildroot
blob62e3a11b1e6e5ae0b6dd4db6b143e3e41b3f551f
1 This is a copy of the kconfig code in the kernel (currently 3.13-rc5) tweaked
2 to suit Buildroot.
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
14 Then verify the toplevel targets work:
15         config
16         defconfig
17         menuconfig
18         xconfig
19         gconfig
20         oldconfig