diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-05-23 18:15:47 +0000 |
---|---|---|
committer | John Bowler <jbowler@nslu2-linux.org> | 2005-05-23 18:15:47 +0000 |
commit | 96874f61de01005f64c4ee91203bd4ea4ac132eb (patch) | |
tree | b3eae2c1ee5760b4051455d5b8cab98d1a7a36b5 /packages/linux/openslug-kernel_2.6.11.2.bb | |
parent | 4b72cfb3f2a471ece09a87321a790c92cfe6966f (diff) |
Fix for crashing x1205 code. This doesn't resolve the
underlying cause - something (probably the RTC_SETTIME
case in x1205_command) is passing in uninitialised data.
BKrev: 42921dd3B77RJ7odGLTzGMy-S07pNQ
Diffstat (limited to 'packages/linux/openslug-kernel_2.6.11.2.bb')
-rw-r--r-- | packages/linux/openslug-kernel_2.6.11.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/openslug-kernel_2.6.11.2.bb b/packages/linux/openslug-kernel_2.6.11.2.bb index 8a60f4c473..b1111180df 100644 --- a/packages/linux/openslug-kernel_2.6.11.2.bb +++ b/packages/linux/openslug-kernel_2.6.11.2.bb @@ -2,7 +2,7 @@ SECTION = "kernel" DESCRIPTION = "Linux kernel for the Linksys NSLU2 device" LICENSE = "GPL" MAINTAINER = "Chris Larson <kergoth@handhelds.org>" -PR = "r6" +PR = "r7" KERNEL_SUFFIX = "openslug" |