Author: hauke Date: 2015-07-12 18:03:09 +0200 (Sun, 12 Jul 2015) New Revision: 46311
Modified: branches/chaos_calmer/package/kernel/linux/modules/other.mk Log: CC: kernel: fix loading bluetooth_6lowpan Backprot of r46179 Signed-off-by: Hauke Mehrtens <[email protected]> Modified: branches/chaos_calmer/package/kernel/linux/modules/other.mk =================================================================== --- branches/chaos_calmer/package/kernel/linux/modules/other.mk 2015-07-12 16:02:47 UTC (rev 46310) +++ branches/chaos_calmer/package/kernel/linux/modules/other.mk 2015-07-12 16:03:09 UTC (rev 46311) @@ -75,7 +75,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
