comparison network/dhcpcd/dhcpcd.sh @ 1105:a96309fe2497

vanilla: remove ghost udev dependency
author David Demelier <markand@malikania.fr>
date Tue, 17 Sep 2019 20:12:00 +0200
parents 3dece1f7570b
children 297b5eef115e
comparison
equal deleted inserted replaced
1104:57f3afd0846a 1105:a96309fe2497
39 with_ipv6="--disable-ipv6" 39 with_ipv6="--disable-ipv6"
40 fi 40 fi
41 41
42 # Custom configure script, no --with-udev tunable. 42 # Custom configure script, no --with-udev tunable.
43 if [ "$UDEV" = "yes" ]; then 43 if [ "$UDEV" = "yes" ]; then
44 PKGDEPENDS="udev $PKGDEPENDS" 44 PKGDEPENDS="eudev $PKGDEPENDS"
45 else 45 else
46 with_udev="--without-udev" 46 with_udev="--without-udev"
47 fi 47 fi
48 48
49 build() 49 build()