b712a9161f
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
8 lines
177 B
Makefile
8 lines
177 B
Makefile
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:
|
|
${SED} ${SED_REPLACE} ${SED_EXTRA} $< > $@
|
|
|