mirror of
https://github.com/morrownr/8821cu-20210916.git
synced 2024-11-03 10:13:39 +00:00
cleanup minor issues
This commit is contained in:
parent
66ef382e8e
commit
bd2400d313
2
FAQ.md
2
FAQ.md
@ -41,7 +41,7 @@ Here is a link regarding Debian and Secure Boot:
|
|||||||
|
|
||||||
https://wiki.debian.org/SecureBoot
|
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.
|
have `dkms` available or if a manual installation is desired.
|
||||||
|
|
||||||
-----
|
-----
|
||||||
|
2
Makefile
2
Makefile
@ -93,7 +93,7 @@ CONFIG_SIGNAL_SCALE_MAPPING = n
|
|||||||
CONFIG_80211W = y
|
CONFIG_80211W = y
|
||||||
CONFIG_REDUCE_TX_CPU_LOADING = n
|
CONFIG_REDUCE_TX_CPU_LOADING = n
|
||||||
CONFIG_BR_EXT = y
|
CONFIG_BR_EXT = y
|
||||||
CONFIG_TDLS = n
|
CONFIG_TDLS = y
|
||||||
CONFIG_WIFI_MONITOR = y
|
CONFIG_WIFI_MONITOR = y
|
||||||
CONFIG_MCC_MODE = n
|
CONFIG_MCC_MODE = n
|
||||||
CONFIG_APPEND_VENDOR_IE_ENABLE = n
|
CONFIG_APPEND_VENDOR_IE_ENABLE = n
|
||||||
|
@ -87,7 +87,7 @@ be provided via PR or message in Issues.
|
|||||||
|
|
||||||
- [openSUSE](https://www.opensuse.org/) Tumbleweed (rolling) (kernel 5.15)
|
- [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)
|
- [Raspberry Pi Desktop](https://www.raspberrypi.org) (2022-07-01) (x86 32 bit) (kernel 5.10)
|
||||||
|
|
||||||
@ -231,7 +231,7 @@ sudo xbps-install -Syu
|
|||||||
```
|
```
|
||||||
|
|
||||||
Note: It is recommended that you reboot your system at this point. The
|
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.
|
system to work with. The installation can then be continued with Step 3.
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/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.
|
# Flexible editor support.
|
||||||
#
|
#
|
||||||
|
@ -177,12 +177,6 @@ if command -v mokutil >/dev/null 2>&1; then
|
|||||||
fi
|
fi
|
||||||
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 ": ---------------------------"
|
||||||
echo
|
echo
|
||||||
|
Loading…
Reference in New Issue
Block a user