Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 80211p/instructions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down