Browse Source

lantiq: dont install deu test manager

Signed-off-by: John Crispin <[email protected]>

SVN-Revision: 38731
John Crispin 12 years ago
parent
commit
becac1abaf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/kernel/lantiq/ltq-deu/Makefile

+ 1 - 1
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