summaryrefslogtreecommitdiffstats
path: root/build_configs.sh
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2017-10-01 19:53:42 +0100
committerPeter Robinson <pbrobinson@gmail.com>2017-10-01 19:53:42 +0100
commit25c8ec05841e8e02ae37e7b7e36d3a60af1cbdf3 (patch)
treef3683165a8e0dbf3114b9466aeedd91ca4c324b9 /build_configs.sh
parent851373223ac3f1f6ee732326fd6840bfd9baa440 (diff)
downloadkernel-25c8ec05841e8e02ae37e7b7e36d3a60af1cbdf3.tar.gz
kernel-25c8ec05841e8e02ae37e7b7e36d3a60af1cbdf3.tar.xz
kernel-25c8ec05841e8e02ae37e7b7e36d3a60af1cbdf3.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