mirror of
https://github.com/DrHo1y/orangepi-build.git
synced 2026-03-25 01:56:43 +07:00
rockchip-rk3588: Add nvram copy for opicm5-tablet and opi5ultra
This commit is contained in:
@@ -191,4 +191,11 @@ family_tweaks_s() {
|
|||||||
LABEL="modeswitch_rules_end"
|
LABEL="modeswitch_rules_end"
|
||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [[ "${BOARD}x" == orangepi5ultrax ]]; then
|
||||||
|
cp $EXTER/cache/sources/orangepi-firmware-git/nvram_ap6611s.txt-${BOARD} ${SDCARD}/lib/firmware/nvram_ap6611s.txt
|
||||||
|
|
||||||
|
elif [[ "${BOARD}x" == orangepicm5-tabletx ]]; then
|
||||||
|
cp $EXTER/cache/sources/orangepi-firmware-git/nvram_ap6256.txt-${BOARD} ${SDCARD}/lib/firmware/nvram_ap6256.txt
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user