20 lines
664 B
Diff
20 lines
664 B
Diff
redflag_platform.patch
|
|
|
|
--- pljava-1_5_2/kernal/src/get_PlatForm_str.sh 2021-04-22 23:08:25.329008365 +0800
|
|
+++ pljava-1_5_2_new/kernal/src/get_PlatForm_str.sh 2021-04-22 22:57:26.464641840 +0800
|
|
@@ -126,6 +126,14 @@
|
|
plat_form_str=kylin_"$cpu_bit"
|
|
fi
|
|
|
|
+##################################################################################
|
|
+# redflag platform
|
|
+# the result form like this: redflag_x86_64
|
|
+##################################################################################
|
|
+if [ "$kernel"x = "redflag"x ]
|
|
+then
|
|
+ plat_form_str=asianux7.6_"$cpu_bit"
|
|
+fi
|
|
|
|
##################################################################################
|
|
#
|