nbd df3488f51a packages: consistently use 'depends on' instead of 'depends'
make the syntax more compatible with kernel menuconfig

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@36357 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-18 12:04:54 +00:00

22 lines
449 B
Plaintext

config TVHEADEND_CWC_SUPPORT
bool "NewCamD support"
default n
config TVHEADEND_V4L_SUPPORT
bool "Video4Linux v2 support"
default n
config TVHEADEND_LINUXDVB_SUPPORT
bool "Linux DVB support"
default n
config TVHEADEND_DVBSCAN_SUPPORT
bool "Fetch DVB-scan data"
depends on TVHEADEND_LINUXDVB_SUPPORT
default TVHEADEND_LINUXDVB_SUPPORT
config TVHEADEND_AVAHI_SUPPORT
bool "Avahi client support"
select PACKAGE_libavahi-client
default n