summaryrefslogtreecommitdiff
path: root/package/iputils
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-07-01 20:03:04 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-07-10 16:15:59 +0200
commit1eda5f06f1fc3540660aaf7e34e6b6cc42f3659d (patch)
treebb77ba4c23dd550b667f01735446ab21b57166f7 /package/iputils
parent506b964df95e578aa682ddd2e98993a91355930a (diff)
package: remove references to uClibc 0.9.32
This commit removes all remaining references to uClibc 0.9.32. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/iputils')
-rw-r--r--package/iputils/Config.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/iputils/Config.in b/package/iputils/Config.in
index e7bb3d967..456fddf76 100644
--- a/package/iputils/Config.in
+++ b/package/iputils/Config.in
@@ -4,8 +4,7 @@ config BR2_PACKAGE_IPUTILS
depends on BR2_USE_MMU # fork()
# requires dn_comp (only available in since uclibc 0.9.33)
depends on !BR2_avr32
- depends on !BR2_UCLIBC_VERSION_0_9_31 && \
- !BR2_UCLIBC_VERSION_0_9_32
+ depends on !BR2_UCLIBC_VERSION_0_9_31
help
This package is set of small useful utilities for Linux networking.
It includes complete versions of ping, traceroute, etc.