packaging : add support for s390x

Add kernel 4.14.x config for s390x.
This is taken from https://github.com/linuxkit/linuxkit/blob/master/kernel/config-4.14.x-s390x
commit 323043fdd843d0ef920e5348f6e1315039e1f1d3
Also a minor mod was made to this file to disable CONFIG_SERIAL_8250.

Fixes #176

Signed-off-by: Yash Jain <ydjainopensource@gmail.com>
This commit is contained in:
Yash Jain 2018-09-04 08:40:01 -04:00
parent f4de4838f2
commit b7c362fbdb
3 changed files with 3384 additions and 1 deletions

View File

@ -89,6 +89,7 @@ arch_to_kernel() {
aarch64) echo "arm64" ;;
ppc64le) echo "powerpc" ;;
x86_64) echo "$arch" ;;
s390x) echo "s390" ;;
*) die "unsupported architecture: $arch" ;;
esac
}

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
10
11