From a61fc4957673dc6190d57c8199957ea8746cbf63 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/openwrt@1968 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/package/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/package/Makefile') diff --git a/target/linux/package/Makefile b/target/linux/package/Makefile index e55cc54d4..d1cf0f783 100644 --- a/target/linux/package/Makefile +++ b/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