1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

add missing bluetooth kernel stuff

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1452 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
wbx
2005-07-15 20:06:53 +00:00
parent c12f5d086c
commit 749530cb97
4 changed files with 41 additions and 88 deletions

View File

@@ -69,6 +69,10 @@ $(eval $(call KMOD_template,USB_ACM,usb-acm,\
$(eval $(call KMOD_template,B44,b44,\
$(MODULES_DIR)/kernel/drivers/net/b44.o \
,CONFIG_B44))
$(eval $(call KMOD_template,BLUETOOTH,bluetooth,\
$(MODULES_DIR)/kernel/net/bluetooth/*.o \
$(MODULES_DIR)/kernel/drivers/bluetooth/*.o \
,CONFIG_BLUEZ))
$(eval $(call KMOD_template,ARPT,arptables,\
$(MODULES_DIR)/kernel/net/ipv4/netfilter/arp*.o \
,CONFIG_IP_NF_ARPTABLES))