aboutsummaryrefslogtreecommitdiff
path: root/utils/smartmontools/patches
Commit message (Collapse)AuthorAge
* 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>