Hi,
Can somebody help build packages from the sources http://sdr.osmocom.org/trac/wiki/rtl-sdr ?
btw - similar project, but on BRCM47 plattform http://dh5ym.hopto.org/wiki/?p=828
Many thanks in advance!
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,
Can somebody help build packages from the sources http://sdr.osmocom.org/trac/wiki/rtl-sdr ?
btw - similar project, but on BRCM47 plattform http://dh5ym.hopto.org/wiki/?p=828
Many thanks in advance!
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.