mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-03 19:17:06 +08:00
18 lines
407 B
Plaintext
18 lines
407 B
Plaintext
config TVHEADEND_NDMS_CWC_SUPPORT
|
|
bool "NewCamd support"
|
|
default y
|
|
|
|
config TVHEADEND_NDMS_LINUXDVB_SUPPORT
|
|
bool "Linux DVB support"
|
|
default y
|
|
|
|
config TVHEADEND_NDMS_DVBSCAN_SUPPORT
|
|
bool "Fetch DVB-scan data"
|
|
depends on TVHEADEND_NDMS_LINUXDVB_SUPPORT
|
|
default TVHEADEND_NDMS_LINUXDVB_SUPPORT
|
|
|
|
config TVHEADEND_NDMS_AVAHI_SUPPORT
|
|
bool "Avahi client support"
|
|
select PACKAGE_libavahi-client
|
|
default n
|