Files
telephony/libs
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
..
2021-04-19 08:47:47 +02:00
2021-11-09 18:58:45 +01:00
2021-08-22 16:44:53 +02:00
2021-03-06 14:45:47 -08:00
2023-03-02 20:09:02 +01:00
2022-01-30 14:40:24 +03:00
2023-07-08 10:42:16 +02:00
2023-03-02 20:10:04 +01:00
2023-03-02 20:10:58 +01:00