cleanup
This commit is contained in:
parent
85216d0a15
commit
69c65d4d9d
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
*.o
|
||||
*.cmd
|
||||
*.ko
|
||||
*.mod
|
||||
*.mod.c
|
||||
Module.symvers
|
||||
modules.order
|
2
FAQ.md
2
FAQ.md
@ -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.
|
||||
|
||||
-----
|
||||
|
2
Makefile
2
Makefile
@ -98,7 +98,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
|
||||
|
@ -85,7 +85,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)
|
||||
|
||||
@ -243,7 +243,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.
|
||||
|
||||
```
|
||||
|
@ -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.
|
||||
#
|
||||
|
@ -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
|
||||
@ -289,6 +283,8 @@ if ! command -v dkms >/dev/null 2>&1; then
|
||||
if [ "$RESULT" = "0" ]; then
|
||||
make clean >/dev/null 2>&1
|
||||
echo "The driver was installed successfully."
|
||||
echo ": ---------------------------"
|
||||
echo
|
||||
else
|
||||
echo "An error occurred: ${RESULT}"
|
||||
echo "Please report this error."
|
||||
|
Loading…
x
Reference in New Issue
Block a user