Release for DSM7.2.2

This commit is contained in:
haochengkuo
2024-06-06 11:14:38 +08:00
parent d2b7657e90
commit e1d9f527f3
2 changed files with 3 additions and 1 deletions

View File

@ -52,6 +52,7 @@ pkg_get_platform() {
R1000) arch="r1000" ;;
BROADWELLNKV2) arch="broadwellnkv2" ;;
REALTEK_RTD1619B) arch="rtd1619b" ;;
BROADWELLNTBAP) arch="broadwellntbap" ;;
*) arch="" ;;
esac
fi
@ -65,7 +66,7 @@ plat_to_family() {
local family=
case "$plat" in
bromolow | cedarview | avoton | braswell | apollolake | grantley | broadwell | kvmx64 | denverton | broadwellnk | purley | geminilake | v1000 | r1000 | broadwellnkv2 | epyc7002)
bromolow | cedarview | avoton | braswell | apollolake | grantley | broadwell | kvmx64 | denverton | broadwellnk | purley | geminilake | v1000 | r1000 | broadwellnkv2 | epyc7002 | broadwellntbap)
family="x86_64"
;;
evansport )

View File

@ -30,3 +30,4 @@ epyc7002="linux-5.10.x"
r1000="linux-4.4.x"
broadwellnkv2="linux-4.4.x"
rtd1619b="linux-5.10.x"
broadwellntbap="linux-4.4.x"