summaryrefslogtreecommitdiffstats
path: root/configure.ac.in
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2013-05-30 16:25:26 +1000
committerJeremy Kerr <jk@ozlabs.org>2013-06-24 13:07:57 +0800
commitc75acc64833eb7263b340079e7ba3153ebc60aec (patch)
tree46ef66a3eec4057594cc3b688095e8cfe26512b6 /configure.ac.in
parent32fe8024f5af5cd8de23c638ddad8ada67a46cd5 (diff)
downloadtalos-petitboot-c75acc64833eb7263b340079e7ba3153ebc60aec.tar.gz
talos-petitboot-c75acc64833eb7263b340079e7ba3153ebc60aec.zip
discover: Add network handling
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'configure.ac.in')
-rw-r--r--configure.ac.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac.in b/configure.ac.in
index bfc2572..1d6703b 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -195,6 +195,8 @@ DEFINE_HOST_PROG(SFTP, sftp, [/usr/bin/sftp])
DEFINE_HOST_PROG(TFTP, tftp, [/usr/bin/tftp])
DEFINE_HOST_PROG(UMOUNT, umount, [/bin/umount])
DEFINE_HOST_PROG(WGET, wget, [/usr/bin/wget])
+DEFINE_HOST_PROG(IP, ip, [/sbin/ip])
+DEFINE_HOST_PROG(UDHCPC, udhcpc, [/sbin/udhcpc])
default_cflags="--std=gnu99 -g \
-Wall -W -Wunused -Wstrict-prototypes -Wmissing-prototypes \
OpenPOWER on IntegriCloud