[source] ltq-atm: Add missing dependency to kmod-ltq-adsl-ase-mei
LEDE Commits
lede-commits at lists.infradead.org
Sun Oct 29 09:02:07 PDT 2017
hauke pushed a commit to source.git, branch master:
https://git.lede-project.org/1e5e0058414a47bbba7a47feca0e5321586e0a3b
commit 1e5e0058414a47bbba7a47feca0e5321586e0a3b
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun Oct 29 16:58:44 2017 +0100
ltq-atm: Add missing dependency to kmod-ltq-adsl-ase-mei
Commit 2e496876c60 fixed the generation of the depends line for external
kernel modules which makes it possible for the build system to
automatically detect this missing dependency. This fixes the build bot
build of the lantiq/aes target.
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
package/kernel/lantiq/ltq-atm/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/kernel/lantiq/ltq-atm/Makefile b/package/kernel/lantiq/ltq-atm/Makefile
index a4f9c03..fa66931 100644
--- a/package/kernel/lantiq/ltq-atm/Makefile
+++ b/package/kernel/lantiq/ltq-atm/Makefile
@@ -28,7 +28,7 @@ endef
KernelPackage/ltq-atm-danube=$(call KernelPackage/ltq-atm-template,danube,(TARGET_lantiq_xway||TARGET_lantiq_xway_legacy))
KernelPackage/ltq-atm-ar9=$(call KernelPackage/ltq-atm-template,ar9,TARGET_lantiq_xway)
-KernelPackage/ltq-atm-ase=$(call KernelPackage/ltq-atm-template,ase,TARGET_lantiq_ase)
+KernelPackage/ltq-atm-ase=$(call KernelPackage/ltq-atm-template,ase,TARGET_lantiq_ase +kmod-ltq-adsl-ase-mei)
KernelPackage/ltq-atm-vr9=$(call KernelPackage/ltq-atm-template,vr9,TARGET_lantiq_xrx200)
define Build/Configure
More information about the lede-commits
mailing list