OpenWrt Forum Archive

Topic: RTL-SDR on x86 and Attitude Adjustment 12.09 plattform

The content of this topic has been archived on 22 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hi sivanov,

just do in your openwork git directory:

echo "src-git openwrtmisc https://github.com/GBert/openwrt-misc" >> feeds.conf.default
scripts/feeds update -a
scripts/feeds install rtl-sdr
make menuconfig  # mark rtl-sdr under Utilities
make package/rtl-sdr/{clean,compile} V=s 

and rtl-sdr & librtlsdr can be found under bin/<archtecture>/packages

Regards

Gerd

PS.: Only tested the build process. The makefile comes from http://steve-m.de/projects/rtl-sdr/Makefile

(Last edited by bertc3p0 on 20 Jul 2014, 21:22)

The discussion might have continued from here.