From fe81993ab10a0e94d88d241cd47200011e917f59 Mon Sep 17 00:00:00 2001 From: kaloz Date: Wed, 21 Sep 2005 09:55:03 +0000 Subject: move diag module outside of kernel directory git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1968 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/target/linux/package/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'openwrt/target/linux/package/Makefile') diff --git a/openwrt/target/linux/package/Makefile b/openwrt/target/linux/package/Makefile index e55cc54d4b..d1cf0f7832 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 -- cgit v1.2.3