diff options
author | Bernhard Guillon <Bernhard.Guillon@opensimpad.org> | 2007-03-11 14:06:33 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-03-11 14:06:33 +0000 |
commit | 74e9870920e9526454dfadcd0d086c940c625d12 (patch) | |
tree | 5fb331fa8afb5241f478c54018672520f55d9798 /packages/linux/linux_2.6.20.bb | |
parent | c21ed31af5d83a28b9244618db2a560face545c3 (diff) |
linux: SIMpad ucb1x00 switches driver code beautification - close #1920
Diffstat (limited to 'packages/linux/linux_2.6.20.bb')
-rw-r--r-- | packages/linux/linux_2.6.20.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/linux_2.6.20.bb b/packages/linux/linux_2.6.20.bb index 893856a16a..af73514988 100644 --- a/packages/linux/linux_2.6.20.bb +++ b/packages/linux/linux_2.6.20.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Linux Kernel" SECTION = "kernel" LICENSE = "GPL" -PR = "r2" +PR = "r3" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ file://defconfig" |