From ed3ab9a3e569c997d13309ec4afe95b09cbe422d Mon Sep 17 00:00:00 2001 From: William Ma Date: Wed, 11 May 2016 16:22:03 -0400 Subject: [PATCH 1/4] Update README --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index afc4f0d81ee179..ae3c3845da4699 100644 --- a/README +++ b/README @@ -210,10 +210,10 @@ CONFIGURING the kernel: store the lsmod of that machine into a file and pass it in as a LSMOD parameter. - target$ lsmod > /tmp/mylsmod - target$ scp /tmp/mylsmod host:/tmp - - host$ make LSMOD=/tmp/mylsmod localmodconfig + target$ lsmod > /tmp/mylsmod + target$ scp /tmp/mylsmod host:/tmp + + host$ make LSMOD=/tmp/mylsmod localmodconfig The above also works when cross compiling. From be72c9e5224e76bd443004c432667a19224bc5a3 Mon Sep 17 00:00:00 2001 From: William Ma Date: Mon, 30 May 2016 01:09:04 -0400 Subject: [PATCH 2/4] Update README --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index ae3c3845da4699..7a37a0f2157c76 100644 --- a/README +++ b/README @@ -212,7 +212,7 @@ CONFIGURING the kernel: target$ lsmod > /tmp/mylsmod target$ scp /tmp/mylsmod host:/tmp - + host$ make LSMOD=/tmp/mylsmod localmodconfig The above also works when cross compiling. From 0737fd534dcf8730ecaad5c0e8bdf4c52da059cf Mon Sep 17 00:00:00 2001 From: William Ma Date: Mon, 30 May 2016 01:10:14 -0400 Subject: [PATCH 3/4] Update README --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 7a37a0f2157c76..62e90c5ed2ec88 100644 --- a/README +++ b/README @@ -210,10 +210,10 @@ CONFIGURING the kernel: store the lsmod of that machine into a file and pass it in as a LSMOD parameter. - target$ lsmod > /tmp/mylsmod - target$ scp /tmp/mylsmod host:/tmp + target$ lsmod > /tmp/mylsmod + target$ scp /tmp/mylsmod host:/tmp - host$ make LSMOD=/tmp/mylsmod localmodconfig + host$ make LSMOD=/tmp/mylsmod localmodconfig The above also works when cross compiling. From 04395066d181874904395276027fad49f3f932c8 Mon Sep 17 00:00:00 2001 From: William Ma Date: Mon, 30 May 2016 01:11:08 -0400 Subject: [PATCH 4/4] Update README --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 62e90c5ed2ec88..7a37a0f2157c76 100644 --- a/README +++ b/README @@ -210,10 +210,10 @@ CONFIGURING the kernel: store the lsmod of that machine into a file and pass it in as a LSMOD parameter. - target$ lsmod > /tmp/mylsmod - target$ scp /tmp/mylsmod host:/tmp + target$ lsmod > /tmp/mylsmod + target$ scp /tmp/mylsmod host:/tmp - host$ make LSMOD=/tmp/mylsmod localmodconfig + host$ make LSMOD=/tmp/mylsmod localmodconfig The above also works when cross compiling.