From: Andreas Kölbl <Andreas Kölbl andreas.koe...@st.oth-regensburg.de>
We are missing a $i. Signed-off-by: Andreas Kölbl <Andreas Kölbl andreas.koe...@st.oth-regensburg.de> --- Documentation/setup-on-banana-pi-arm-board.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/setup-on-banana-pi-arm-board.md b/Documentation/setup-on-banana-pi-arm-board.md index 0023e57..26b8448 100644 --- a/Documentation/setup-on-banana-pi-arm-board.md +++ b/Documentation/setup-on-banana-pi-arm-board.md @@ -160,7 +160,7 @@ $ export PATH=$PATH:$(pwd)/gcc-linaro-5.3-2016.02-x86_64_arm-linux-gnueabihf/bin ```bash $ cd ~/linux-stable $ git checkout v4.3.3 -$ for i in ../bananian/kernel/4.3.3/patches/*; do patch -p1 < ; done +$ for i in ../bananian/kernel/4.3.3/patches/*; do patch -p1 < $i; done #Copy config from jailhouse/ci directory $ cp -av ../jailhouse/ci/kernel-config-banana-pi .config -- 2.10.1 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to jailhouse-dev+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.