mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/minicom: make default port and lock directory fixed defaults
Minicom's configure script will set values for the default port and lock
directory based on the configuration of the host machine, which is not
useful for cross-compiling or reproducible builds, so instead set them
to sensible default values.
Signed-off-by: James Byrne <james.byrne@origamienergy.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit eeaa432800)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
ed821de10f
commit
e55bfd6c9d
@@ -22,4 +22,8 @@ define MINICOM_MKDIR_M4
|
||||
endef
|
||||
MINICOM_POST_PATCH_HOOKS += MINICOM_MKDIR_M4
|
||||
|
||||
MINICOM_CONF_OPTS = \
|
||||
--enable-dfl-port=/dev/ttyS1 \
|
||||
--enable-lock-dir=/var/lock
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user