Skip to content
Commit 6aee5729 authored by Ben Shelton's avatar Ben Shelton Committed by Martin Jansa
Browse files

openvpn: bypass check for /sbin/ip on the host



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>
parent d2f6561a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment