summaryrefslogtreecommitdiffstats
path: root/package/config/README.buildroot2
diff options
context:
space:
mode:
Diffstat (limited to 'package/config/README.buildroot2')
-rw-r--r--package/config/README.buildroot220
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