summaryrefslogtreecommitdiffstats
path: root/package/iprutils/Config.in
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2014-03-12 11:45:57 +0800
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-03-29 15:53:44 +0100
commit5e3ded0d75b00bb212b373a42851db98b79e28c1 (patch)
tree0b80c1779dc139c8db099cc47054e60f15eaa824 /package/iprutils/Config.in
parent1acff22d5e34a91ed6e2f87312962160612fbd3d (diff)
downloadbuildroot-5e3ded0d75b00bb212b373a42851db98b79e28c1.tar.gz
buildroot-5e3ded0d75b00bb212b373a42851db98b79e28c1.zip
package/iprutils: Add IBM Power RAID utilities
[Thomas: add patch to allow passing CFLAGS from the environment, use TARGET_CONFIGURE_OPTS instead of manually passing CC/LD, add upstream URL in Config.in, use the Makefile install target instead of open-coding the installation in iprutils.mk.] Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/iprutils/Config.in')
-rw-r--r--package/iprutils/Config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/iprutils/Config.in b/package/iprutils/Config.in
new file mode 100644
index 0000000000..a7e3cb3c43
--- /dev/null
+++ b/package/iprutils/Config.in
@@ -0,0 +1,12 @@
+config BR2_PACKAGE_IPRUTILS
+ bool "iprutils"
+ select BR2_PACKAGE_NCURSES
+ select BR2_PACKAGE_NCURSES_TARGET_PANEL
+ select BR2_PACKAGE_NCURSES_TARGET_FORM
+ select BR2_PACKAGE_NCURSES_TARGET_MENU
+ select BR2_PACKAGE_LIBSYSFS
+ select BR2_PACKAGE_PCIUTILS
+ help
+ System utilities for IBM Power RAID devices
+
+ http://sourceforge.net/projects/iprdd/
OpenPOWER on IntegriCloud