mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-16 11:51:36 +00:00
[AR-102] Adjusting packaging patch relation to fix broken RockpiS compilation
This commit is contained in:
parent
755388147d
commit
3391ce2e96
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ compilation_prepare()
|
|||
process_patch_file "${SRC}/patch/misc/general-packaging-4.14.y.patch" "applying"
|
||||
fi
|
||||
|
||||
if [[ $version == "4.4."* || $version == "4.9."* ]] && [[ "$LINUXFAMILY" == rockchip64 || "$LINUXFAMILY" == rk3399 ]]; then
|
||||
if [[ $version == "4.4."* || $version == "4.9."* ]] && [[ "$LINUXFAMILY" == rockpis || "$LINUXFAMILY" == rockchip64 || "$LINUXFAMILY" == rk3399 ]]; then
|
||||
display_alert "Adjustin" "packaging" "info"
|
||||
cd ${SRC}/cache/sources/${LINUXSOURCEDIR}
|
||||
process_patch_file "${SRC}/patch/misc/general-packaging-4.4.y-rk3399.patch" "applying"
|
||||
|
|
Loading…
Add table
Reference in a new issue