|
@@ -3,12 +3,12 @@ to suit Buildroot.
|
|
|
|
|
|
To update:
|
|
To update:
|
|
cp -r /usr/src/linux/scripts/kconfig support/kconfig.new
|
|
cp -r /usr/src/linux/scripts/kconfig support/kconfig.new
|
|
- cd support/config.new
|
|
|
|
|
|
+ cd support/kconfig.new
|
|
cp -a ../kconfig/patches ../kconfig/README.buildroot .
|
|
cp -a ../kconfig/patches ../kconfig/README.buildroot .
|
|
quilt push -a
|
|
quilt push -a
|
|
# Fix any conflict
|
|
# Fix any conflict
|
|
cd ..
|
|
cd ..
|
|
- rm -rf config
|
|
|
|
|
|
+ rm -rf kconfig
|
|
mv kconfig.new kconfig
|
|
mv kconfig.new kconfig
|
|
|
|
|
|
Then verify the toplevel targets work:
|
|
Then verify the toplevel targets work:
|