aboutsummaryrefslogtreecommitdiff
path: root/utils/smartmontools/patches/001-use-external-drivedb.patch
Commit message (Collapse)AuthorAge
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* smartmontools: update to 7.2Maxim Storchak2021-01-02
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* smartmontools: move drive database to a separate packegeMaxim Storchak2019-02-14
By default the database of the known drives is compiled into smartctl and smartd. These tools also support loading external database from /usr/share/smartmontools/drivedb.h. This changeset splits moves the database to a separate package which allows to save some flash space and RAM for those for whom generic S.M.A.R.T. attributes are enough. Signed-off-by: Maxim Storchak <m.storchak@gmail.com>