lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

Config.in (390B)


      1 config MOSQUITTO_LWS
      2     bool "libwebsockets support"
      3     depends on PACKAGE_mosquitto-ssl
      4     default y
      5     help
      6         Includes websockets support in the broker, via libwebsockets
      7 
      8 config MOSQUITTO_PASSWD
      9     bool "Include mosquitto_passwd utility"
     10     depends on PACKAGE_mosquitto-ssl
     11     default y
     12     help
     13         mosquitto_passwd is a tool for managing password files for mosquitto.