From 945b6361457a767285c6aad2cdff1c83e91ae525 Mon Sep 17 00:00:00 2001 From: Martin Honermeyer Date: Sat, 25 Jan 2014 23:47:02 +0100 Subject: [PATCH] Allow multiple devpts instances in linux-odroid kernel config This is needed in order to run [docker](https://github.com/archlinuxarm/PKGBUILDs/tree/master/community/docker) containers (tested on ODROID-U3). --- core/linux-odroid/PKGBUILD | 8 ++++---- core/linux-odroid/config_u2 | 2 +- core/linux-odroid/config_x | 2 +- core/linux-odroid/config_x2 | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/core/linux-odroid/PKGBUILD b/core/linux-odroid/PKGBUILD index b5abe4620..3ce8000f5 100644 --- a/core/linux-odroid/PKGBUILD +++ b/core/linux-odroid/PKGBUILD @@ -8,7 +8,7 @@ pkgname=('linux-odroid-x' 'linux-odroid-x2' 'linux-odroid-u2' 'linux-headers-odr _kernelname=${pkgname#linux} _basekernel=3.8 pkgver=${_basekernel}.13.14 -pkgrel=1 +pkgrel=2 arch=('armv7h') url="http://github.com/hardkernel/linux/" license=('GPL2') @@ -20,9 +20,9 @@ source=("https://github.com/hardkernel/linux/archive/${_commit}.tar.gz" 'config_x2' 'config_u2') md5sums=('6ba1be2c11ec76b4eced6ae43a7a5518' - 'c687798fa7c0ab914c40706f36591f1d' - 'e0b69e985c3444edd76ddc6656a802e2' - '5d05688c269f03c830c30f34bf597374') + 'f6fc6bd8bb25c1c63a649d3b7c32957a' + '26b7f2c2f52f6672dac6d3239da77de2' + '059c11909de78246c750963f69dd594a') build() { cd "${srcdir}/linux-${_commit}" diff --git a/core/linux-odroid/config_u2 b/core/linux-odroid/config_u2 index 3e4547c83..4c106ac6d 100644 --- a/core/linux-odroid/config_u2 +++ b/core/linux-odroid/config_u2 @@ -1788,7 +1788,7 @@ CONFIG_VT_CONSOLE_SLEEP=y CONFIG_HW_CONSOLE=y CONFIG_VT_HW_CONSOLE_BINDING=y CONFIG_UNIX98_PTYS=y -# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set +CONFIG_DEVPTS_MULTIPLE_INSTANCES=y CONFIG_LEGACY_PTYS=y CONFIG_LEGACY_PTY_COUNT=256 # CONFIG_SERIAL_NONSTANDARD is not set diff --git a/core/linux-odroid/config_x b/core/linux-odroid/config_x index 2dcaa15ac..5f1e34814 100644 --- a/core/linux-odroid/config_x +++ b/core/linux-odroid/config_x @@ -1788,7 +1788,7 @@ CONFIG_VT_CONSOLE_SLEEP=y CONFIG_HW_CONSOLE=y CONFIG_VT_HW_CONSOLE_BINDING=y CONFIG_UNIX98_PTYS=y -# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set +CONFIG_DEVPTS_MULTIPLE_INSTANCES=y CONFIG_LEGACY_PTYS=y CONFIG_LEGACY_PTY_COUNT=256 # CONFIG_SERIAL_NONSTANDARD is not set diff --git a/core/linux-odroid/config_x2 b/core/linux-odroid/config_x2 index bdacf8530..a325a76ba 100644 --- a/core/linux-odroid/config_x2 +++ b/core/linux-odroid/config_x2 @@ -1788,7 +1788,7 @@ CONFIG_VT_CONSOLE_SLEEP=y CONFIG_HW_CONSOLE=y CONFIG_VT_HW_CONSOLE_BINDING=y CONFIG_UNIX98_PTYS=y -# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set +CONFIG_DEVPTS_MULTIPLE_INSTANCES=y CONFIG_LEGACY_PTYS=y CONFIG_LEGACY_PTY_COUNT=256 # CONFIG_SERIAL_NONSTANDARD is not set