]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - Config.in.legacy
docs/website: update for 2017.02.8
[coffee/buildroot.git] / Config.in.legacy
index 407480546efe42482d12609836f903509d6b4cc5..35a6d6e1fe7405980161ab472af16fbd71c62ce5 100644 (file)
@@ -145,6 +145,91 @@ endif
 ###############################################################################
 comment "Legacy options removed in 2017.11"
 
+config BR2_PACKAGE_RFKILL
+       bool "rfkill package removed"
+       select BR2_LEGACY
+       select BR2_PACKAGE_UTIL_LINUX
+       select BR2_PACKAGE_UTIL_LINUX_RFKILL
+       help
+         The rfkill program is now provided by the util-linux package.
+
+config BR2_PACKAGE_UTIL_LINUX_RESET
+       bool "util-linux reset option removed"
+       select BR2_LEGACY
+       help
+         The util-linux package no longer offers a "reset" command. Use
+         either the reset command provided by BusyBox or select ncurses
+         programs, which will install a symlink from "tset" to reset.
+
+config BR2_PACKAGE_POLICYCOREUTILS_AUDIT2ALLOW
+       bool "policycoreutils audit2allow option removed"
+       select BR2_LEGACY
+       select BR2_PACKAGE_SELINUX_PYTHON
+       select BR2_PACKAGE_SELINUX_PYTHON_AUDIT2ALLOW
+       help
+         The policycoreutils package no longer offers audit2allow
+         as a option. This package has been moved into the
+         selinux-python package by the SELinux maintainers.
+
+config BR2_PACKAGE_POLICYCOREUTILS_RESTORECOND
+       bool "policycoreutils restorecond option removed"
+       select BR2_LEGACY
+       select BR2_PACKAGE_RESTORECOND
+       help
+         The policycoreutils package no longer offers restorecond
+         as a option.  This package has been moved into a seperate
+         package maintained by the SELinux maintainers.
+
+config BR2_PACKAGE_SEPOLGEN
+       bool "sepolgen package has been removed"
+       select BR2_LEGACY
+       select BR2_PACKAGE_SELINUX_PYTHON
+       select BR2_PACKAGE_SELINUX_PYTHON_SEPOLGEN
+       help
+         Sepolgen is no longer a individual package, but instead has
+         been moved into the selinux-python package by the SELinux
+         maintainers.
+
+config BR2_PACKAGE_OPENOBEX_BLUEZ
+       bool "openobex bluez option removed"
+       select BR2_LEGACY
+       select BR2_PACKAGE_BLUEZ_UTILS
+       help
+         The OpenOBEX package no longer offers an option to enable or
+         disable BlueZ support. Instead, BlueZ support is always
+         included when the bluez5_utils or bluez_utils package is
+         selected.
+
+config BR2_PACKAGE_OPENOBEX_LIBUSB
+       bool "openobex libusb option removed"
+       select BR2_LEGACY
+       select BR2_PACKAGE_LIBUSB
+       help
+         The OpenOBEX package no longer offers an option to enable or
+         disable libusb support. Instead, USB support is always
+         included when the libusb package is selected.
+
+config BR2_PACKAGE_OPENOBEX_APPS
+       bool "openobex apps option removed"
+       select BR2_LEGACY
+       help
+         The OpenOBEX package no longer offers an option to enable or
+         disable apps support.
+
+config BR2_PACKAGE_OPENOBEX_SYSLOG
+       bool "openobex syslog option removed"
+       select BR2_LEGACY
+       help
+         The OpenOBEX package no longer offers an option to enable or
+         disable syslog support.
+
+config BR2_PACKAGE_OPENOBEX_DUMP
+       bool "openobex dump option removed"
+       select BR2_LEGACY
+       help
+         The OpenOBEX package no longer offers an option to enable or
+         disable dump support.
+
 config BR2_PACKAGE_AICCU
        bool "aiccu utility removed"
        select BR2_LEGACY