aboutsummaryrefslogtreecommitdiff
path: root/libs/libftdi1
Commit message (Collapse)AuthorAge
* libftdi1: update to v1.4Álvaro Fernández Rojas2017-12-31
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* libftdi: update to v1.3Álvaro Fernández Rojas2016-06-01
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* libftdi1: explicitely disable Boost unit testsJo-Philipp Wich2016-05-30
| | | | | | | | | | | | | | | | | When libftdi1 is detecting the presence of the Boost unit testing framework, it will conditionally enable the build of libftdi1 test binaries which fail to link on some targets with the following error: CMakeFiles/test_libftdi1.dir/basic.cpp.o: In function `main': basic.cpp:(.text.startup+0xc): undefined reference to `boost::unit_test::unit_test_main(bool (*)(), int, char**)' collect2: error: ld returned 1 exit status test/CMakeFiles/test_libftdi1.dir/build.make:123: recipe for target 'test/test_libftdi1' failed make[6]: *** [test/test_libftdi1] Error 1 Since we do not care about test cases and since we want to avoid unpredictable conditional compilation simply disable the testcases entirely. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* libftdi1: fix pkgconfig fileNicolas Thill2015-02-02
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* libftdi: mode ftdi_eeprom from Libraries to UtilitiesÁlvaro Fernández Rojas2015-01-03
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* libftdi1: add libftdi1-config and ftdi_eeprom, simplify files copyÁlvaro Fernández Rojas2015-01-01
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* libftdi1: update to 1.2Álvaro Fernández Rojas2014-11-25
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* libftdi1: mark as non-MIPS16Steven Barth2014-08-08
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* libftdi1: add new package.Álvaro Fernández Rojas2014-07-25
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>