recovery: ccmp1: update regex to include ubi1 for update partition

In single boot layout the ccmp1 platforms have two UBI devices:

ubi0: Contains uboot_config_r, linux, and recovery.
ubi1: Contains rootfs, data, and update.
The regular expression used for the update partition needs
to be updated to include the ubi1 device, ensuring proper
handling of the update partition.

https://onedigi.atlassian.net/browse/DEL-9387

Signed-off-by: Francisco Gil francisco.gilmartinez@digi.com
This commit is contained in:
Francisco Gil 2024-11-20 11:02:54 +01:00
parent 469868b64f
commit 8f78f71d3a
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
sd[a-z][0-9]+ 0:0 660 */lib/mdev/automount_block.sh
mmcblk[0-9]+p[0-9]+ 0:0 660 */lib/mdev/automount_block.sh
mtd[0-9]+ 0:0 660 */lib/mdev/automount_mtd.sh
ubi0_[0-9]+ 0:0 660 */lib/mdev/automount_ubi.sh
ubi[0-1]_[0-9]+ 0:0 660 */lib/mdev/automount_ubi.sh