mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-20 11:39:02 +00:00
48ed07bc0b
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> |
||
---|---|---|
.. | ||
ath10k-ct-firmware | ||
ath11k-firmware | ||
broadcom-sprom | ||
cypress-firmware | ||
cypress-nvram | ||
intel-microcode | ||
ipq-wifi | ||
lantiq/dsl-vrx200-firmware-xdsl | ||
layerscape | ||
linux-firmware | ||
prism54-firmware | ||
wireless-regdb |