kernel: fix loading bluetooth_6lowpan
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 46179
This commit is contained in:
parent
090686ac1f
commit
3d10cd51d4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue