diff options
author | Graeme Gregory <dp@xora.org.uk> | 2007-04-27 13:26:44 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2007-04-27 13:26:44 +0000 |
commit | d97419033ff4871497f20f4f26d2c214ea6fc5c2 (patch) | |
tree | 10442d7a052bab9d87dd6592416e62e9ae5e4b99 /packages/linux/linux-rp_2.6.20.bb | |
parent | 95feced9e1f4f8d446931b04203f9b84729cda5d (diff) |
linux-rp_2.6.20.bb : fix loading of 8250 module which makes all those BT/modem/other
CF cards people use work. Also fix the dmesg so it prints the correct ttySX device
for inserted cards (ttyS4 in practice)
The fault was 2.6.20 added an extra pxa serial port (not actually initialised) but
sitting in the minor space.
Diffstat (limited to 'packages/linux/linux-rp_2.6.20.bb')
-rw-r--r-- | packages/linux/linux-rp_2.6.20.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/linux-rp_2.6.20.bb b/packages/linux/linux-rp_2.6.20.bb index 94c5558822..3180352381 100644 --- a/packages/linux/linux-rp_2.6.20.bb +++ b/packages/linux/linux-rp_2.6.20.bb @@ -1,6 +1,6 @@ require linux-rp.inc -PR = "r14" +PR = "r15" # Handy URLs # git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046 |