mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
ifplugd: add --with-initdir= to config command
ifplugd refuses to configure without this set. Signed-off-by: Shawn J. Goff <shawnjgoff@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
c557c28e69
commit
a45b10baa7
@ -12,7 +12,7 @@ IFPLUGD_AUTORECONF = YES
|
||||
|
||||
# install-strip unconditionally overwrites $(TARGET_DIR)/etc/ifplugd/ifplugd.*
|
||||
IFPLUGD_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install-exec
|
||||
IFPLUGD_CONF_OPT = --disable-lynx
|
||||
IFPLUGD_CONF_OPT = --disable-lynx --with-initdir=/etc/init.d/
|
||||
IFPLUGD_DEPENDENCIES = libdaemon
|
||||
|
||||
# Prefer big ifplugd
|
||||
|
Loading…
Reference in New Issue
Block a user