diff options
author | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-09-08 18:39:05 +0200 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-09-08 18:55:48 +0200 |
commit | 51ddada3f458e9a3553cf0d952490af651ae3e7d (patch) | |
tree | 3a9ddbac5d9c36b7f6bc468e5283c91983178b95 /recipes | |
parent | e9ee201981bbdb939bd1c4081962dff3f118167c (diff) |
linux-kirkwood: use proper branch for 2.6.30 (thx Koen for spotting)
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/linux/linux-kirkwood_2.6.30.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux/linux-kirkwood_2.6.30.5.bb b/recipes/linux/linux-kirkwood_2.6.30.5.bb index d47b8e4537..43898c81eb 100644 --- a/recipes/linux/linux-kirkwood_2.6.30.5.bb +++ b/recipes/linux/linux-kirkwood_2.6.30.5.bb @@ -9,7 +9,7 @@ require linux.inc PV = "2.6.30.5" SRCREV = "6fa23e56edcb79a348c968aada8190944f4f3633" -SRC_URI = "git://git.marvell.com/orion.git;protocol=git;branch=stable-2.6.29 \ +SRC_URI = "git://git.marvell.com/orion.git;protocol=git;branch=stable-2.6.30 \ file://defconfig \ " |