blob: 938b36d44bc670c88a4ddc3d1a4bf78843e24eab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
config BR2_PACKAGE_PIFMRDS
bool "pifmrds"
depends on BR2_arm
depends on BR2_LARGEFILE # libsndfile
select BR2_PACKAGE_LIBSNDFILE
help
pifmrds, FM-RDS transmitter using the Raspberry Pi's PWM
https://github.com/ChristopheJacquet/PiFmRds
comment "pifmrds needs a toolchain w/ largefile"
depends on BR2_arm
depends on !BR2_LARGEFILE
|