summaryrefslogtreecommitdiff
path: root/extra/config/README.uClibc
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-10-10 13:14:15 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-10-10 13:14:15 +0000
commit7738ddaa1197c6201886e1c8f6837af5c2c47611 (patch)
tree12e2672ee9e34031fce0c334913ab7a4cb3e2026 /extra/config/README.uClibc
parent9c2d269cfa77cf10eeb9acb24f5eab084a66644a (diff)
- pull kconfig from linux-2.6.27
Diffstat (limited to 'extra/config/README.uClibc')
-rw-r--r--extra/config/README.uClibc3
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/config/README.uClibc b/extra/config/README.uClibc
index fa1a0018f..b05cabc2a 100644
--- a/extra/config/README.uClibc
+++ b/extra/config/README.uClibc
@@ -5,8 +5,9 @@ To update:
cd extra/config.new
cp /usr/src/linux/Documentation/kbuild/kconfig-language.txt .
mv Makefile Makefile.kconfig
- patch -p1 < ../config/kconfig-to-uclibc.patch
+ zcat ../config/kconfig-to-uclibc.patch.gz | patch -p1
cp ../config/README.uClibc .
+ cp ../config/Makefile .
cd ..
rm -rf config
mv config.new config