From e0835759460cd8ae1f97bc6d143ddd26039cde1e Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sun, 12 Jul 2015 16:03:09 +0000 Subject: [PATCH] CC: kernel: fix loading bluetooth_6lowpan Backprot of r46179 Signed-off-by: Hauke Mehrtens SVN-Revision: 46311 --- package/kernel/linux/modules/other.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index 77a8bff85a..9a3d73ce9b 100644 --- a/package/kernel/linux/modules/other.mk +++ b/package/kernel/linux/modules/other.mk @@ -75,7 +75,7 @@ define KernelPackage/bluetooth_6lowpan DEPENDS:=+kmod-6lowpan +kmod-bluetooth KCONFIG:=CONFIG_BT_6LOWPAN FILES:=$(LINUX_DIR)/net/bluetooth/bluetooth_6lowpan.ko - AUTOLOAD:=$(call AutoProbe,bluetooth) + AUTOLOAD:=$(call AutoProbe,bluetooth_6lowpan) endef define KernelPackage/bluetooth_6lowpan/description -- 2.30.2