summaryrefslogtreecommitdiffstats
path: root/target/linux/linux-2.4/broadcom.mk
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/linux-2.4/broadcom.mk')
-rw-r--r--target/linux/linux-2.4/broadcom.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/linux-2.4/broadcom.mk b/target/linux/linux-2.4/broadcom.mk
index d2490c3a8..a9ea7f5bd 100644
--- a/target/linux/linux-2.4/broadcom.mk
+++ b/target/linux/linux-2.4/broadcom.mk
@@ -5,6 +5,18 @@
#
#############################################################
+# broadcom specific kmod packages
+$(eval $(call KMOD_template,DIAG,diag,\
+ $(MODULES_DIR)/kernel/drivers/net/diag/diag.o \
+))
+$(eval $(call KMOD_template,BRCM_WL,brcm-wl,\
+ $(MODULES_DIR)/kernel/drivers/net/wl/wl.o \
+,CONFIG_WL))
+$(eval $(call KMOD_template,BRCM_ET,brcm-et,\
+ $(MODULES_DIR)/kernel/drivers/net/et/et.o \
+,CONFIG_ET))
+
+
LINUX_BINARY_DRIVER_SITE=http://openwrt.org/downloads/
# proprietary driver, extracted from asus GPL sourcetree GPL_1941.zip