mirror of
https://github.com/Fishwaldo/build.git
synced 2025-07-23 21:39:02 +00:00
fix minor station (#2735)
This commit is contained in:
parent
61b87bee74
commit
d203ffee29
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue