Move all to deprecated folder.
This commit is contained in:
14
deprecated/firmware/buildroot/package/librtas/Config.in
Normal file
14
deprecated/firmware/buildroot/package/librtas/Config.in
Normal file
@@ -0,0 +1,14 @@
|
||||
config BR2_PACKAGE_LIBRTAS
|
||||
bool "librtas"
|
||||
depends on BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le
|
||||
depends on BR2_TOOLCHAIN_USES_GLIBC
|
||||
help
|
||||
The librtas package provides an interface for Run-Time Abstraction
|
||||
Services (RTAS) calls on PAPR platforms. The libraries allow users to
|
||||
examine and manipulate hardware, and parse RTAS events.
|
||||
|
||||
http://librtas.sourceforge.net/
|
||||
|
||||
comment "librtas needs an (e)glibc toolchain"
|
||||
depends on BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le
|
||||
depends on !BR2_TOOLCHAIN_USES_GLIBC
|
||||
Reference in New Issue
Block a user