From d3ef007cadaa3fc91a8d7cd789530b9b20af0e6a Mon Sep 17 00:00:00 2001 From: zpymyyn Date: Wed, 10 Apr 2019 15:02:24 +0300 Subject: [PATCH 1/2] folder name correction --- 80211p/instructions.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/80211p/instructions.txt b/80211p/instructions.txt index 9e954a8..1e43c0a 100644 --- a/80211p/instructions.txt +++ b/80211p/instructions.txt @@ -8,10 +8,10 @@ I. Download the wireless-next v3.19 kernel via: git clone https://kernel.googlesource.com/pub/scm/linux/kernel/git/linville/wireless-next II. Add the necessary patched files: - cp -r kernel-files/* wireless-next/ + cp -r 80211p/* wireless-next/ III. Build the wireless-next kernel: -- Note: a .config file is included in the kernel-files/ directory that has all the configuration options necessary for this project. If your hardware requires another set of configuration options, you can merge your .config with the one provided using: Linux/scripts/kconfig/merge_config.sh +- Note: a .config file is included in the 80211p/ directory that has all the configuration options necessary for this project. If your hardware requires another set of configuration options, you can merge your .config with the one provided using: Linux/scripts/kconfig/merge_config.sh (i). make -j4 - ignore the compiler warnings about string formatting in debug statements (ii). make modules_install install From 6ee479214c55615ecc668c499c8f8c2c2d35fc5d Mon Sep 17 00:00:00 2001 From: zpymyyn Date: Wed, 10 Apr 2019 16:06:01 +0300 Subject: [PATCH 2/2] minor --- 80211p/instructions.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/80211p/instructions.txt b/80211p/instructions.txt index 1e43c0a..e0a5f51 100644 --- a/80211p/instructions.txt +++ b/80211p/instructions.txt @@ -8,10 +8,10 @@ I. Download the wireless-next v3.19 kernel via: git clone https://kernel.googlesource.com/pub/scm/linux/kernel/git/linville/wireless-next II. Add the necessary patched files: - cp -r 80211p/* wireless-next/ + cp -r 80211p/v4.12.3/* wireless-next/ III. Build the wireless-next kernel: -- Note: a .config file is included in the 80211p/ directory that has all the configuration options necessary for this project. If your hardware requires another set of configuration options, you can merge your .config with the one provided using: Linux/scripts/kconfig/merge_config.sh +- Note: a .config file is included in the 80211p/v4.12.3/ directory that has all the configuration options necessary for this project. If your hardware requires another set of configuration options, you can merge your .config with the one provided using: Linux/scripts/kconfig/merge_config.sh (i). make -j4 - ignore the compiler warnings about string formatting in debug statements (ii). make modules_install install