diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-23 14:06:59 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-23 14:06:59 +0000 |
commit | 0d888e3677d9cd501c6b87f634d9bb8f13de581f (patch) | |
tree | c9abe1ce50c34b4610732bbeb4c7e2d0335e9861 /package/config/README.buildroot2 | |
parent | e640e6a8ef197f712237668bf7c8a9b89fa01310 (diff) |
- pull kbuild from 2.6.22.7. This should fix the ncurses detection for dylib et al
Diffstat (limited to 'package/config/README.buildroot2')
-rw-r--r-- | package/config/README.buildroot2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/config/README.buildroot2 b/package/config/README.buildroot2 index 4bf50ace9..776d4fad8 100644 --- a/package/config/README.buildroot2 +++ b/package/config/README.buildroot2 @@ -1,4 +1,4 @@ -This is a copy of the kconfig code in the kernel (currently 2.6.21.5) tweaked to +This is a copy of the kconfig code in the kernel (currently 2.6.22.7) tweaked to suit Buildroot. To update: @@ -6,7 +6,7 @@ To update: cd package/config.new cp /usr/src/linux/Documentation/kbuild/kconfig-language.txt . mv Makefile Makefile.kconfig - patch -p1 < ../config/kconfig-to-buildroot.patch + patch -p1 < ../config/kconfig-to-buildroot2.patch cp ../config/README.buildroot2 . cp ../config/foo.h . cp ../config/Makefile . |