diff --git a/80211p/instructions.txt b/80211p/instructions.txt index 9e954a8..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 kernel-files/* wireless-next/ + cp -r 80211p/v4.12.3/* 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/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