From: Bernhard Reutner-Fischer Date: Mon, 2 Jul 2007 08:58:56 +0000 (-0000) Subject: - udhcp was merged into busybox some years ago; use a recent busybox instead! X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e4e8dc7f7314d3f409ba91df16e5a917e1e62ffa;p=buildroot.git - udhcp was merged into busybox some years ago; use a recent busybox instead! --- diff --git a/package/Config.in b/package/Config.in index 88a8e10cbc..2a79a469eb 100644 --- a/package/Config.in +++ b/package/Config.in @@ -175,9 +175,10 @@ source "package/thttpd/Config.in" endif source "package/tn5250/Config.in" source "package/ttcp/Config.in" -if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS -source "package/udhcp/Config.in" -endif +#if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS +# ATTENTION! This was merged into busybox! +#source "package/udhcp/Config.in" +#endif source "package/vtun/Config.in" if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS source "package/wget/Config.in"