treewide: replace AUTORELEASE with real PKG_RELEASE
authorTianling Shen <cnsztl@immortalwrt.org>
Wed, 17 May 2023 13:08:40 +0000 (21:08 +0800)
committerPaul Spooren <mail@aparcar.org>
Thu, 18 May 2023 09:35:29 +0000 (11:35 +0200)
commit48ed07bc0b94b930d369baf911014bedd5bf6a7e
treea9b4a50b621a0212b349e73140e8066cf94476d5
parent3a6657540c3d6fc50a63caf8432e301e825ada16
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>
58 files changed:
package/boot/arm-trusted-firmware-bcm63xx/Makefile
package/boot/arm-trusted-firmware-mediatek/Makefile
package/boot/arm-trusted-firmware-mvebu/Makefile
package/boot/grub2/Makefile
package/boot/tfa-layerscape/Makefile
package/boot/uboot-at91/Makefile
package/boot/uboot-bcm4908/Makefile
package/boot/uboot-fritz4040/Makefile
package/boot/uboot-imx/Makefile
package/boot/uboot-kirkwood/Makefile
package/boot/uboot-lantiq/Makefile
package/boot/uboot-layerscape/Makefile
package/boot/uboot-mvebu/Makefile
package/boot/uboot-mxs/Makefile
package/boot/uboot-omap/Makefile
package/boot/uboot-oxnas/Makefile
package/boot/uboot-rockchip/Makefile
package/boot/uboot-tegra/Makefile
package/devel/gdb/Makefile
package/firmware/layerscape/fman-ucode/Makefile
package/firmware/layerscape/ls-ddr-phy/Makefile
package/firmware/layerscape/ls-dpl/Makefile
package/firmware/layerscape/ls-mc/Makefile
package/firmware/layerscape/ls-rcw/Makefile
package/firmware/layerscape/ppfe-firmware/Makefile
package/kernel/ath10k-ct/Makefile
package/kernel/cryptodev-linux/Makefile
package/kernel/lantiq/ltq-deu/Makefile
package/kernel/lantiq/ltq-ifxos/Makefile
package/kernel/lantiq/ltq-vdsl-vr11-mei/Makefile
package/kernel/lantiq/ltq-vdsl-vr11/Makefile
package/kernel/lantiq/ltq-vectoring/Makefile
package/kernel/lantiq/vrx518_ep/Makefile
package/kernel/lantiq/vrx518_tc/Makefile
package/libs/libnftnl/Makefile
package/libs/libusb/Makefile
package/libs/nettle/Makefile
package/libs/wolfssl/Makefile
package/libs/zlib/Makefile
package/network/config/firewall4/Makefile
package/network/config/ltq-vdsl-vr9-app/Makefile
package/network/config/qos-scripts/Makefile
package/network/config/qosify/Makefile
package/network/services/dnsmasq/Makefile
package/network/services/dropbear/Makefile
package/network/services/hostapd/Makefile
package/network/services/umdns/Makefile
package/network/utils/layerscape/restool/Makefile
package/network/utils/umbim/Makefile
package/network/utils/uqmi/Makefile
package/network/utils/wireguard-tools/Makefile
package/network/utils/xdp-tools/Makefile
package/system/opkg/Makefile
package/system/ubox/Makefile
package/system/zram-swap/Makefile
package/utils/bcm27xx-userland/Makefile
package/utils/dtc/Makefile
package/utils/ugps/Makefile