diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-12-16 13:33:32 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-12-16 13:33:32 +0000 |
commit | c7eb499ec234f3402753c475e9666c001d30f86b (patch) | |
tree | ff20dc7ca1a7cf4d2ffc95d28273b80c4c874fa4 /package/smartmontools/Config.in | |
parent | 9c5bb0ec4ac84d552fb83c868ae90ccd9d26ecdd (diff) |
add support for building smartmontools
Diffstat (limited to 'package/smartmontools/Config.in')
-rw-r--r-- | package/smartmontools/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/smartmontools/Config.in b/package/smartmontools/Config.in new file mode 100644 index 000000000..f2e27fc42 --- /dev/null +++ b/package/smartmontools/Config.in @@ -0,0 +1,7 @@ +config BR2_PACKAGE_SMARTMONTOOLS + bool "smartmontools" + default n + help + Control and monitor storage systems using S.M.A.R.T. + + http://smartmontools.sourceforge.net/ |