mirror of
https://github.com/openwrt/openwrt.git
synced 2026-06-17 14:50:15 +04:00
dnsmasq: require busybox pidof applet
The dnsmasq init script uses pidof, but BusyBox may be built without it. Add a Kconfig dependency on BUSYBOX_CONFIG_PIDOF to ensure the applet is available at runtime. Signed-off-by: Ivan Romanov <drizt72@zoho.eu> Link: https://github.com/openwrt/openwrt/pull/23132 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
committed by
Robert Marko
parent
9c2e0ba8d8
commit
148830a11d
@@ -44,7 +44,7 @@ define Package/dnsmasq/Default
|
||||
CATEGORY:=Base system
|
||||
TITLE:=DNS and DHCP server
|
||||
URL:=http://www.thekelleys.org.uk/dnsmasq/
|
||||
DEPENDS:=+libubus
|
||||
DEPENDS:=+libubus +@BUSYBOX_CONFIG_PIDOF
|
||||
USERID:=dnsmasq=453:dnsmasq=453
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user