treewide: Fix deprecated use of AUTORELEASE

Fixes build warning:

```
DEPRECATION NOTICE: The use of AUTORELEASE has been deprecated. Fix your Makefile.
```

Signed-off-by: Sean Khan <datapronix@protonmail.com>
This commit is contained in:
Sean Khan 2025-11-20 19:37:51 -05:00
parent 326a597d7f
commit ea44533891
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=aq-fw-download
PKG_RELEASE:=$(AUTORELEASE)
PKG_RELEASE:=1
PKG_FLAGS:=nonshared

View File

@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=nss-eip-firmware
PKG_VERSION=2.5.7
PKG_RELEASE:=$(AUTORELEASE)
PKG_RELEASE:=1
PKG_MAINTAINER:=Robert Marko <robimarko@gmail.com>