aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/lantiq/ltq-deu
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2013-09-17 21:45:56 +0000
committerJohn Crispin <blogic@openwrt.org>2013-09-17 21:45:56 +0000
commit1b9761927eeb45471eaef7f7b415409d85b394d2 (patch)
treea305499a5b5644e60e14be1321891401e509412f /package/kernel/lantiq/ltq-deu
parent8efddfe9ec06e7add1da983877b68fce2589cf6c (diff)
downloadmaster-187ad058-1b9761927eeb45471eaef7f7b415409d85b394d2.tar.gz
master-187ad058-1b9761927eeb45471eaef7f7b415409d85b394d2.tar.bz2
master-187ad058-1b9761927eeb45471eaef7f7b415409d85b394d2.zip
lantiq: update packages for v3.10
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38028 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/lantiq/ltq-deu')
-rw-r--r--package/kernel/lantiq/ltq-deu/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/package/kernel/lantiq/ltq-deu/Makefile b/package/kernel/lantiq/ltq-deu/Makefile
index 5e2683f772..53ad0fa6da 100644
--- a/package/kernel/lantiq/ltq-deu/Makefile
+++ b/package/kernel/lantiq/ltq-deu/Makefile
@@ -21,14 +21,14 @@ define KernelPackage/ltq-deu-template
TITLE:=deu driver for $(1)
URL:=http://www.lantiq.com/
VARIANT:=$(1)
- DEPENDS:=@TARGET_lantiq_xway +kmod-crypto-manager
+ DEPENDS:=@TARGET_lantiq_$(2) +kmod-crypto-manager
FILES:=$(PKG_BUILD_DIR)/ltq_deu_$(1).ko $(PKG_BUILD_DIR)/ltq_deu_testmgr.ko
- AUTOLOAD:=$(call AutoLoad,52,ltq_deu_$(1))
+ AUTOLOAD:=$(call AutoProbe,ltq_deu_$(1))
endef
-KernelPackage/ltq-deu-danube=$(call KernelPackage/ltq-deu-template,danube)
-KernelPackage/ltq-deu-ar9=$(call KernelPackage/ltq-deu-template,ar9)
-KernelPackage/ltq-deu-vr9=$(call KernelPackage/ltq-deu-template,vr9)
+KernelPackage/ltq-deu-danube=$(call KernelPackage/ltq-deu-template,danube,xway)
+KernelPackage/ltq-deu-ar9=$(call KernelPackage/ltq-deu-template,ar9,xway)
+KernelPackage/ltq-deu-vr9=$(call KernelPackage/ltq-deu-template,vr9,xrx200)
define Build/Prepare
$(INSTALL_DIR) $(PKG_BUILD_DIR)