aboutsummaryrefslogtreecommitdiff
path: root/utils/rtl-sdr
Commit message (Collapse)AuthorAge
* treewide: back to cmake.mkRosen Penev2021-06-12
| | | | | | Ninja was merged to base and therefore we can now use normal cmake.mk Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: build CMake projects with NinjaRosen Penev2021-03-27
| | | | | | | | | | | | | | | | | | | | faster to compile. A small selection of packages was tested going from: Executed in 696.30 secs fish external usr time 82.98 mins 395.00 micros 82.98 mins sys time 9.02 mins 0.00 micros 9.02 mins to: Executed in 592.20 secs fish external usr time 84.84 mins 361.00 micros 84.84 mins sys time 8.85 mins 57.00 micros 8.85 mins Tested by running make -j 12 and wiping staging/build_dir/target_x Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: add conffilesHuangbin Zhan2020-05-09
| | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* rtl-sdr: Update to 0.6.0Rosen Penev2018-11-19
| | | | | | Patch was upstreamed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* rtl-sdr: Update to 0.5.4 and switch to tarballsRosen Penev2018-08-02
| | | | | | Simpler Signed-off-by: Rosen Penev <rosenp@gmail.com>
* rtl-sdr: fix build when GCC decides not to emit inlinesDavid Woodhouse2018-06-29
| | | | | | | Maybe we should use something other than -Os for this code anyway; it's generally quite CPU-intensive. Signed-off-by: David Woodhouse <dwmw2@infradead.org>
* 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>
* rtl-sdr: Add start script file for rtl-tcpMike Miller2016-03-13
| | | | | | | | | One of the most common uses of the rtl-sdr suite on OpenWrt is to stream data to a remote analyzer. This commit creates a /etc/init.d/ and /etc/config entry for rtl-tcp, so that it can automatically launch on startup. Signed-off-by: Mike Miller <github@mikeage.net>
* rtl-sdr: update copyrightRoger2015-07-03
|
* rtl-sdr: update to latestRoger2015-07-02
| | | | Signed-off-by: Roger D <rogerdammit@gmail.com>
* rtl-sdr: update to latest versionRoger2014-07-28
| | | | Signed-off-by: Roger D <rogerdammit@gmail.com>
* utils/rtl-sdr: Import from packagesVasilis Tsiligiannis2014-06-12
Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>