diff options
author | Phil Sutter <phil@nwl.cc> | 2021-11-15 00:18:15 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2021-11-15 14:47:51 +0100 |
commit | 85fe42b1474d976fc516e5fe621f052c380906f0 (patch) | |
tree | abe61582a3afd855289f15127325473e286aa4e0 /package/smartmontools | |
parent | e102da427aa4555facec253a8a7b507e0b0a26c5 (diff) |
smartmontools: Add short description to package Makefile
Fixes: 71ff322ce5bd4 ("new package smartmontools")
Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'package/smartmontools')
-rw-r--r-- | package/smartmontools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/smartmontools/Makefile b/package/smartmontools/Makefile index 29ac4fe6b..0b480a09f 100644 --- a/package/smartmontools/Makefile +++ b/package/smartmontools/Makefile @@ -8,8 +8,8 @@ PKG_NAME:= smartmontools PKG_VERSION:= 7.1 PKG_RELEASE:= 1 PKG_HASH:= 3f734d2c99deb1e4af62b25d944c6252de70ca64d766c4c7294545a2e659b846 -PKG_DESCR:= add short description -PKG_SECTION:= sys/hw +PKG_DESCR:= Tools to provide advanced warning of disk degradation +PKG_SECTION:= sys/hw PKG_URL:= www.smartmontools.org PKG_SITES:= $(MASTER_SITE_SOURCEFORGE:=smartmontools/) |