Author: hauke Date: 2015-07-05 00:32:04 +0200 (Sun, 05 Jul 2015) New Revision: 46179
Modified: trunk/package/kernel/linux/modules/other.mk Log: kernel: fix loading bluetooth_6lowpan Signed-off-by: Hauke Mehrtens <[email protected]> Modified: trunk/package/kernel/linux/modules/other.mk =================================================================== --- trunk/package/kernel/linux/modules/other.mk 2015-07-04 12:56:21 UTC (rev 46178) +++ trunk/package/kernel/linux/modules/other.mk 2015-07-04 22:32:04 UTC (rev 46179) @@ -85,7 +85,7 @@ 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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
