mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 01:22:25 +00:00
36 lines
1.2 KiB
Diff
36 lines
1.2 KiB
Diff
From 4c86f99b3a97a8f0a9d0c803c322362f7866a620 Mon Sep 17 00:00:00 2001
|
|
From: John Crispin <john@phrozen.org>
|
|
Date: Sun, 2 Jan 2022 10:10:13 +0100
|
|
Subject: [PATCH 74/83] rtkmipsel: kernel module fixes
|
|
|
|
Signed-off-by: John Crispin <john@phrozen.org>
|
|
---
|
|
package/kernel/linux/modules/other.mk | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk
|
|
index 784adcb744..8e3642ab9a 100644
|
|
--- a/package/kernel/linux/modules/other.mk
|
|
+++ b/package/kernel/linux/modules/other.mk
|
|
@@ -53,8 +53,7 @@ define KernelPackage/bluetooth
|
|
$(LINUX_DIR)/net/bluetooth/bnep/bnep.ko \
|
|
$(LINUX_DIR)/net/bluetooth/hidp/hidp.ko \
|
|
$(LINUX_DIR)/drivers/bluetooth/hci_uart.ko \
|
|
- $(LINUX_DIR)/drivers/bluetooth/btusb.ko \
|
|
- $(LINUX_DIR)/drivers/bluetooth/btintel.ko
|
|
+ $(LINUX_DIR)/drivers/bluetooth/bt*.ko
|
|
AUTOLOAD:=$(call AutoProbe,bluetooth rfcomm bnep hidp hci_uart btusb)
|
|
endef
|
|
|
|
@@ -837,6 +836,7 @@ define KernelPackage/regmap-core
|
|
ifneq ($(wildcard $(LINUX_DIR)/drivers/base/regmap/regmap-core.ko),)
|
|
FILES:=$(LINUX_DIR)/drivers/base/regmap/regmap-core.ko
|
|
endif
|
|
+ DEPENDS:=+kmod-lib-lzo
|
|
endef
|
|
|
|
define KernelPackage/regmap-core/description
|
|
--
|
|
2.25.1
|
|
|