diff options
Diffstat (limited to 'main/dhcp/APKBUILD')
-rw-r--r-- | main/dhcp/APKBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/main/dhcp/APKBUILD b/main/dhcp/APKBUILD index 26a1c0874e..e952f09a3c 100644 --- a/main/dhcp/APKBUILD +++ b/main/dhcp/APKBUILD @@ -11,10 +11,8 @@ depends="" depends_server_ldap="!$pkgname-server-vanilla $pkgname" depends_server_vanilla="!$pkgname-server-ldap $pkgname" depends_static="$pkgname-dev" -# -# busybox utils are not sufficient for dhclient -#depends_dhclient_optional="bash iputils net-tools sed util-linux" -depends_dhclient="coreutils iproute2 run-parts $depends_dhclient_optional" +# busybox utils are not sufficient +depends_dhclient="coreutils iproute2 run-parts" depends_dhcrelay="" # do not inherit depends from $pkgname depends_openrc="" # do not inherit depends from $pkgname pkgusers="dhcp" |