summaryrefslogtreecommitdiffstats
path: root/openwrt/target/linux/package/Makefile
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-09-21 09:55:03 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-09-21 09:55:03 +0000
commitfe81993ab10a0e94d88d241cd47200011e917f59 (patch)
tree5f4a68baf984d69462b04a4a71acb3e36f723791 /openwrt/target/linux/package/Makefile
parentc4b70923ed47c031e2136a3df56bdce55f487c82 (diff)
move diag module outside of kernel directory
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1968 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/package/Makefile')
-rw-r--r--openwrt/target/linux/package/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/target/linux/package/Makefile b/openwrt/target/linux/package/Makefile
index e55cc54d4..d1cf0f783 100644
--- a/openwrt/target/linux/package/Makefile
+++ b/openwrt/target/linux/package/Makefile
@@ -10,6 +10,7 @@ package-y += openwrt
ifeq ($(BOARD)-$(KERNEL),brcm-2.4)
package-$(BR2_PACKAGE_KMOD_WLCOMPAT) += wlcompat
+package-$(BR2_PACKAGE_KMOD_DIAG) += diag
wlcompat-compile: openwrt-compile
endif