Skip to content

Commit

Permalink
cleanup minor issues
Browse files Browse the repository at this point in the history
  • Loading branch information
morrownr committed Mar 5, 2023
1 parent 66ef382 commit bd2400d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Here is a link regarding Debian and Secure Boot:

https://wiki.debian.org/SecureBoot

There is work underway to add Secure Boot suport for systems that do not
There is work underway to add Secure Boot support for systems that do not
have `dkms` available or if a manual installation is desired.

-----
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ CONFIG_SIGNAL_SCALE_MAPPING = n
CONFIG_80211W = y
CONFIG_REDUCE_TX_CPU_LOADING = n
CONFIG_BR_EXT = y
CONFIG_TDLS = n
CONFIG_TDLS = y
CONFIG_WIFI_MONITOR = y
CONFIG_MCC_MODE = n
CONFIG_APPEND_VENDOR_IE_ENABLE = n
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ be provided via PR or message in Issues.

- [openSUSE](https://www.opensuse.org/) Tumbleweed (rolling) (kernel 5.15)

- [Raspberry Pi OS](https://www.raspberrypi.org) (2022-09-22) (ARM 32 bit and 64 bit) (kernel 5.15)
- [Raspberry Pi OS](https://www.raspberrypi.org) (2023-02-21) (ARM 32 bit and 64 bit) (kernel 5.15)

- [Raspberry Pi Desktop](https://www.raspberrypi.org) (2022-07-01) (x86 32 bit) (kernel 5.10)

Expand Down Expand Up @@ -231,7 +231,7 @@ sudo xbps-install -Syu
```

Note: It is recommended that you reboot your system at this point. The
rest of the installation will appreciate having a fully up to date
rest of the installation will appreciate having a fully up-to-date
system to work with. The installation can then be continued with Step 3.

```
Expand Down
2 changes: 1 addition & 1 deletion edit-options.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

# Purpose: Make it easier to edit the driver options file.
# Purpose: Make it easier to edit the correct driver options file.
#
# Flexible editor support.
#
Expand Down
6 changes: 0 additions & 6 deletions install-driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -177,12 +177,6 @@ if command -v mokutil >/dev/null 2>&1; then
fi
fi

# check ISO 3166-1 alpha-2 Country Code is not 00
#if iw reg get | grep -i 00 >/dev/null 2>&1; then
# echo ": The Country Code may not be properly set."
# echo ": File 'alpha-2_Country_Codes' is located in the docs directory."
# echo ": Please read and follow the directions in the file after installation."
#fi

echo ": ---------------------------"
echo
Expand Down

0 comments on commit bd2400d

Please sign in to comment.