Skip to content
Snippets Groups Projects

resolver-conf: fix resolver config for mvebu

Merged Josef Schlehofer requested to merge hotfix/preferred-forwarder into master
  1. May 01, 2020
    • Josef Schlehofer's avatar
      resolver-conf: prefer knot-resolver if it is present · ed77e30f
      Josef Schlehofer authored
      The previous conditional was wrong. There is no
      TARGET_mvebu_Turris-Omnia anymore. It is
      TARGET_mvebu_cortexa9_DEVICE_cznic_turris-omnia
      
      That would be just for Turris Omnia and it means that we will be
      using unbound config for Turris MOX. In that case, there's a possibility
      to use TARGET_mvebu. But in the future, we want to have
      Knot Resolver on Turris 1.x as well.
      
      If build system detects that knot-resolver is set to '=Y' or '=M',
      it prefers it. Otherwise in cases like it is unset or set to ='N',
      it prefers unbound config.
      Verified
      ed77e30f