diff options
author | Jeremy Laine <jeremy.laine@m4x.org> | 2008-09-10 18:50:13 +0000 |
---|---|---|
committer | Jeremy Laine <jeremy.laine@m4x.org> | 2008-09-10 18:50:13 +0000 |
commit | 1773c0a81a712156357b14936a982f68761b2f73 (patch) | |
tree | ce681ea368cf8352eda1f8ee9fac04605b1e69d7 /packages/linux/linux_2.6.26.bb | |
parent | d6faef6e34bf44cd61214eade04d14ae7a12182d (diff) |
linux-2.6.26: add support for mpc8313e-rdb's eth0
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 |