diff --git a/package/emortal/automount/Makefile b/package/emortal/automount/Makefile index 15a66d7894..bcaca1182c 100644 --- a/package/emortal/automount/Makefile +++ b/package/emortal/automount/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=automount PKG_FLAGS:=nonshared -PKG_RELEASE:=$(COMMITCOUNT) +PKG_RELEASE:=10 PKG_CONFIG_DEPENDS:= \ CONFIG_TARGET_ramips diff --git a/package/emortal/default-settings/Makefile b/package/emortal/default-settings/Makefile index b22b0e8d95..3c47a5e4cf 100644 --- a/package/emortal/default-settings/Makefile +++ b/package/emortal/default-settings/Makefile @@ -12,7 +12,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=default-settings PKG_VERSION:=1.1 -PKG_RELEASE:=$(COMMITCOUNT) +PKG_RELEASE:=26 PKG_LICENSE:=GPL-3.0 diff --git a/package/kernel/rtl8188eu/Makefile b/package/kernel/rtl8188eu/Makefile index 4f0b9789cb..e1849c38e3 100644 --- a/package/kernel/rtl8188eu/Makefile +++ b/package/kernel/rtl8188eu/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rtl8188eu -PKG_RELEASE:=$(AUTORELEASE) +PKG_RELEASE:=2 PKG_SOURCE_URL:=https://github.com/aircrack-ng/rtl8188eus.git PKG_SOURCE_PROTO:=git diff --git a/package/kernel/rtl8189es/Makefile b/package/kernel/rtl8189es/Makefile index 9f66b492f4..dc50b18dc6 100644 --- a/package/kernel/rtl8189es/Makefile +++ b/package/kernel/rtl8189es/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rtl8189es -PKG_RELEASE:=$(AUTORELEASE) +PKG_RELEASE:=3 PKG_SOURCE_URL:=https://github.com/jwrdegoede/rtl8189ES_linux.git PKG_SOURCE_PROTO:=git diff --git a/package/kernel/rtl8192eu/Makefile b/package/kernel/rtl8192eu/Makefile index 14c806cb35..50c7dc4b29 100644 --- a/package/kernel/rtl8192eu/Makefile +++ b/package/kernel/rtl8192eu/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rtl8192eu -PKG_RELEASE:=$(AUTORELEASE) +PKG_RELEASE:=3 PKG_SOURCE_URL:=https://github.com/Mange/rtl8192eu-linux-driver.git PKG_SOURCE_PROTO:=git diff --git a/package/utils/mhz/Makefile b/package/utils/mhz/Makefile index b09d9906ab..46fd37a5ec 100644 --- a/package/utils/mhz/Makefile +++ b/package/utils/mhz/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mhz -PKG_RELEASE:=$(AUTORELEASE) +PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=https://github.com/wtarreau/mhz.git