kernel: fix loading bluetooth_6lowpan

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

SVN-Revision: 46179
master
Hauke Mehrtens 9 years ago
parent 090686ac1f
commit 3d10cd51d4
  1. 2
      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

Loading…
Cancel
Save