Signed-off-by: Saurabh Shah <[email protected]> --- AUTHORS | 1 + utilities/ovs-dev.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/AUTHORS b/AUTHORS index 8fc99ad..39dbe1c 100644 --- a/AUTHORS +++ b/AUTHORS @@ -87,6 +87,7 @@ Rob Hoes [email protected] Romain Lenglet [email protected] Sajjad Lateef [email protected] Sanjay Sane [email protected] +Saurabh Shah [email protected] Shan Wei [email protected] Shih-Hao Li [email protected] Simon Horman [email protected] diff --git a/utilities/ovs-dev.py b/utilities/ovs-dev.py index 21f0fc5..d33b2ba 100755 --- a/utilities/ovs-dev.py +++ b/utilities/ovs-dev.py @@ -226,7 +226,7 @@ Basic Configuration: # First install the basic requirements needed to build Open vSwitch. sudo apt-get install git build-essential libtool autoconf pkg-config \\ - libssl-dev pkg-config gdb linux-headers-`uname -r` + libssl-dev gdb linux-headers-`uname -r` # Next clone the Open vSwitch source. git clone git://git.openvswitch.org/openvswitch %(ovs)s -- 1.7.9.5 _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
