diff options
author | John Crispin <john@openwrt.org> | 2013-09-17 21:45:56 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-09-17 21:45:56 +0000 |
commit | 2b0cb17d4298c9dced24ca30c5b68ce10d64c366 (patch) | |
tree | f8d7fb7770ab747709b3174abf19c9483c4cadb4 /package/kernel/lantiq/ltq-vdsl | |
parent | 07825014834a72fbdc52f193a0473a75a600e3e3 (diff) | |
download | mtk-20170518-2b0cb17d4298c9dced24ca30c5b68ce10d64c366.zip mtk-20170518-2b0cb17d4298c9dced24ca30c5b68ce10d64c366.tar.gz mtk-20170518-2b0cb17d4298c9dced24ca30c5b68ce10d64c366.tar.bz2 |
lantiq: update packages for v3.10
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38028
Diffstat (limited to 'package/kernel/lantiq/ltq-vdsl')
-rw-r--r-- | package/kernel/lantiq/ltq-vdsl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/lantiq/ltq-vdsl/Makefile b/package/kernel/lantiq/ltq-vdsl/Makefile index 9f1e268..e946927 100644 --- a/package/kernel/lantiq/ltq-vdsl/Makefile +++ b/package/kernel/lantiq/ltq-vdsl/Makefile @@ -24,7 +24,7 @@ define KernelPackage/ltq-vdsl-vr9 TITLE:=vdsl driver SECTION:=sys SUBMENU:=Network Devices - DEPENDS:=@TARGET_lantiq_xway +kmod-ltq-vdsl-vr9-mei + DEPENDS:=@TARGET_lantiq_xrx200 +kmod-ltq-vdsl-vr9-mei FILES:=$(PKG_BUILD_DIR)/src/drv_dsl_cpe_api.ko AUTOLOAD:=$(call AutoLoad,51,drv_dsl_cpe_api) endef |