mirror of
https://github.com/AuxXxilium/synology-dsm-open-vm-tools.git
synced 2024-11-23 14:50:58 +07:00
vm: build for 7.1
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
e881e3f2c3
commit
4b5aef52b8
14
docker.sh
14
docker.sh
@ -2,11 +2,11 @@
|
||||
|
||||
make setup
|
||||
cp -r /spksrc/sponge /usr/bin/
|
||||
cd /spksrc/spk/open-vm-tools/ && make arch-apollolake-7.2
|
||||
cd /spksrc/spk/open-vm-tools/ && make arch-broadwell-7.2
|
||||
cd /spksrc/spk/open-vm-tools/ && make arch-broadwellnk-7.2
|
||||
cd /spksrc/spk/open-vm-tools/ && make arch-denverton-7.2
|
||||
cd /spksrc/spk/open-vm-tools/ && make arch-geminilake-7.2
|
||||
cd /spksrc/spk/open-vm-tools/ && make arch-r1000-7.2
|
||||
cd /spksrc/spk/open-vm-tools/ && make arch-v1000-7.2
|
||||
cd /spksrc/spk/open-vm-tools/ && make arch-apollolake-7.1
|
||||
cd /spksrc/spk/open-vm-tools/ && make arch-broadwell-7.1
|
||||
cd /spksrc/spk/open-vm-tools/ && make arch-broadwellnk-7.1
|
||||
cd /spksrc/spk/open-vm-tools/ && make arch-denverton-7.1
|
||||
cd /spksrc/spk/open-vm-tools/ && make arch-geminilake-7.1
|
||||
cd /spksrc/spk/open-vm-tools/ && make arch-r1000-7.1
|
||||
cd /spksrc/spk/open-vm-tools/ && make arch-v1000-7.1
|
||||
exit
|
@ -7,7 +7,7 @@ BETA = 1
|
||||
DEPENDS = cross/$(SPK_NAME)
|
||||
UNSUPPORTED_ARCHS = $(PPC_ARCHS) $(ARMv5_ARCHS) $(i686_ARCHS) $(ARMv7L_ARCHS)
|
||||
|
||||
MAINTAINER = zsanjin
|
||||
MAINTAINER = AuxXxilium
|
||||
DESCRIPTION = open-vm-tools is a set of services and modules that enable several features in VMware products for better management of, and seamless user interactions with, guests.
|
||||
RELOAD_UI = yes
|
||||
DISPLAY_NAME = VMware Tools
|
||||
|
Loading…
Reference in New Issue
Block a user