summaryrefslogtreecommitdiffstats
path: root/package/kernel/lantiq
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2016-08-07 22:23:24 +0200
committerJohn Crispin <john@phrozen.org>2016-08-10 03:04:08 +0200
commit14e0f057c8629ca658eb0e007c4f0e3f76b06f44 (patch)
treead08f68edbcae7aecd56df24e55e371efbe32cec /package/kernel/lantiq
parent7f2258007893ec02e6c520242bcfb7381787014a (diff)
downloadmaster-31e0f0ae-14e0f057c8629ca658eb0e007c4f0e3f76b06f44.tar.gz
master-31e0f0ae-14e0f057c8629ca658eb0e007c4f0e3f76b06f44.tar.bz2
master-31e0f0ae-14e0f057c8629ca658eb0e007c4f0e3f76b06f44.zip
ltq-hcd: fix xway dependency
Due to missing parameter the package wasn't build for the xway target. Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'package/kernel/lantiq')
-rw-r--r--package/kernel/lantiq/ltq-hcd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/lantiq/ltq-hcd/Makefile b/package/kernel/lantiq/ltq-hcd/Makefile
index 5f3767206d..3bf948323f 100644
--- a/package/kernel/lantiq/ltq-hcd/Makefile
+++ b/package/kernel/lantiq/ltq-hcd/Makefile
@@ -29,7 +29,7 @@ define KernelPackage/ltq-hcd-template
endef
KernelPackage/ltq-hcd-ase=$(call KernelPackage/ltq-hcd-template,ase,TARGET_lantiq_ase)
-KernelPackage/ltq-hcd-danube=$(call KernelPackage/ltq-hcd-template,(TARGET_lantiq_xway||TARGET_lantiq_xway_legacy))
+KernelPackage/ltq-hcd-danube=$(call KernelPackage/ltq-hcd-template,danube,(TARGET_lantiq_xway||TARGET_lantiq_xway_legacy))
KernelPackage/ltq-hcd-ar9=$(call KernelPackage/ltq-hcd-template,ar9,TARGET_lantiq_xway)
define Build/Prepare