diff options
author | John Crispin <john@openwrt.org> | 2011-02-01 14:33:40 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2011-02-01 14:33:40 +0000 |
commit | 61527e0b529fa012fc181f64bf3d3a5c48a9cb33 (patch) | |
tree | 36250ad379fb3c4cf59834eee5d60a8d09f07ba3 /package/lqtapi/Makefile | |
parent | fd551c1fa7526aca631a07f0fd3134433c9fa5fe (diff) | |
download | upstream-61527e0b529fa012fc181f64bf3d3a5c48a9cb33.tar.gz upstream-61527e0b529fa012fc181f64bf3d3a5c48a9cb33.tar.bz2 upstream-61527e0b529fa012fc181f64bf3d3a5c48a9cb33.zip |
should depend on lantiq and not ifxmips
SVN-Revision: 25276
Diffstat (limited to 'package/lqtapi/Makefile')
-rw-r--r-- | package/lqtapi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/lqtapi/Makefile b/package/lqtapi/Makefile index 40d114c9d0..2ae07d1db6 100644 --- a/package/lqtapi/Makefile +++ b/package/lqtapi/Makefile @@ -29,7 +29,7 @@ $(eval $(call Download,firmware)) define KernelPackage/lqtapi SUBMENU:=Voice over IP TITLE:=Tapi drivers for Lantiq SoC - DEPENDS:=@TARGET_ifxmips_danube + DEPENDS:=@TARGET_lantiq_xway @BROKEN FILES:=$(PKG_BUILD_DIR)/tapi/tapi.ko \ $(PKG_BUILD_DIR)/mps/mps.ko \ $(PKG_BUILD_DIR)/mps/vmmc.ko |