• 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/fastd/Config.in
Thomas PetazzoniThomas Petazzoni committed 8ea392b84e302 Feb 2016
Raw file
Source viewDiff to previous
 
1
config BR2_PACKAGE_FASTD
2
    bool "fastd"
3
    depends on BR2_USE_MMU # fork()
4
    depends on BR2_TOOLCHAIN_HAS_THREADS
5
    depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 # libcap
6
    depends on !BR2_STATIC_LIBS # libuecc
7
    select BR2_PACKAGE_LIBUECC
8
    select BR2_PACKAGE_LIBSODIUM
9
    select BR2_PACKAGE_LIBCAP
10
    help
11
      Fast and Secure Tunneling Daemon
12
​
13
      https://projects.universe-factory.net/projects/fastd/wiki
14
​
15
if BR2_PACKAGE_FASTD
16
​
17
config BR2_PACKAGE_FASTD_STATUS_SOCKET
18
    bool "status socket support"
19
    default y
20
    select BR2_PACKAGE_JSON_C
21
    depends on BR2_TOOLCHAIN_HAS_SYNC_4 # json-c
22
    help
23
      Enable support for a socket to get fastd's status.
24
​
25
endif
26
​
27
comment "fastd needs a toolchain w/ threads, headers >= 3.0, dynamic library"
28
    depends on BR2_USE_MMU
29
    depends on !BR2_TOOLCHAIN_HAS_THREADS \
30
        || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 \
31
        || BR2_STATIC_LIBS
  • 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.