diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-06-09 11:18:38 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-06-09 11:18:38 +0000 |
commit | 6a770ec3a4593508d82aa387edfa3377f9f8f464 (patch) | |
tree | f97283d33d3cf71e86479555b03aacbbde723445 /package/libsysfs/Config.in | |
parent | 926e2c0293f89c73cb5ef21c0e5597da86c304a2 (diff) | |
download | buildroot-novena-6a770ec3a4593508d82aa387edfa3377f9f8f464.tar.gz buildroot-novena-6a770ec3a4593508d82aa387edfa3377f9f8f464.zip |
http://bugs.uclibc.org/view.php?id=288
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>
Diffstat (limited to 'package/libsysfs/Config.in')
-rw-r--r-- | package/libsysfs/Config.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/libsysfs/Config.in b/package/libsysfs/Config.in index 418ca8d2b..8fd12f9bb 100644 --- a/package/libsysfs/Config.in +++ b/package/libsysfs/Config.in @@ -2,6 +2,7 @@ config BR2_PACKAGE_LIBSYSFS bool "libsysfs" default n help - These are a set of utilites built upon sysfs, a new virtual filesystem in Linux kernel versions 2.5+ that exposes a system's device tree. + 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 |