[source] ltq-hcd: fix xway dependency
LEDE Commits
lede-commits at lists.infradead.org
Wed Aug 10 02:16:47 PDT 2016
blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/?p=source.git;a=commitdiff;h=14e0f057c8629ca658eb0e007c4f0e3f76b06f44
commit 14e0f057c8629ca658eb0e007c4f0e3f76b06f44
Author: Mathias Kresin <dev at kresin.me>
AuthorDate: Sun Aug 7 22:23:24 2016 +0200
ltq-hcd: fix xway dependency
Due to missing parameter the package wasn't build for the xway target.
Signed-off-by: Mathias Kresin <dev at kresin.me>
---
package/kernel/lantiq/ltq-hcd/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/kernel/lantiq/ltq-hcd/Makefile b/package/kernel/lantiq/ltq-hcd/Makefile
index 5f37672..3bf9483 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
More information about the lede-commits
mailing list