diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2017-10-01 19:53:42 +0100 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2017-10-01 19:53:42 +0100 |
commit | 25c8ec05841e8e02ae37e7b7e36d3a60af1cbdf3 (patch) | |
tree | f3683165a8e0dbf3114b9466aeedd91ca4c324b9 /build_configs.sh | |
parent | 851373223ac3f1f6ee732326fd6840bfd9baa440 (diff) | |
download | kernel-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-x | build_configs.sh | 2 |
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 |