X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/077e268dee3c7426b90df8f331e2380df020eb74..11e5eaa1d553b3ea33e87f9cc5aab044acdbfa2a:/target/linux/linux-2.4/Makefile diff --git a/target/linux/linux-2.4/Makefile b/target/linux/linux-2.4/Makefile index 701423ce1..00d46933f 100644 --- a/target/linux/linux-2.4/Makefile +++ b/target/linux/linux-2.4/Makefile @@ -55,6 +55,10 @@ ifeq ($(BOARD),brcm) include ./broadcom.mk endif +ifeq ($(BOARD),soekris) +include ./soekris.mk +endif + ifeq ($(BOARD),ar7) include ./ar7.mk endif @@ -74,6 +78,7 @@ $(eval $(call KMOD_template,B44,b44,\ ,CONFIG_B44)) $(eval $(call KMOD_template,BLUETOOTH,bluetooth,\ $(MODULES_DIR)/kernel/net/bluetooth/*.o \ + $(MODULES_DIR)/kernel/net/bluetooth/rfcomm/*.o \ $(MODULES_DIR)/kernel/drivers/bluetooth/*.o \ ,CONFIG_BLUEZ)) $(eval $(call KMOD_template,ARPT,arptables,\