acpica-unix: remove autorelease
While we're at it, let's also remove the deprecated feature autorelease. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
6e71bd7a83
commit
c93c9d5de3
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=acpica-unix
|
||||
PKG_VERSION:=20221020
|
||||
PKG_RELEASE:=$(AUTORELEASE)
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar_0.gz
|
||||
PKG_CAT:=gzip -dc
|
||||
|
|
Loading…
Reference in a new issue