diff options
author | Leon Woestenberg <leon@sidebranch.com> | 2009-05-12 21:58:04 +0200 |
---|---|---|
committer | Leon Woestenberg <leon@sidebranch.com> | 2009-05-12 21:58:04 +0200 |
commit | 2531c335e6f77387a761fb8c0cfc710ca97cb453 (patch) | |
tree | 06f018df069b4d292c71823520d0665b11f673a8 /recipes/linux | |
parent | 71997fc5fe0928bf8907791d8ff79c6b50acd207 (diff) |
linux-rt-2.6.24: Fixed missing defconfig for mpc8315e-rdb.
Diffstat (limited to 'recipes/linux')
-rw-r--r-- | recipes/linux/linux-rt_2.6.24.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/linux/linux-rt_2.6.24.bb b/recipes/linux/linux-rt_2.6.24.bb index 268567b23a..bc0ae3c927 100644 --- a/recipes/linux/linux-rt_2.6.24.bb +++ b/recipes/linux/linux-rt_2.6.24.bb @@ -5,7 +5,7 @@ DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_mpc8313e-rdb = "1" DEFAULT_PREFERENCE_mpc8315e-rdb = "1" -PR = "r8" +PR = "r9" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.24.tar.bz2 \ ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-2.6.24.7.bz2;patch=1;p=1 \ @@ -68,6 +68,7 @@ http://www.bitshrine.org/gpp/linux-fsl-2.6.24.3-MPC8315ERDB-DTS.patch;patch=1 \ http://www.bitshrine.org/gpp/linux-fsl-2.6.24.3-MPC8315ERDB-sata-pm.patch;patch=1 \ http://www.bitshrine.org/gpp/linux-fsl-2.6.24.3-MPC8315ERDB-fix-large-file-transfer.patch;patch=1 \ http://www.bitshrine.org/gpp/linux-fsl-2.6.24.3-MPC8315ERDB-default-configuration.patch;patch=1 \ +file://defconfig \ " # Last 5 patches in the series, for crypto stuff. The 2nd of these is created |