[source] ltq-atm: add missing dependency to kmod-ltq-adsl-*-mei

LEDE Commits lede-commits at lists.infradead.org
Fri Nov 3 15:04:37 PDT 2017


mkresin pushed a commit to source.git, branch master:
https://git.lede-project.org/56189f1e325479ee22eaad0841fb0acb716b5154

commit 56189f1e325479ee22eaad0841fb0acb716b5154
Author: Mathias Kresin <dev at kresin.me>
AuthorDate: Thu Nov 2 08:54:37 2017 +0100

    ltq-atm: add missing dependency to kmod-ltq-adsl-*-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 packaging of kmod-ltq-atm for the ar9, xway and
    xway-legacy subtarget.
    
    Fixes: FS#1124
    
    Signed-off-by: Mathias Kresin <dev at kresin.me>
---
 package/kernel/lantiq/ltq-atm/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/kernel/lantiq/ltq-atm/Makefile b/package/kernel/lantiq/ltq-atm/Makefile
index fa66931..467e21c 100644
--- a/package/kernel/lantiq/ltq-atm/Makefile
+++ b/package/kernel/lantiq/ltq-atm/Makefile
@@ -26,8 +26,8 @@ define KernelPackage/ltq-atm-template
   FILES:=$(PKG_BUILD_DIR)/ltq_atm_$(1).ko
 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-danube=$(call KernelPackage/ltq-atm-template,danube,(TARGET_lantiq_xway||TARGET_lantiq_xway_legacy) +kmod-ltq-adsl-danube-mei)
+KernelPackage/ltq-atm-ar9=$(call KernelPackage/ltq-atm-template,ar9,TARGET_lantiq_xway +kmod-ltq-adsl-ar9-mei)
 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)
 



More information about the lede-commits mailing list