mirror of https://github.com/openwrt/packages.git
open-vm-tools: enable dnet support
Enable dnet support to get guestinfo and nicinfo Signed-off-by: Florian Eckert <fe@dev.tdt.de>pull/19422/head
parent
710f04079e
commit
8aeb93b1e7
|
@ -39,7 +39,8 @@ $(call Package/open-vm-tools/Default)
|
|||
+glib2 \
|
||||
+libpthread \
|
||||
+libtirpc \
|
||||
+libmspack
|
||||
+libmspack \
|
||||
+libdnet
|
||||
TITLE:=open-vm-tools
|
||||
URL:=https://github.com/vmware/open-vm-tools
|
||||
MAINTAINER:=Yuhei OKAWA <tochiro.srchack@gmail.com>
|
||||
|
@ -74,7 +75,6 @@ CONFIGURE_ARGS+= \
|
|||
--disable-vgauth \
|
||||
--without-root-privileges \
|
||||
--without-kernel-modules \
|
||||
--without-dnet \
|
||||
--with-tirpc \
|
||||
--without-x \
|
||||
--without-gtk2 \
|
||||
|
|
Loading…
Reference in New Issue