5e3ded0d75
[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>
13 lines
348 B
Plaintext
13 lines
348 B
Plaintext
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/
|