aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/dhcp/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/dhcp/APKBUILD b/main/dhcp/APKBUILD
index ae1c21295f..bc348b54a7 100644
--- a/main/dhcp/APKBUILD
+++ b/main/dhcp/APKBUILD
@@ -9,8 +9,8 @@ arch="all"
license="ISC"
depends=
# busybox utils are not sufficient for dhclient
-depends_dhclient="coreutils iproute2 run-parts $depends_dhclient_optional"
#depends_dhclient_optional="bash iputils net-tools sed util-linux"
+depends_dhclient="coreutils iproute2 run-parts $depends_dhclient_optional"
pkgusers="dhcp"
pkggroups="dhcp"
makedepends="perl linux-headers $depends_dhclient $depends_dhclient_optional"