mirror of
https://github.com/morrownr/8821cu-20210916.git
synced 2024-12-22 06:15:50 +00:00
minor stuff
This commit is contained in:
parent
963baa36d4
commit
7ae65c7150
9
Makefile
9
Makefile
@ -65,7 +65,7 @@ CONFIG_USB_HCI = y
|
||||
CONFIG_PCI_HCI = n
|
||||
CONFIG_SDIO_HCI = n
|
||||
CONFIG_GSPI_HCI = n
|
||||
########################## Features ###########################
|
||||
######################### Features ############################
|
||||
CONFIG_AP_MODE = y
|
||||
CONFIG_P2P = y
|
||||
CONFIG_MP_INCLUDED = y
|
||||
@ -1351,12 +1351,6 @@ ifeq ($(CONFIG_PLATFORM_GENERIC), y)
|
||||
EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN
|
||||
EXTRA_CFLAGS += -DCONFIG_IOCTL_CFG80211 -DRTW_USE_CFG80211_STA_EVENT
|
||||
|
||||
# This could be a better way to set SUBARCH but it needs work
|
||||
# SUBARCH := $(shell uname -m | sed -e s/i.86/x86/ -e s/x86_64/x86/ \
|
||||
# -e s/arm.*/arm/ \
|
||||
# -e s/mips.*/mips/ \
|
||||
# -e s/aarch64.*/arm64/ )
|
||||
|
||||
SUBARCH := $(shell uname -m)
|
||||
|
||||
ifeq ($(SUBARCH), aarch64)
|
||||
@ -1382,7 +1376,6 @@ STAGINGMODDIR := /lib/modules/$(KVER)/kernel/drivers/staging
|
||||
|
||||
# Platform Specific Flags may be Needed in some Situations
|
||||
#EXTRA_CFLAGS += -DCONFIG_PLATFORM_ANDROID
|
||||
#EXTRA_CFLAGS += -DCONFIG_PLATFORM_ROCKCHIPS
|
||||
# End of Platform Specific Flags
|
||||
endif
|
||||
# *** End GENERIC ***
|
||||
|
@ -82,6 +82,8 @@ the installation steps can be improved.
|
||||
|
||||
- Raspberry Pi Desktop (2022-07-01) (x86 32 bit) (kernel 5.10)
|
||||
|
||||
- SkiffOS for Odroid XU4 (ARM 32 bit) (kernel 6.0.7)
|
||||
|
||||
- Ubuntu 22.04 (kernel 5.15) and 22.10 (kernel 5.19)
|
||||
|
||||
- Void Linux (kernel 5.18)
|
||||
@ -107,6 +109,7 @@ support and keep it current.
|
||||
- [Manjaro](https://manjaro.org)
|
||||
- [openSUSE](https://www.opensuse.org/)
|
||||
- [Raspberry Pi OS](https://www.raspberrypi.org)
|
||||
- [SkiffOS](https://github.com/skiffos/skiffos/)
|
||||
- [Ubuntu](https://www.ubuntu.com)
|
||||
- [Void Linux](https://voidlinux.org/)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user