mirror of
https://github.com/morrownr/8821cu-20210916.git
synced 2024-11-22 13:34:47 +00:00
continued cleanup
This commit is contained in:
parent
ede68a6192
commit
b3042ce075
8
Makefile
8
Makefile
@ -151,7 +151,7 @@ CONFIG_LAYER2_ROAMING = y
|
||||
#bit0: ROAM_ON_EXPIRED, #bit1: ROAM_ON_RESUME, #bit2: ROAM_ACTIVE
|
||||
CONFIG_ROAMING_FLAG = 0x3
|
||||
###################### Platform Related #######################
|
||||
CONFIG_PLATFORM_GENERIC = y
|
||||
CONFIG_PLATFORM_AUTODETECT = y
|
||||
CONFIG_PLATFORM_I386_PC = n
|
||||
CONFIG_PLATFORM_ANDROID_X86 = n
|
||||
CONFIG_PLATFORM_ANDROID_INTEL_X86 = n
|
||||
@ -1346,8 +1346,8 @@ EXTRA_CFLAGS += -DCONFIG_RTW_MBO -DCONFIG_RTW_80211K -DCONFIG_RTW_WNM -DCONFIG_R
|
||||
EXTRA_CFLAGS += -DCONFIG_RTW_80211R
|
||||
endif
|
||||
|
||||
# *** GENERIC ***
|
||||
ifeq ($(CONFIG_PLATFORM_GENERIC), y)
|
||||
# *** AUTODETECT ***
|
||||
ifeq ($(CONFIG_PLATFORM_AUTODETECT), y)
|
||||
EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN
|
||||
EXTRA_CFLAGS += -DCONFIG_IOCTL_CFG80211 -DRTW_USE_CFG80211_STA_EVENT
|
||||
|
||||
@ -1378,7 +1378,7 @@ STAGINGMODDIR := /lib/modules/$(KVER)/kernel/drivers/staging
|
||||
#EXTRA_CFLAGS += -DCONFIG_PLATFORM_ANDROID
|
||||
# End of Platform Specific Flags
|
||||
endif
|
||||
# *** End GENERIC ***
|
||||
# *** End AUTODETECT ***
|
||||
|
||||
ifeq ($(CONFIG_PLATFORM_I386_PC), y)
|
||||
EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN
|
||||
|
11
README.md
11
README.md
@ -87,9 +87,10 @@ supported due to the way kernel patches are handled. I will support
|
||||
knowledgable RHEL developers if they want to merge the required
|
||||
support and keep it current.
|
||||
|
||||
Note: Android is not supported but I will support Android developers if they
|
||||
want to merge and keep current the required support (most likely just
|
||||
instructions about how to compile and maybe a modification or two to Makefile).
|
||||
Note: Android is not supported but I will support knowledgable Android
|
||||
developers if they want to merge and keep current the required support
|
||||
(most likely just instructions about how to compile and maybe a modification
|
||||
or two to the Makefile).
|
||||
|
||||
|
||||
### Download Locations for Tested Linux Distributions
|
||||
@ -328,13 +329,13 @@ sudo xbps-install linux-headers dkms git make
|
||||
If using pacman
|
||||
|
||||
```
|
||||
sudo pacman -S --noconfirm linux-headers dkms git
|
||||
sudo pacman -S --noconfirm linux-headers dkms git bc
|
||||
```
|
||||
|
||||
Note: The following is needed if using Manjaro for RasPi4B.
|
||||
|
||||
```
|
||||
sudo pacman -S --noconfirm linux-rpi4-headers dkms git
|
||||
sudo pacman -S --noconfirm linux-rpi4-headers dkms git bc
|
||||
```
|
||||
|
||||
Note: If you are asked to choose a provider, make sure to choose the one
|
||||
|
@ -1,4 +1,4 @@
|
||||
2022-12-07
|
||||
2022-12-18
|
||||
|
||||
Instructions for setting the ISO 3166-1 alpha-2 Country Code in your Linux
|
||||
distro. If it is not set, you may have problems using some channels, especially
|
||||
@ -417,8 +417,7 @@ Pakistan PK
|
||||
|
||||
Palau PW
|
||||
|
||||
Palestine,
|
||||
State of PS
|
||||
Palestine PS
|
||||
|
||||
Panama PA
|
||||
|
||||
@ -445,8 +444,7 @@ Réunion RE
|
||||
|
||||
Romania RO
|
||||
|
||||
Russian
|
||||
Federation RU
|
||||
Russia RU
|
||||
|
||||
Rwanda RW
|
||||
|
||||
@ -534,9 +532,7 @@ Switzerland CH
|
||||
Syrian Arab
|
||||
Republic SY
|
||||
|
||||
Taiwan,
|
||||
Province of
|
||||
China TW
|
||||
Taiwan TW
|
||||
|
||||
Tajikistan TJ
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
# GNU General Public License for more details.
|
||||
|
||||
SCRIPT_NAME="install-driver.sh"
|
||||
SCRIPT_VERSION="20221217"
|
||||
SCRIPT_VERSION="20221218"
|
||||
MODULE_NAME="8821cu"
|
||||
DRV_VERSION="5.12.0.4"
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
# GNU General Public License for more details.
|
||||
|
||||
SCRIPT_NAME="remove-driver.sh"
|
||||
SCRIPT_VERSION="20221207"
|
||||
SCRIPT_VERSION="20221218"
|
||||
MODULE_NAME="8821cu"
|
||||
DRV_VERSION="5.12.0.4"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user