diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2018-05-02 08:05:40 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-05-20 15:38:46 +0200 |
commit | 79a678d7745bc3f3b5f361a7e3f25f39c3f1568b (patch) | |
tree | 469e32fe85254bdd1d054a324972ba7c1cd03436 /package/transmission/Config.in | |
parent | acadbe6393e360d4b77195ec61bbe8b48d668c85 (diff) | |
download | buildroot-79a678d7745bc3f3b5f361a7e3f25f39c3f1568b.tar.gz buildroot-79a678d7745bc3f3b5f361a7e3f25f39c3f1568b.zip |
package/transmission: remove BR2_PACKAGE_TRANSMISSION_REMOTE
Commit 6e223241e1bb58a27eb890291f9f5c1fcc6a0818 ("Add Transmission
package"), which added the transmission package, introduced a
BR2_PACKAGE_TRANSMISSION_REMOTE Config.in option, supposedly matching
the --enable-remote/--disable-remote transmission option.
However, transmission as of version 2.33 packaged by this initial
commit, did not have a --enable-remote/--disable-remote option, and it
was apparently never part of transmission.
Therefore, this commit removes this useless option. Since the
transmission-remote tool is automatically built when the daemon is
enabled, the Config.in.legacy handling selects
BR2_PACKAGE_TRANSMISSION_DAEMON.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/transmission/Config.in')
-rw-r--r-- | package/transmission/Config.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/package/transmission/Config.in b/package/transmission/Config.in index 2110e52ac6..dac4d1b330 100644 --- a/package/transmission/Config.in +++ b/package/transmission/Config.in @@ -32,11 +32,6 @@ config BR2_PACKAGE_TRANSMISSION_DAEMON help Install transmission daemon. -config BR2_PACKAGE_TRANSMISSION_REMOTE - bool "transmission-remote" - help - Install transmission remote management tool. - config BR2_PACKAGE_TRANSMISSION_GTK bool "transmission-gtk" depends on BR2_PACKAGE_LIBGTK3 && BR2_SYSTEM_ENABLE_NLS |