summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrecipes-kernel/linux/linux.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux.inc b/recipes-kernel/linux/linux.inc
index 02f7cef..6c26c24 100755
--- a/recipes-kernel/linux/linux.inc
+++ b/recipes-kernel/linux/linux.inc
@@ -217,6 +217,12 @@ do_configure_prepend() {
217 echo "CONFIG_CMDLINE=\"${CMDLINE_NFSROOT_USB}\"" >> ${S}/.config 217 echo "CONFIG_CMDLINE=\"${CMDLINE_NFSROOT_USB}\"" >> ${S}/.config
218 fi 218 fi
219 yes '' | oe_runmake oldconfig 219 yes '' | oe_runmake oldconfig
220
221 #
222 # Activate CONFIG_LEGACY_PTYS
223 #
224 sed -e '/CONFIG_LEGACY_PTYS/d' -i ${S}/.config
225 echo "CONFIG_LEGACY_PTYS=y" >> ${S}/.config
220} 226}
221 227
222do_configure_append() { 228do_configure_append() {