CC: kernel: fix loading bluetooth_6lowpan
authorHauke Mehrtens <[email protected]>
Sun, 12 Jul 2015 16:03:09 +0000 (16:03 +0000)
committerHauke Mehrtens <[email protected]>
Sun, 12 Jul 2015 16:03:09 +0000 (16:03 +0000)
Backprot of r46179

Signed-off-by: Hauke Mehrtens <[email protected]>
SVN-Revision: 46311

package/kernel/linux/modules/other.mk

index 77a8bff85a2f0a642fe660cac41d50140a5c91b4..9a3d73ce9be3455e1152d9c4f294cd4fd6825345 100644 (file)
@@ -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