summaryrefslogtreecommitdiff
path: root/package/kernel/lantiq
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-11-11 12:22:12 +0000
committerJohn Crispin <john@openwrt.org>2013-11-11 12:22:12 +0000
commitbecac1abaf1842afb58262ec0036d23f9095d710 (patch)
tree8b9cb0b51cb56d9505f7cc65d35007d071e1e5f3 /package/kernel/lantiq
parent5139b2d996fa4c45ce184f1a390cd905878ca9ba (diff)
downloadmtk-20170518-becac1abaf1842afb58262ec0036d23f9095d710.zip
mtk-20170518-becac1abaf1842afb58262ec0036d23f9095d710.tar.gz
mtk-20170518-becac1abaf1842afb58262ec0036d23f9095d710.tar.bz2
lantiq: dont install deu test manager
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38731
Diffstat (limited to 'package/kernel/lantiq')
-rw-r--r--package/kernel/lantiq/ltq-deu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/lantiq/ltq-deu/Makefile b/package/kernel/lantiq/ltq-deu/Makefile
index 53ad0fa..add3009 100644
--- a/package/kernel/lantiq/ltq-deu/Makefile
+++ b/package/kernel/lantiq/ltq-deu/Makefile
@@ -22,7 +22,7 @@ define KernelPackage/ltq-deu-template
URL:=http://www.lantiq.com/
VARIANT:=$(1)
DEPENDS:=@TARGET_lantiq_$(2) +kmod-crypto-manager
- FILES:=$(PKG_BUILD_DIR)/ltq_deu_$(1).ko $(PKG_BUILD_DIR)/ltq_deu_testmgr.ko
+ FILES:=$(PKG_BUILD_DIR)/ltq_deu_$(1).ko
AUTOLOAD:=$(call AutoProbe,ltq_deu_$(1))
endef