diff --git a/sysutils/u-boot-nanopi-r4s/Makefile b/sysutils/u-boot-nanopi-r4s/Makefile index ad4f32947328..8b2a1b85d1b5 100644 --- a/sysutils/u-boot-nanopi-r4s/Makefile +++ b/sysutils/u-boot-nanopi-r4s/Makefile @@ -1,7 +1,15 @@ MASTERDIR= ${.CURDIR}/../u-boot-master +U_BOOT_SLAVE_PORTREVISION_2023.10= 1 + +PATCHFILES+= 1810050/raw \ + 1810051/raw \ + 1810052/raw \ + 1810053/raw \ + 1810054/raw + MODEL= nanopi-r4s BOARD_CONFIG= nanopi-r4s-rk3399_defconfig FAMILY= rk3399 .include "${MASTERDIR}/Makefile"