diff options
-rw-r--r-- | utils/attendedsysupgrade-common/Makefile | 2 | ||||
-rw-r--r-- | utils/fakeuname/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/utils/attendedsysupgrade-common/Makefile b/utils/attendedsysupgrade-common/Makefile index 766e8b0b9..5baa05d92 100644 --- a/utils/attendedsysupgrade-common/Makefile +++ b/utils/attendedsysupgrade-common/Makefile @@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=attendedsysupgrade-common -PKG_VERSION:=$(COMMITCOUNT) +PKG_VERSION:=8 PKG_LICENSE:=GPL-2.0 include $(INCLUDE_DIR)/package.mk diff --git a/utils/fakeuname/Makefile b/utils/fakeuname/Makefile index 26419bc2b..7d2b3fb03 100644 --- a/utils/fakeuname/Makefile +++ b/utils/fakeuname/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=fakeuname -PKG_RELEASE:=$(COMMITCOUNT) +PKG_RELEASE:=1 PKG_LICENSE:=GPL-2.0-or-later PKG_MAINTAINER:=Sergey V. Lobanov <sergey@lobanov.in> |