wok view lm-sensors/stuff/linux-3.0.patch @ rev 15204

busybox: support Unicode up to 0x2BFF (ref: http://jrgraphix.net/research/unicode_blocks.php)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Sep 06 13:34:00 2013 +0300 (2013-09-06)
parents
children
line source
1 --- prog/detect/sensors-detect 2011-08-02 10:23:46.000000000 +0200
2 +++ prog/detect/sensors-detect 2011-08-02 10:24:04.000000000 +0200
3 @@ -2472,7 +2472,7 @@
5 sub initialize_kernel_version
6 {
7 - `uname -r` =~ /(\d+)\.(\d+)\.(\d+)(.*)/;
8 + `uname -r` =~ /(\d+)\.(\d+)(.*)/;
9 @kernel_version = ($1, $2, $3, $4);
10 chomp($kernel_arch = `uname -m`);