Merge pull request #2120 from stgraber/master

debian: We must use iproute on wheezy
This commit is contained in:
Christian Brauner 2018-02-01 15:55:25 +01:00 committed by GitHub
commit b046bbab2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -316,9 +316,11 @@ download_debian()
case "$release" in case "$release" in
wheezy) wheezy)
init=sysvinit init=sysvinit
iproute=iproute
;; ;;
*) *)
init=init init=init
iproute=iproute2
;; ;;
esac esac
packages=\ packages=\
@ -329,7 +331,7 @@ dialog,\
isc-dhcp-client,\ isc-dhcp-client,\
netbase,\ netbase,\
net-tools,\ net-tools,\
iproute2,\ $iproute,\
openssh-server openssh-server
cache=$1 cache=$1