mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
support/kconfig: update our README
The procedure to update our copy of kconfig was mising copying a file. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
c6597e5aa3
commit
d431d8c6db
@ -4,7 +4,7 @@ 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/kconfig.new
|
cd support/kconfig.new
|
||||||
cp -a ../kconfig/patches ../kconfig/README.buildroot .
|
cp -a ../kconfig/patches ../kconfig/README.buildroot ../kconfig/.gitignore .
|
||||||
quilt push -a
|
quilt push -a
|
||||||
# Fix any conflict
|
# Fix any conflict
|
||||||
cd ..
|
cd ..
|
||||||
|
Loading…
x
Reference in New Issue
Block a user