From 25c8ec05841e8e02ae37e7b7e36d3a60af1cbdf3 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sun, 1 Oct 2017 19:53:42 +0100 Subject: drop ppc64p7 kernel options, not supported in F-26+ and never in dnf (NFC) --- build_configs.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'build_configs.sh') 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 -- cgit