aboutsummaryrefslogtreecommitdiff
path: root/utils/smartmontools/patches
Commit message (Collapse)AuthorAge
* smartmontools: update to 7.4Maxim Storchak2023-08-15
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* smartmontools: update to 7.3Maxim Storchak2022-04-25
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* 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: package a script for sending email notificationsMaxim Storchak2020-01-05
| | | | | | | | A separate package which depdens on msmtp and nail is introduced. Once more packages provide `sendmail` and `mail` interfaces, this dependency can be made more flexible. 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>
* smartmontools: Update to 7.0Rosen Penev2019-01-15
| | | | | | | | | | | | | | | | Removed weird uclibc++ compatibility stuff as it seems to not be needed anymore. Switched to standard variables. Added PKG_BUILD_PARALLEL for faster compilation. Removed PKG_FIXUP as it seems the package has been fixed already. A few changes to the CFLAGS and linker options resulted in ipk size going from 244694 to 244283, possibly due to previous overlinking. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* smartmontools: update to 6.6Maxim Storchak2017-12-09
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>