mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-20 09:26:28 +00:00
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
@ -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…
x
Reference in New Issue
Block a user