diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2011-08-31 23:35:05 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-09-17 08:17:06 +0200 |
commit | 56da3859c770b83631ebae810dfb3024c1a9cbd2 (patch) | |
tree | 0f253485b64572a2ec87b6d91cd07f09d2fab652 /package/config/README.buildroot2 | |
parent | 59a326b934737483531c49c99acda7874c72e335 (diff) | |
download | buildroot-novena-56da3859c770b83631ebae810dfb3024c1a9cbd2.tar.gz buildroot-novena-56da3859c770b83631ebae810dfb3024c1a9cbd2.zip |
support: move kconfig stuff from package/config to support/kconfig
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/config/README.buildroot2')
-rw-r--r-- | package/config/README.buildroot2 | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/package/config/README.buildroot2 b/package/config/README.buildroot2 deleted file mode 100644 index 8ff0d095b..000000000 --- a/package/config/README.buildroot2 +++ /dev/null @@ -1,20 +0,0 @@ -This is a copy of the kconfig code in the kernel (currently 2.6.36-rc1) tweaked -to suit Buildroot. - -To update: - cp -r /usr/src/linux/scripts/kconfig package/config.new - cd package/config.new - cp -a ../config/patches ../config/README.buildroot2 . - quilt push -a - # Fix any conflict - cd .. - rm -rf config - mv config.new config - -Then verify the toplevel targets work: - config - defconfig - menuconfig - xconfig - gconfig - oldconfig |