diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-07-17 14:41:20 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-07-17 14:41:20 +0000 |
commit | 8ce192ca9168606b108c2579bdc07e67c323286e (patch) | |
tree | 596dcab7c3828ea55ee235256bdbb76108987a0b /packages/linux | |
parent | 63666c67e22069c7054a8a1067fecff7c027c425 (diff) |
linux-handhelds-2.6: Add 2.6.21-hh12.
* Changes since -hh11 are:
1. *_static_defconfigs now consistently include support for MTD block/char devices.
2. asus716: PCMCIA cleanups.
3. aximx50: Move towards runtime VGA vs QVGA configuration.
4. acx: Fixed PCMCIA suspend/resume; fixed issue with WEP keys being lost after resume;
fix buffer overflow while accessing diag files in /proc.
5. ts_adc_debounce: Fix regression, add rough but practical threshold for better pen up
detection, implement module debug parameter.
6. h4000: pcmcia fixes, acx works pretty well now, ts_adc_debounce tweaking.
7. looxc550: Buttons, power, UDC support.
8. htcmagician: Better earphone support.
9. SoC base drivers: concistently support child devices pattern.
10. pxa27x_udc: Add support for platform_data::gpio_pullup.
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/linux-handhelds-2.6_2.6.21-hh12.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/linux/linux-handhelds-2.6_2.6.21-hh12.bb b/packages/linux/linux-handhelds-2.6_2.6.21-hh12.bb new file mode 100644 index 0000000000..ec5844bfb5 --- /dev/null +++ b/packages/linux/linux-handhelds-2.6_2.6.21-hh12.bb @@ -0,0 +1,11 @@ +SECTION = "kernel" +DESCRIPTION = "handhelds.org Linux kernel 2.6 for PocketPCs and other consumer handheld devices." +LICENSE = "GPL" +PR = "r1" + +DEFAULT_PREFERENCE = "-1" + +SRC_URI = "${HANDHELDS_CVS};module=linux/kernel26;tag=${@'K' + bb.data.getVar('PV',d,1).replace('.', '-')} \ + file://defconfig" + +require linux-handhelds-2.6.inc |