summaryrefslogtreecommitdiff
path: root/sh/Makefile.Linux
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2011-04-26 11:05:19 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2011-04-26 15:25:08 -0500
commitb712a9161f3d51566f44d48909776649d70116d0 (patch)
tree8f4c8dfa07da605e21242e142ab4f3dc929d6dc5 /sh/Makefile.Linux
parent8202e7dce4065b79c272dc11941b371a9c4f99fc (diff)
downloadopenrc-b712a9161f3d51566f44d48909776649d70116d0.tar.gz
openrc-b712a9161f3d51566f44d48909776649d70116d0.tar.bz2
openrc-b712a9161f3d51566f44d48909776649d70116d0.tar.xz
change udhcpc support to busybox udhcpc
This updates the udhcpc support to use busybox's udhcpc instead of the stand alone version. I would like to thank jackieku <kjackie@gmail.com> for assisting with this update. X-Gentoo-Bug: 205286 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=205286
Diffstat (limited to 'sh/Makefile.Linux')
-rw-r--r--sh/Makefile.Linux4
1 files changed, 2 insertions, 2 deletions
diff --git a/sh/Makefile.Linux b/sh/Makefile.Linux
index bb48f42..fb9208c 100644
--- a/sh/Makefile.Linux
+++ b/sh/Makefile.Linux
@@ -1,5 +1,5 @@
-SRCS+= init.sh.in init-early.sh.in
-BIN+= init-early.sh
+SRCS+= init.sh.in init-early.sh.in udhcpc-hook.sh.in
+BIN+= init-early.sh udhcpc-hook.sh
.SUFFIXES: .sh.Linux.in
.sh.Linux.in.sh: