Whamcloud - gitweb
LU-5022 build: enable building redhat 7 lustre client
[fs/lustre-release.git] / contrib / lbuild / funcs.sh
index 7627dc2..1f6726c 100644 (file)
@@ -179,6 +179,7 @@ autodetect_target() {
           oel5) target="2.6-oel5";;
          rhel5) target="2.6-rhel5";;
          rhel6) target="2.6-rhel6";;
+         rhel7) target="3.10-rhel7";;
         sles10) target="2.6-sles10";;
         sles11) target="$(uname -r | cut -d . -f 1,2)-sles11"
                 local PLEV=$(sed -n -e 's/^PATCHLEVEL = //p' /etc/SuSE-release)