diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2005-09-21 09:55:03 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2005-09-21 09:55:03 +0000 |
commit | 023b9ce60553db4d6f6c4e1ae2e7251791f504af (patch) | |
tree | 538828bb1ed9148380f0edaa678e69097d6e70d6 /target/linux/package/Makefile | |
parent | 16e4439051b67d4ba133903b9d1fd8971baa4d1c (diff) | |
download | upstream-023b9ce60553db4d6f6c4e1ae2e7251791f504af.tar.gz upstream-023b9ce60553db4d6f6c4e1ae2e7251791f504af.tar.bz2 upstream-023b9ce60553db4d6f6c4e1ae2e7251791f504af.zip |
move diag module outside of kernel directory
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1968 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/package/Makefile')
-rw-r--r-- | target/linux/package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/package/Makefile b/target/linux/package/Makefile index e55cc54d4b..d1cf0f7832 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 |