projects
/
openwrt
/
staging
/
pepe2k.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b42f7a1
)
tmon: make version apk compatible
author
Rosen Penev
<rosenp@gmail.com>
Sun, 18 Aug 2024 22:53:44 +0000
(15:53 -0700)
committer
Paul Spooren
<mail@aparcar.org>
Thu, 22 Aug 2024 15:53:28 +0000
(17:53 +0200)
No need to override version.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
package/devel/tmon/Makefile
patch
|
blob
|
history
diff --git
a/package/devel/tmon/Makefile
b/package/devel/tmon/Makefile
index 6f9182ce9adb7d2afdbe708851468a74be17512b..25aeb0203f281cd8ba47478b038f87a0413f6e50 100644
(file)
--- a/
package/devel/tmon/Makefile
+++ b/
package/devel/tmon/Makefile
@@
-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