mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
kea: fix kea-admin dependency
Fix kea-admin dependency where if procps-ng-ps wasn't available busybox would output an error casuse it does't support showing a processe's PID Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ endef
|
|||||||
define Package/kea-ctrl
|
define Package/kea-ctrl
|
||||||
$(call Package/kea/Default)
|
$(call Package/kea/Default)
|
||||||
TITLE+=Control
|
TITLE+=Control
|
||||||
DEPENDS:=+kea-dhcp4 \
|
DEPENDS:=+procps-ng +procps-ng-ps +kea-dhcp4 \
|
||||||
+IPV6:kea-dhcp6 +kea-dhcp-ddns
|
+IPV6:kea-dhcp6 +kea-dhcp-ddns
|
||||||
endef
|
endef
|
||||||
define Package/kea-ctrl/description
|
define Package/kea-ctrl/description
|
||||||
|
|||||||
Reference in New Issue
Block a user