diff options
author | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-10-08 13:26:00 +0200 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-10-08 13:26:00 +0200 |
commit | 3b5a46db22ada17f8728d8d8d4710952dc8fe643 (patch) | |
tree | b4a774aa1db145f2e3b40e7417ddcb4eba6e4d52 /recipes/linux | |
parent | 4523f9d6588e0d5391a1a9dfe039b4bade239719 (diff) |
linux 2.6.30: update to 2.6.30.9
Diffstat (limited to 'recipes/linux')
-rw-r--r-- | recipes/linux/linux_2.6.30.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/linux/linux_2.6.30.bb b/recipes/linux/linux_2.6.30.bb index 21603f6c45..cd69babe05 100644 --- a/recipes/linux/linux_2.6.30.bb +++ b/recipes/linux/linux_2.6.30.bb @@ -1,6 +1,6 @@ require linux.inc -PR = "r3" +PR = "r4" S = "${WORKDIR}/linux-${PV}" @@ -15,6 +15,7 @@ DEFAULT_PREFERENCE_kixrp435 = "1" DEFAULT_PREFERENCE_at91sam9263ek = "-1" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ + ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${PV}.9.bz2;patch=1 \ http://maxim.org.za/AT91RM9200/2.6/2.6.30-at91.patch.gz;patch=1 \ file://aufs2-30.patch;patch=1 \ file://defconfig" |