summaryrefslogtreecommitdiffstats
path: root/build_configs.sh
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2017-10-01 20:01:33 +0100
committerPeter Robinson <pbrobinson@gmail.com>2017-10-01 20:01:33 +0100
commit7baeeb4ccbfa64367afb43d59de8799bb6d2430d (patch)
tree19c3ff799bc68feb0c99c3ac024fe61e6fe70ad1 /build_configs.sh
parent037e86c40d1dc8a737626a8f675a7c2982738df3 (diff)
downloadkernel-7baeeb4ccbfa64367afb43d59de8799bb6d2430d.tar.gz
kernel-7baeeb4ccbfa64367afb43d59de8799bb6d2430d.tar.xz
kernel-7baeeb4ccbfa64367afb43d59de8799bb6d2430d.zip
drop ppc64p7 kernel options, not supported in F-26+ and never in dnf (NFC)
Diffstat (limited to 'build_configs.sh')
-rwxr-xr-xbuild_configs.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/build_configs.sh b/build_configs.sh
index 55fb89d01..140511f19 100755
--- a/build_configs.sh
+++ b/build_configs.sh
@@ -46,8 +46,6 @@ function merge_configs()
echo "# powerpc" > $name
elif [ "x$arch" == "xppc64le" ]; then
echo "# powerpc" > $name
- elif [ "x$arch" == "xppc64p7" ]; then
- echo "# powerpc" > $name
elif [ "x$arch" == "xs390x" ]; then
echo "# s390" > $name
elif [ "x$arch" == "xarmv7hl" ]; then