lede-packages-rs

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

Config.in (377B)


      1 config TVHEADEND_CWC_SUPPORT
      2 	bool "NewCamd support"
      3 	default y
      4 
      5 config TVHEADEND_LINUXDVB_SUPPORT
      6 	bool "Linux DVB support"
      7 	default y
      8 
      9 config TVHEADEND_DVBSCAN_SUPPORT
     10 	bool "Fetch DVB-scan data"
     11 	depends on TVHEADEND_LINUXDVB_SUPPORT
     12 	default TVHEADEND_LINUXDVB_SUPPORT
     13 
     14 config TVHEADEND_AVAHI_SUPPORT
     15 	bool "Avahi client support"
     16 	select PACKAGE_libavahi-client
     17 	default n