openwrt/package/network/services/dropbear
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
..
files dropbear: use new extra_command wrapper 2020-11-02 21:32:38 +01:00
patches dropbear: cherry-pick upstream commit 544f28a0 2022-06-27 00:57:15 +02:00
Config.in dropbear: add config options for agent-forwarding support 2021-10-30 16:32:54 +02:00
Makefile treewide: replace AUTORELEASE with real PKG_RELEASE 2023-05-18 11:35:29 +02:00