Check the srcversion for 1.9.2

This commit is contained in:
Daniel Lowell
2019-02-12 14:44:25 -06:00
committed by GitHub
parent 59a648b684
commit e785720067

View File

@@ -69,6 +69,9 @@ elif [ -e /sys/module/amdkfd/version ]; then
# 1.9.211
elif [ "$KERNEL_SRC_VERSION" == "1C6A1C03695B2681E4F30E4" ]; then
download_repo http://repo.radeon.com/rocm/archive/apt_1.9.1.tar.bz2
# 1.9.307
elif [ "$KERNEL_SRC_VERSION" == "FFDB742B15AC9CA19B5EE64" ]; then
download_repo http://repo.radeon.com/rocm/archive/apt_1.9.2.tar.bz2
else
add_repo http://repo.radeon.com/rocm/apt/debian/
fi