summaryrefslogtreecommitdiffstats
path: root/package/linux/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-20 17:00:08 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-20 17:00:08 +0000
commit7fb7f1c43b806786372a023814fc914a2fb7cc76 (patch)
tree7a830beba1ddf5c3b0a9170be7aad203f62e21bb /package/linux/Makefile
parent79e92078323a468e3e8d5a2c7c7481d9b7a91d97 (diff)
package kmod-diag
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@687 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/linux/Makefile')
-rw-r--r--package/linux/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/linux/Makefile b/package/linux/Makefile
index fdd7e8d76..4d94212d3 100644
--- a/package/linux/Makefile
+++ b/package/linux/Makefile
@@ -39,6 +39,9 @@ $$(PKG_$(1)): $(LINUX_DIR)/.modules_done
endef
+$(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))