4ef1fb88fa
This change adds a package definition for the powerpc-utils project, containing a set of powerpc-specific hardware management utilities. We're using a git tag from upstream, which contains a few build-system fixes. [Thomas: - Add dependency on PowerPC architecture in Config.in. - Add homepage in Config.in help text.] Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 lines
239 B
Plaintext
9 lines
239 B
Plaintext
config BR2_PACKAGE_POWERPC_UTILS
|
|
bool "powerpc-utils"
|
|
depends on BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le
|
|
select BR2_PACKAGE_ZLIB
|
|
help
|
|
System utilities for PowerPC machines.
|
|
|
|
http://sourceforge.net/projects/powerpc-utils/
|