diff options
author | John Crispin <blogic@openwrt.org> | 2011-02-01 14:33:40 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2011-02-01 14:33:40 +0000 |
commit | fa74505585403821207590bfec67c5886b6d216f (patch) | |
tree | 87376561759762adf0189530a21ac96a7b5931d5 /package | |
parent | 373aca5f9c0cd13ff9690369414bb999af886c3c (diff) | |
download | master-187ad058-fa74505585403821207590bfec67c5886b6d216f.tar.gz master-187ad058-fa74505585403821207590bfec67c5886b6d216f.tar.bz2 master-187ad058-fa74505585403821207590bfec67c5886b6d216f.zip |
[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 f85d554768..5a2db1441b 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 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 |