Skip to content
  1. Nov 19, 2014
  2. Nov 17, 2014
  3. Nov 10, 2014
  4. Nov 07, 2014
  5. Nov 04, 2014
  6. Oct 31, 2014
  7. Oct 30, 2014
    • Ben Shelton's avatar
      openvpn: bypass check for /sbin/ip on the host · 6aee5729
      Ben Shelton authored
      
      
      In the commit 'openvpn: use default iproute2 path', the configure flag
      to explicitly set the iproute2 path was removed, since busybox now
      provides the 'ip' applet at the default path.  However, setting this
      flag is necessary to bypass the configure-time check for /sbin/ip on the
      host, which will otherwise fail if iproute2 is not installed on the
      host.  Add back the flag (pointing to the correct path), and add a
      comment to describe why this is necessary.
      
      Signed-off-by: default avatarBen Shelton <ben.shelton@ni.com>
      Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
      6aee5729