projects
/
openwrt
/
staging
/
thess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5139b2d
)
lantiq: dont install deu test manager
author
John Crispin
<john@openwrt.org>
Mon, 11 Nov 2013 12:22:12 +0000
(12:22 +0000)
committer
John Crispin
<john@openwrt.org>
Mon, 11 Nov 2013 12:22:12 +0000
(12:22 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38731
package/kernel/lantiq/ltq-deu/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/lantiq/ltq-deu/Makefile
b/package/kernel/lantiq/ltq-deu/Makefile
index 53ad0fa6dada00e38d0554e96862f033b385c52d..add300917b6a579bc5a90fc5b570f6d6df01b205 100644
(file)
--- 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