From 8b1ed5de3fceed34445e940167f4c072eb35ccbb Mon Sep 17 00:00:00 2001 From: hauke 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 git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46311 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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.11.0