diff options
Diffstat (limited to 'packages/linux/linux_2.6.26.bb')
-rw-r--r-- | packages/linux/linux_2.6.26.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux/linux_2.6.26.bb b/packages/linux/linux_2.6.26.bb index 9e33257442..5b6cd14fba 100644 --- a/packages/linux/linux_2.6.26.bb +++ b/packages/linux/linux_2.6.26.bb @@ -1,6 +1,6 @@ require linux.inc -PR = "r0" +PR = "r1" # Mark archs/machines that this kernel supports DEFAULT_PREFERENCE = "-1" @@ -13,6 +13,7 @@ SRC_URI_append_mpc8313e-rdb = "\ file://mpc831x-nand.patch;patch=1 \ file://mpc8313e-rdb-leds.patch;patch=1 \ file://mpc8313e-rdb-cardbus.patch;patch=1 \ + file://mpc8313e-rdb-eth-fixed.patch;patch=1 \ " # see http://bugzilla.kernel.org/show_bug.cgi?id=11143 |