diff options
author | Mathias Kresin <dev@kresin.me> | 2016-08-07 22:23:24 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-08-10 03:04:08 +0200 |
commit | 14e0f057c8629ca658eb0e007c4f0e3f76b06f44 (patch) | |
tree | ad08f68edbcae7aecd56df24e55e371efbe32cec /package/kernel | |
parent | 7f2258007893ec02e6c520242bcfb7381787014a (diff) | |
download | upstream-14e0f057c8629ca658eb0e007c4f0e3f76b06f44.tar.gz upstream-14e0f057c8629ca658eb0e007c4f0e3f76b06f44.tar.bz2 upstream-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')
-rw-r--r-- | package/kernel/lantiq/ltq-hcd/Makefile | 2 |
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 |