6a770ec3a4
This updates to the current version of libsysfs, and also changes to the current version of the package. NOTE: this package still has a problem, in that the header files it generates are not made available to other packages. The library itself is installed in the target filesystem; but programs like "brctl" won't know to use it, since the header isn't visible. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
9 lines
234 B
Plaintext
9 lines
234 B
Plaintext
config BR2_PACKAGE_LIBSYSFS
|
|
bool "libsysfs"
|
|
default n
|
|
help
|
|
These are a set of utilities built upon sysfs, a filesystem in
|
|
Linux 2.6 kernels that exposes a system's device tree.
|
|
|
|
http://linux-diag.sourceforge.net/Sysfsutils.html
|