Kaynağa Gözat

kernel: fix loading bluetooth_6lowpan

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

SVN-Revision: 46179
Hauke Mehrtens 10 yıl önce
ebeveyn
işleme
3d10cd51d4
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      package/kernel/linux/modules/other.mk

+ 1 - 1
package/kernel/linux/modules/other.mk

@@ -85,7 +85,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