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/libtapi | |
parent | fd551c1fa7526aca631a07f0fd3134433c9fa5fe (diff) | |
download | mtk-20170518-61527e0b529fa012fc181f64bf3d3a5c48a9cb33.zip mtk-20170518-61527e0b529fa012fc181f64bf3d3a5c48a9cb33.tar.gz mtk-20170518-61527e0b529fa012fc181f64bf3d3a5c48a9cb33.tar.bz2 |
should depend on lantiq and not ifxmips
SVN-Revision: 25276
Diffstat (limited to 'package/libtapi')
-rw-r--r-- | package/libtapi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libtapi/Makefile b/package/libtapi/Makefile index f85d554..5a2db14 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 |