summaryrefslogtreecommitdiff
path: root/openwrt/target/linux/linux-2.4/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2005-07-15 20:06:53 +0000
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2005-07-15 20:06:53 +0000
commit7a8db50bd56c5fbe26f3440bdbcbd5fe31eb9d7c (patch)
treedb8aeec69f5ae49675b9711e4fc719245d16b8cd /openwrt/target/linux/linux-2.4/Makefile
parentbfbd6b9ffaba4a483400b617628e95487b382f62 (diff)
downloadmtk-20170518-7a8db50bd56c5fbe26f3440bdbcbd5fe31eb9d7c.zip
mtk-20170518-7a8db50bd56c5fbe26f3440bdbcbd5fe31eb9d7c.tar.gz
mtk-20170518-7a8db50bd56c5fbe26f3440bdbcbd5fe31eb9d7c.tar.bz2
add missing bluetooth kernel stuff
SVN-Revision: 1452
Diffstat (limited to 'openwrt/target/linux/linux-2.4/Makefile')
-rw-r--r--openwrt/target/linux/linux-2.4/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/openwrt/target/linux/linux-2.4/Makefile b/openwrt/target/linux/linux-2.4/Makefile
index bd25da7..6247203 100644
--- a/openwrt/target/linux/linux-2.4/Makefile
+++ b/openwrt/target/linux/linux-2.4/Makefile
@@ -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))