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
..
2023-03-21 18:28:23 +01:00
2023-03-21 18:28:22 +01:00
2023-05-15 16:14:44 +02:00
2023-03-21 18:28:22 +01:00
2023-03-21 18:28:22 +01:00
2023-03-21 18:28:22 +01:00
2023-05-16 14:31:14 +02:00
2023-04-08 15:52:56 +02:00
2023-03-21 18:28:22 +01:00
2022-07-17 14:21:03 +02:00
2022-07-04 20:37:41 +02:00
2022-09-11 01:30:11 +02:00
2022-09-06 16:36:44 +01:00
2022-03-05 21:05:45 +01:00
2022-09-06 16:36:45 +01:00
2023-05-18 11:35:29 +02:00
2023-03-21 18:28:22 +01:00
2023-04-02 02:25:16 +02:00
2023-04-22 02:35:19 +02:00
2023-05-18 10:14:13 +02:00
2023-05-18 10:14:13 +02:00
2023-05-18 10:14:13 +02:00
2022-07-10 19:07:47 +02:00
2023-04-01 22:02:24 +02:00
2023-01-13 22:02:20 +01:00
2022-10-14 13:12:23 +02:00
2023-05-15 16:14:41 +02:00
2022-09-07 04:22:40 +01:00
2023-05-18 11:35:29 +02:00
2023-05-04 06:07:29 +02:00
2023-04-10 13:36:26 +02:00
2022-03-27 14:38:13 +02:00
2023-02-26 01:12:02 +01:00
2023-05-18 11:35:29 +02:00
2023-04-29 12:33:44 +02:00
2023-05-18 10:14:13 +02:00
2022-10-02 20:22:54 +02:00
2022-10-23 18:16:22 +02:00
2022-09-26 17:58:32 +01:00
2022-04-01 12:54:58 +01:00
2023-04-13 20:51:05 +02:00
2023-02-25 18:37:26 +01:00
2023-05-18 11:35:29 +02:00
2023-05-18 11:35:29 +02:00