aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/lantiq
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2013-11-11 12:22:12 +0000
committerJohn Crispin <blogic@openwrt.org>2013-11-11 12:22:12 +0000
commitaa65888e08ec7279cfecc24c5bfe71cf9a016b91 (patch)
tree7a2a5a8c7ecef53130684c19aa9bb98a9a09a3ed /package/kernel/lantiq
parent86e34646839b8d7ce805675f768addd963cfb4ee (diff)
downloadmaster-187ad058-aa65888e08ec7279cfecc24c5bfe71cf9a016b91.tar.gz
master-187ad058-aa65888e08ec7279cfecc24c5bfe71cf9a016b91.tar.bz2
master-187ad058-aa65888e08ec7279cfecc24c5bfe71cf9a016b91.zip
lantiq: dont install deu test manager
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38731 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 53ad0fa6da..add300917b 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