diff options
author | Daniel Golle <daniel@makrotopia.org> | 2019-12-09 20:15:36 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2019-12-09 20:15:36 +0100 |
commit | 2105354968ed9698709d220ec446b6d9c27da3a5 (patch) | |
tree | 8b673d5d66ea8a45bca56feb6278dbcf60ebe89e /target/linux/sunxi | |
parent | 414d027ae8ac05ec9aa06bc50afd5458c2da02fc (diff) | |
download | upstream-2105354968ed9698709d220ec446b6d9c27da3a5.tar.gz upstream-2105354968ed9698709d220ec446b6d9c27da3a5.tar.bz2 upstream-2105354968ed9698709d220ec446b6d9c27da3a5.zip |
sunxi: remove CONFIG_LEGACY_PTY from kernel config
Having legacy PTYs enabled causes problems with procd-hotplug.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/sunxi')
-rw-r--r-- | target/linux/sunxi/config-4.14 | 2 | ||||
-rw-r--r-- | target/linux/sunxi/config-4.19 | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/sunxi/config-4.14 b/target/linux/sunxi/config-4.14 index ab7dc9c9b8..6e19f1599b 100644 --- a/target/linux/sunxi/config-4.14 +++ b/target/linux/sunxi/config-4.14 @@ -327,8 +327,6 @@ CONFIG_KVM_VFIO=y CONFIG_LCD_CLASS_DEVICE=y CONFIG_LCD_PLATFORM=y CONFIG_LEDS_GPIO=y -CONFIG_LEGACY_PTYS=y -CONFIG_LEGACY_PTY_COUNT=256 CONFIG_LIBFDT=y CONFIG_LOCK_SPIN_ON_OWNER=y CONFIG_LOGO=y diff --git a/target/linux/sunxi/config-4.19 b/target/linux/sunxi/config-4.19 index 3a2b2843c8..9f3930303b 100644 --- a/target/linux/sunxi/config-4.19 +++ b/target/linux/sunxi/config-4.19 @@ -334,8 +334,6 @@ CONFIG_KVM_VFIO=y CONFIG_LCD_CLASS_DEVICE=y CONFIG_LCD_PLATFORM=y CONFIG_LEDS_GPIO=y -CONFIG_LEGACY_PTYS=y -CONFIG_LEGACY_PTY_COUNT=256 CONFIG_LIBFDT=y CONFIG_LOCK_DEBUGGING_SUPPORT=y CONFIG_LOCK_SPIN_ON_OWNER=y |