openwrt/package/boot/arm-trusted-firmware-mvebu
Tianling Shen 48ed07bc0b treewide: replace AUTORELEASE with real PKG_RELEASE
Based on Paul Fertser <fercerpav@gmail.com>'s guidance:
Change AUTORELEASE in rules.mk to:
```
AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))
```

then update all affected packages by:
```
for i in $(git grep -l PKG_RELEASE:=.*AUTORELEASE | sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
	make package/$i/clean
done
```

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-05-18 11:35:29 +02:00
..
patches arm-trusted-firmware-mvebu: Use host flags for cryptest compilation 2022-12-31 19:55:42 +01:00
patches-a3700-utils
patches-mox-boot-builder arm-trusted-firmware-mvebu: bump mox-boot-builder to v2022.06.11 2022-07-31 18:53:23 +02:00
patches-mv-ddr-marvell
Makefile treewide: replace AUTORELEASE with real PKG_RELEASE 2023-05-18 11:35:29 +02:00