diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-07-02 08:58:56 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-07-02 08:58:56 +0000 |
commit | e4e8dc7f7314d3f409ba91df16e5a917e1e62ffa (patch) | |
tree | 9e974206e437bcf1733126ace8e0d07dde4e6faf /package | |
parent | 2dd6b35498ca5dbf0052925954b5f92c39baf460 (diff) | |
download | buildroot-novena-e4e8dc7f7314d3f409ba91df16e5a917e1e62ffa.tar.gz buildroot-novena-e4e8dc7f7314d3f409ba91df16e5a917e1e62ffa.zip |
- udhcp was merged into busybox some years ago; use a recent busybox instead!
Diffstat (limited to 'package')
-rw-r--r-- | package/Config.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/package/Config.in b/package/Config.in index 88a8e10cb..2a79a469e 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" |