diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-02-01 14:33:40 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-02-01 14:33:40 +0000 |
commit | edd6adae2e68d79c8df7be3dd886f18893f27dc3 (patch) | |
tree | 87376561759762adf0189530a21ac96a7b5931d5 /package | |
parent | 9a5ae46bbbc62db4c8faa646d8383017b904cdad (diff) |
[libtapi]
should depend on lantiq and not ifxmips
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25276 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/libtapi/Makefile | 2 | ||||
-rw-r--r-- | package/lqtapi/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/libtapi/Makefile b/package/libtapi/Makefile index f85d55476..5a2db1441 100644 --- a/package/libtapi/Makefile +++ b/package/libtapi/Makefile @@ -15,7 +15,7 @@ define Package/libtapi SECTION:=libs CATEGORY:=Libraries TITLE:=libtapi - DEPENDS:=@TARGET_ifxmips_danube + DEPENDS:=@TARGET_lantiq_xway endef define Build/Prepare diff --git a/package/lqtapi/Makefile b/package/lqtapi/Makefile index 40d114c9d..2ae07d1db 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 |