• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/transmission/Config.in
Peter KorsgaardPeter Korsgaard committed 4fe78ce36cf16 Dec 2012
Raw file
Source viewDiff to previous
 
1
config BR2_PACKAGE_TRANSMISSION
2
    bool "transmission"
3
    depends on BR2_INET_IPV6
4
    depends on BR2_TOOLCHAIN_HAS_THREADS
5
    select BR2_PACKAGE_ZLIB
6
    select BR2_PACKAGE_OPENSSL
7
    select BR2_PACKAGE_LIBCURL
8
    select BR2_PACKAGE_LIBEVENT
9
    help
10
      Transmission is a cross-platform BitTorrent client.
11
​
12
if BR2_PACKAGE_TRANSMISSION
13
​
14
config BR2_PACKAGE_TRANSMISSION_UTP
15
    bool "Transmission uTP support"
16
    depends on BR2_INSTALL_LIBSTDCPP
17
    help
18
      Install support for uTorrent Transport Protocol
19
​
20
comment "uTP requires a toolchain with C++ support"
21
    depends on !BR2_INSTALL_LIBSTDCPP
22
​
23
config BR2_PACKAGE_TRANSMISSION_CLI
24
    bool "transmission-cli"
25
    help
26
      Install transmission command line interface.
27
​
28
config BR2_PACKAGE_TRANSMISSION_DAEMON
29
    bool "transmission-daemon"
30
    help
31
      Install transmission daemon.
32
​
33
config BR2_PACKAGE_TRANSMISSION_REMOTE
34
    bool "transmission-remote"
35
    help
36
      Install transmission remote management tool.
37
​
38
config BR2_PACKAGE_TRANSMISSION_GTK
39
    bool "transmission-gtk"
40
    depends on BR2_PACKAGE_LIBGTK2 && BR2_ENABLE_LOCALE
41
    help
42
      Install transmission GTK-based GUI interface.
43
​
44
comment "transmission-gtk requires a toolchain with locale support"
45
    depends on BR2_PACKAGE_LIBGTK2 && !BR2_ENABLE_LOCALE
46
endif
47
​
48
comment "Transmission requires a toolchain with IPv6 and threads support"
49
    depends on !BR2_INET_IPV6 || !BR2_TOOLCHAIN_HAS_THREADS
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.