summaryrefslogtreecommitdiff
path: root/package/openobex
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-04-19 09:40:00 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-04-22 23:06:35 +0200
commit79ce08bbdc33d1725f5d950736c9f624814b5a03 (patch)
tree1b3aaff6114959b7bad2234504ddfb31af0735f3 /package/openobex
parent55bab4f619833b4edf933a7309503c9425cf623d (diff)
packages: remove non-IPv6 dependencies and tweaks
Now that IPv6 is mandatory remove package dependencies and conditionals for it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/openobex')
-rw-r--r--package/openobex/Config.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/openobex/Config.in b/package/openobex/Config.in
index c56692d2b..5f606fee9 100644
--- a/package/openobex/Config.in
+++ b/package/openobex/Config.in
@@ -1,6 +1,5 @@
config BR2_PACKAGE_OPENOBEX
bool "openobex"
- depends on BR2_INET_IPV6
help
Free open source implementation of the Object Exchange (OBEX)
protocol.
@@ -41,6 +40,3 @@ config BR2_PACKAGE_OPENOBEX_DUMP
bool "enable protocol dumping for debugging"
endif
-
-comment "openobex needs a toolchain w/ IPv6"
- depends on !BR2_INET_IPV6