diff options
author | Mathias Kresin <dev@kresin.me> | 2017-11-02 08:54:37 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-11-03 20:04:40 +0100 |
commit | 56189f1e325479ee22eaad0841fb0acb716b5154 (patch) | |
tree | 97a3aaabdf12b5fad2d1936254a89fa1940bf470 /package/kernel/lantiq | |
parent | c6f71ad30b768266a8fcc42af719881e93739365 (diff) | |
download | upstream-56189f1e325479ee22eaad0841fb0acb716b5154.tar.gz upstream-56189f1e325479ee22eaad0841fb0acb716b5154.tar.bz2 upstream-56189f1e325479ee22eaad0841fb0acb716b5154.zip |
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@kresin.me>
Diffstat (limited to 'package/kernel/lantiq')
-rw-r--r-- | package/kernel/lantiq/ltq-atm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/lantiq/ltq-atm/Makefile b/package/kernel/lantiq/ltq-atm/Makefile index fa66931e3b..467e21c3dc 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) |