telephony/net/rtpproxy
Kuan-Yi Li 87275752df 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: Kuan-Yi Li <kyli@abysm.org>
2023-07-19 04:41:35 +08:00
..
files rtpproxy: use return in init script 2022-11-08 22:19:29 +01:00
patches rtpproxy: add build fix 2021-11-28 18:18:16 +01:00
Makefile treewide: replace AUTORELEASE with real PKG_RELEASE 2023-07-19 04:41:35 +08:00