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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user