diff options
author | Frederic Bompart <frederic@unknown.openembedded.org> | 2005-09-19 15:28:24 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-19 15:28:24 +0000 |
commit | 9e78fbcaa42858a2df5ace75554c620ac048b729 (patch) | |
tree | ab8ec566801aeda092eaba2daa5f692e95e825ee /packages/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.bb | |
parent | 2f8389dfedb897cdda2a8f963f4bd8a93d2a42df (diff) |
added opensimpad-2.4.27-vrs1-pxa1-jpm1 kernel. This contains the
following new patches over 2.4.25:
- simpad-proc-sys-board.patch (/proc/sys/board patch from Till Harbaum)
- simpad-serial.patch (DTR/RTS/CTS support patch from Till Harbaum)
- mppe-20040216.patch (add MPPE encryption for PPP)
- 2.4.27-mh1.patch (bluetooth patches from Marcel Holtmann)
Common patches were placed in the "opensimpad" directory.
Diffstat (limited to 'packages/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.bb')
-rw-r--r-- | packages/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.bb b/packages/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.bb index 02583c06b8..8461683103 100644 --- a/packages/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.bb +++ b/packages/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.bb @@ -20,11 +20,11 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.4/linux-${KV}.tar.bz2 \ file://defconfig-${MACHINE} \ http://www.openswan.org/download/openswan-2.2.0-kernel-2.4-klips.patch.gz;patch=1 \ file://mipv6-1.1-v2.4.25.patch;patch=1 \ - file://simpad-backlight-if.diff;patch=1;pnum=0 \ - file://simpad-switches-input.diff;patch=1;pnum=0 \ - file://simpad-switches-input2.diff;patch=1;pnum=0 \ + file://simpad-backlight-if.patch;patch=1 \ + file://simpad-switches-input.patch;patch=1 \ + file://simpad-switches-input2.patch;patch=1 \ file://simpad-apm.diff;patch=1;pnum=0 \ - file://simpad-ts-noninput.diff;patch=1;pnum=0 \ + file://simpad-ts-noninput.patch;patch=1 \ file://simpad-pm-updates.patch;patch=1;pnum=0 \ file://support-128mb-flash.patch;patch=1" |