diff --git a/config/templates/customize-image.sh.template b/config/templates/customize-image.sh.template index eebf10637d..06204959c8 100644 --- a/config/templates/customize-image.sh.template +++ b/config/templates/customize-image.sh.template @@ -187,7 +187,7 @@ InstallOpenMediaVault() { bananapim3|nanopifire3|nanopct3plus|nanopim3) HMP_Fix='; taskset -c -p 4-7 $i ' ;; - edge*|ficus|firefly-rk3399|nanopct4|nanopim4|nanopineo4|renegade-elite|roc-rk3399-pc|rockpro64) + edge*|ficus|firefly-rk3399|nanopct4|nanopim4|nanopineo4|renegade-elite|roc-rk3399-pc|rockpro64|station-p1) HMP_Fix='; taskset -c -p 4-5 $i ' ;; esac diff --git a/lib/compilation-prepare.sh b/lib/compilation-prepare.sh index ce7365ccc2..84a9a678e0 100644 --- a/lib/compilation-prepare.sh +++ b/lib/compilation-prepare.sh @@ -62,7 +62,7 @@ compilation_prepare() fi if [[ "${version}" == "4.4."* ]] && \ - [[ "$LINUXFAMILY" == rockchip64 ]] || [[ "$LINUXFAMILY" == station* ]]; then + [[ "$LINUXFAMILY" == rockchip64 || "$LINUXFAMILY" == station* ]]; then display_alert "Adjustin" "packaging" "info" cd "$kerneldir" || exit process_patch_file "${SRC}/patch/misc/general-packaging-4.4.y-rockchip64.patch" "applying"