diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/smartmontools/Config.in | 1 | ||||
-rw-r--r-- | package/smartmontools/smartmontools.mk | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/package/smartmontools/Config.in b/package/smartmontools/Config.in index 18320f022..dd8197fe0 100644 --- a/package/smartmontools/Config.in +++ b/package/smartmontools/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_SMARTMONTOOLS bool "smartmontools" depends on BR2_INSTALL_LIBSTDCPP + depends on BR2_USE_MMU # fork() help Control and monitor storage systems using S.M.A.R.T. diff --git a/package/smartmontools/smartmontools.mk b/package/smartmontools/smartmontools.mk index 5736771e9..850001a36 100644 --- a/package/smartmontools/smartmontools.mk +++ b/package/smartmontools/smartmontools.mk @@ -4,7 +4,7 @@ # ############################################################# -SMARTMONTOOLS_VERSION = 6.0 +SMARTMONTOOLS_VERSION = 6.1 SMARTMONTOOLS_SITE = http://downloads.sourceforge.net/project/smartmontools/smartmontools/$(SMARTMONTOOLS_VERSION) SMARTMONTOOLS_LICENSE = GPLv2+ SMARTMONTOOLS_LICENSE_FILES = COPYING |