diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2008-04-08 10:52:03 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2008-04-08 10:52:03 +0000 |
commit | e982d2367252fef57df7f6f445f47bdcb0c21018 (patch) | |
tree | ec479c224eac904eb0427b67aece9d19c71bcd6e /packages/linux/linux-nokia800_2.6.21-osso71.bb | |
parent | 7cc5eb43920f80f50f50c621b6cbfbbcc033ffa7 (diff) |
linux-nokia800: merge with Poky - suspend/resume support, more filesystems
r3899: linux-nokia800: added ext2/ext3/fuse/nfs/cifs into kernel - tested on device
r3838: linux-nokia800: Add suspend/resume button support
r3271: linux-nokia800: Stage extra header, enable APM
Diffstat (limited to 'packages/linux/linux-nokia800_2.6.21-osso71.bb')
-rw-r--r-- | packages/linux/linux-nokia800_2.6.21-osso71.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/linux/linux-nokia800_2.6.21-osso71.bb b/packages/linux/linux-nokia800_2.6.21-osso71.bb index 34cc82a842..8f87ed0011 100644 --- a/packages/linux/linux-nokia800_2.6.21-osso71.bb +++ b/packages/linux/linux-nokia800_2.6.21-osso71.bb @@ -1,11 +1,12 @@ require linux-nokia800.inc -PR = "r1" +PR = "r4" -DEFAULT_PREFERENCE = "-1" -DEFAULT_PREFERENCE_nokia800 = "1" +DEFAULT_PREFERENCE_nokia770 = "-1" SRC_URI = "${KERNELORG_MIRROR}pub/linux/kernel/v2.6/linux-2.6.21.tar.bz2 \ http://repository.maemo.org/pool/os2008/free/source/k/kernel-source-rx-34/kernel-source-rx-34_2.6.21.0-osso71.diff.gz;patch=1 \ + http://www.rpsys.net/openzaurus/patches/archive/input_power-r7.patch;patch=1 \ + file://suspend-button.patch;patch=1 \ file://defconfig" S = "${WORKDIR}/linux-2.6.21" |