diff options
author | Jeremy Lainé <jeremy.laine@m4x.org> | 2008-11-28 20:02:53 +0100 |
---|---|---|
committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2008-11-28 20:02:53 +0100 |
commit | 6e760504f0762e23b84544359338494affafab8d (patch) | |
tree | 55beb3a5fc7a25b635c81bca51e4a16b2fb5e343 /packages/linux/linux_2.6.26.bb | |
parent | 91100589d3115a7781a648d99f13cb611f3997b9 (diff) |
linux-2.6.26: add cdc_ether support on mpc8313e-rdb
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 75881ba852..1b539b750d 100644 --- a/packages/linux/linux_2.6.26.bb +++ b/packages/linux/linux_2.6.26.bb @@ -13,6 +13,7 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.26.tar.bz2 \ SRC_URI_append_boc01 = "\ file://boc01.dts \ + file://cdc-ether-hack.patch;patch=1 \ file://002-081105-headers.patch;patch=1 \ file://003-081124-nand.patch;patch=1 \ file://004-081105-usb.patch;patch=1 \ @@ -23,10 +24,10 @@ SRC_URI_append_boc01 = "\ file://010-081105-mii.patch;patch=1 \ file://011-081105-gpio.patch;patch=1 \ file://012-081121-cy3218-btns.patch;patch=1 \ - file://020-cdc-ether-hack.patch;patch=1 \ " SRC_URI_append_mpc8313e-rdb = "\ + file://cdc-ether-hack.patch;patch=1 \ file://mpc831x-nand.patch;patch=1 \ file://mpc8313e-rdb-leds.patch;patch=1 \ file://mpc8313e-rdb-cardbus.patch;patch=1 \ |