diff options
| author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2016-04-26 13:02:40 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-04-26 22:37:35 +0200 |
| commit | 6f48085ecff26123d088884ec50af290a95865f7 (patch) | |
| tree | 8de1ada2039e768b275ab996c8b3bcec13e4781c /package/ipmitool/Config.in | |
| parent | 9db87dce0667802238965e3294ec51a83d4ec93f (diff) | |
| download | buildroot-6f48085ecff26123d088884ec50af290a95865f7.tar.gz buildroot-6f48085ecff26123d088884ec50af290a95865f7.zip | |
ipmitool: add an option to enable/disable ipmishell
Fixes:
http://autobuild.buildroot.net/results/a62/a62e95619acb3d4d6be4425cf44a4628ac227494/
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/ipmitool/Config.in')
| -rw-r--r-- | package/ipmitool/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/ipmitool/Config.in b/package/ipmitool/Config.in index e9b5374ea0..1da0ace16f 100644 --- a/package/ipmitool/Config.in +++ b/package/ipmitool/Config.in @@ -23,4 +23,11 @@ config BR2_PACKAGE_IPMITOOL_IPMIEVD help IPMI event daemon for sending events to syslog +config BR2_PACKAGE_IPMITOOL_IPMISHELL + bool "ipmishell" + select BR2_PACKAGE_NCURSES + select BR2_PACKAGE_READLINE + help + IPMI shell interface + endif |

