Browse Source

fix loading of bluetooth modules

Waldemar Brodkorb 9 years ago
parent
commit
c6c7837579
1 changed files with 1 additions and 0 deletions
  1. 1 0
      mk/modules.mk

+ 1 - 0
mk/modules.mk

@@ -1312,6 +1312,7 @@ $(eval $(call KMOD_template,SND_USB_AUDIO,snd-usb-audio,\
 #
 
 $(eval $(call KMOD_template,BT,bt,\
+	$(MODULES_DIR)/kernel/net/ieee802154/6lowpan_iphc \
 	$(MODULES_DIR)/kernel/net/bluetooth/bluetooth \
 ,70))