1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-19 02:32:28 +02:00

tmon: make version apk compatible

No need to override version.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev 2024-08-18 15:53:44 -07:00 committed by Paul Spooren
parent b42f7a1b30
commit 5d107bbbbb

View File

@ -14,7 +14,6 @@ define Package/tmon
SECTION:=devel
CATEGORY:=Development
TITLE:=Thermal monitoring and testing tool
VERSION:=$(LINUX_VERSION)-$(PKG_RELEASE)
URL:=http://www.kernel.org
DEPENDS:=+libncursesw
endef