berlna: Add module aliases
Change-Id: I9f474eda4789fba3d8f0a8943c5df09f13f49b59
This commit is contained in:
parent
6d68dc9b56
commit
c19b3ae1e9
1 changed files with 4 additions and 0 deletions
|
@ -38,6 +38,10 @@ BOARD_VENDOR_KERNEL_MODULES_BLOCKLIST_FILE := $(DEVICE_PATH)/modules.blocklist
|
|||
BOARD_VENDOR_RAMDISK_RECOVERY_KERNEL_MODULES_LOAD := $(strip $(shell cat $(DEVICE_PATH)/modules.load.recovery))
|
||||
BOOT_KERNEL_MODULES := $(BOARD_VENDOR_RAMDISK_RECOVERY_KERNEL_MODULES_LOAD)
|
||||
|
||||
# Kernel modules - WLAN
|
||||
TARGET_MODULE_ALIASES += \
|
||||
wlan.ko:qca_cld3_qca6750.ko
|
||||
|
||||
# Partitions
|
||||
BOARD_USERDATAIMAGE_PARTITION_SIZE := 237371371520
|
||||
ifneq ($(WITH_GMS),true)
|
||||
|
|
Loading…
Reference in a new issue