From b712a9161f3d51566f44d48909776649d70116d0 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Tue, 26 Apr 2011 11:05:19 -0500 Subject: 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 for assisting with this update. X-Gentoo-Bug: 205286 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=205286 --- sh/Makefile.Linux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sh/Makefile.Linux') diff --git a/sh/Makefile.Linux b/sh/Makefile.Linux index bb48f42e..fb9208c4 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: -- cgit v1.2.3