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
This commit is contained in:
@ -12,7 +12,7 @@ config TVHEADEND_LINUXDVB_SUPPORT
|
||||
|
||||
config TVHEADEND_DVBSCAN_SUPPORT
|
||||
bool "Fetch DVB-scan data"
|
||||
depends TVHEADEND_LINUXDVB_SUPPORT
|
||||
depends on TVHEADEND_LINUXDVB_SUPPORT
|
||||
default TVHEADEND_LINUXDVB_SUPPORT
|
||||
|
||||
config TVHEADEND_AVAHI_SUPPORT
|
||||
|
Reference in New Issue
Block a user