X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/a33d85b6e67a1b7f8f9ded6c387b8cfcbf18089f..e79af64af76bb54ebc3a0b79f51076ca16a84980:/openwrt/target/linux/linux-2.4/Makefile diff --git a/openwrt/target/linux/linux-2.4/Makefile b/openwrt/target/linux/linux-2.4/Makefile index 701423ce1..00d46933f 100644 --- a/openwrt/target/linux/linux-2.4/Makefile +++ b/openwrt/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,\