system: drop IPv6 depend for systemd
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Sun, 19 Apr 2015 12:39:55 +0000 (09:39 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 22 Apr 2015 20:59:42 +0000 (22:59 +0200)
The option is a non-option now and will be removed.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/systemd/Config.in
system/Config.in

index d00ac9d82fa80e5e4cf7e4822dc91289d563d1c3..38353d047e41ef8fee0444636b9aa9925f6fbc75 100644 (file)
@@ -11,7 +11,6 @@ config BR2_PACKAGE_SYSTEMD
        bool "systemd"
        depends on BR2_INIT_SYSTEMD
        depends on BR2_USE_WCHAR # util-linux
-       depends on BR2_INET_IPV6
        depends on !BR2_STATIC_LIBS # kmod
        depends on BR2_TOOLCHAIN_HAS_THREADS # dbus
        depends on BR2_USE_MMU # dbus
index 431524d10363059960c63ec7c96d6a45d2a13f5c..84cde9422e5ffd38c4e955bb4b2f8a3514d6376a 100644 (file)
@@ -81,7 +81,6 @@ config BR2_INIT_SYSTEMD
        depends on BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS
        depends on BR2_TOOLCHAIN_USES_GLIBC
        depends on BR2_USE_WCHAR
-       depends on BR2_INET_IPV6
        depends on BR2_TOOLCHAIN_HAS_THREADS
        depends on BR2_TOOLCHAIN_HAS_SSP
        depends on BR2_USE_MMU