projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cd9646
)
CC: kernel: fix loading bluetooth_6lowpan
author
Hauke Mehrtens
<
[email protected]
>
Sun, 12 Jul 2015 16:03:09 +0000
(16:03 +0000)
committer
Hauke 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
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/other.mk
b/package/kernel/linux/modules/other.mk
index 77a8bff85a2f0a642fe660cac41d50140a5c91b4..9a3d73ce9be3455e1152d9c4f294cd4fd6825345 100644
(file)
--- a/
package/kernel/linux/modules/other.mk
+++ b/
package/kernel/linux/modules/other.mk
@@
-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