diff options
author | 2015-03-30 18:07:30 -0300 | |
---|---|---|
committer | 2015-04-01 22:47:22 +0200 | |
commit | f4716f79a0145fe3f2bf0d2cfe9ccbfede36fc01 (patch) | |
tree | 2d5aec9adb0437e15a14befe6b2bcc082d0e327a /package/pifmrds | |
parent | f8518c47ab785ac5bd6a4aedf78db94d576ffe23 (diff) | |
download | buildroot-f4716f79a0145fe3f2bf0d2cfe9ccbfede36fc01.tar.gz buildroot-f4716f79a0145fe3f2bf0d2cfe9ccbfede36fc01.tar.bz2 |
packages: remove (non-)lfs dependencies and tweaks
Now that largefile is mandatory removes package dependencies and
conditionals.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/pifmrds')
-rw-r--r-- | package/pifmrds/Config.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/package/pifmrds/Config.in b/package/pifmrds/Config.in index 938b36d44b..6d492683d5 100644 --- a/package/pifmrds/Config.in +++ b/package/pifmrds/Config.in @@ -1,13 +1,8 @@ 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 |