diff options
Diffstat (limited to 'packages/dsplink')
-rw-r--r-- | packages/dsplink/dsplink_1.60.bb (renamed from packages/dsplink/dsplink_1.60.00.04.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/dsplink/dsplink_1.60.00.04.bb b/packages/dsplink/dsplink_1.60.bb index d5f3e973cd..12027770a9 100644 --- a/packages/dsplink/dsplink_1.60.00.04.bb +++ b/packages/dsplink/dsplink_1.60.bb @@ -7,11 +7,11 @@ PV = "160" # Get dsplink tarball from TI website, place in sources and calculate # md5sum -# Look for tarball at https://www-a.ti.com/downloads/sds_support/targetcontent/link/index.html +# Look for tarball at https://www-a.ti.com/downloads/sds_support/targetcontent/link/link_1_60/index.html -SRC_URI = "http://install.tarball.in.source.dir/dsplink_1_60_00_04.tar.gz \ +SRC_URI = "http://install.tarball.in.source.dir/dsplink_1_60.tar.gz \ file://Makefile.dsplink \ " -S = "${WORKDIR}/dsplink_1_60_00_04/dsplink" +S = "${WORKDIR}/dsplink_1_60/dsplink" |