Browse Source

openvswitch: use default rundir /var/run/openvswitch/

This subdir contains multiple pid, unix domain socket files.  It's a
custom to put them in it's own subdir

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
lilik-openwrt-22.03
Yousong Zhou 7 years ago
parent
commit
f11d8495ca
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      net/openvswitch/Makefile

+ 0
- 1
net/openvswitch/Makefile View File

@ -146,7 +146,6 @@ define KernelPackage/openvswitch/description
module. Furthermore, it supports OpenFlow.
endef
CONFIGURE_ARGS += --with-rundir=/var/run
CONFIGURE_ARGS += --enable-ndebug
CONFIGURE_ARGS += --disable-ssl
CONFIGURE_ARGS += --enable-shared


Loading…
Cancel
Save