summaryrefslogtreecommitdiff
path: root/packages/linux/linux-openzaurus-2.6.16/defconfig-c7x0
AgeCommit message (Collapse)AuthorFiles
2006-05-17linux-openzaurus: sync with last changes in .oz354xMarcin Juszkiewicz1
- enabled logo for c7x0, akita, spitz, tosa, poodle - collie does not get logo as its kernel need booting config first - logo was created by Sebastian 'xaos' Rosik - PNG and SVG versions: http://openzaurus.org/gfx-contest/xaos/ - kernel logo was made from logo01.svg (inversed colors) - also added one CF memory card to pcmcia ids - Ecco@#openzaurus - added hostap patch (2 new ids) - sent upstream - dropped 24-hostap_cs_id patch
2006-04-30linux-openzaurus: added some changes which give extra kilobytes for next addons:Marcin Juszkiewicz1
+CONFIG_CC_OPTIMIZE_FOR_SIZE=y -CONFIG_INET_DIAG=y -CONFIG_INET_TCP_DIAG=y +CONFIG_INET_DIAG=m +CONFIG_INET_TCP_DIAG=m +# CONFIG_FONT_8x8 is not set - we use 8x16 font on clamshells +# CONFIG_MSDOS_FS is not set - msdos (8.3) is not used when vfat is available
2006-04-24linux-oz-2.6 updates:Richard Purdie1
* Enable MOUSEDEV support in defconfigs. * Add suitable COMPATIBLE_MACHINE entry.
2006-04-21linux-oz-2.6: 2.6.16 updatesRichard Purdie1
* Fix swapped Calander/Address keys on spitz * Add fix to try and support large MMC cards (> 2GB) * Fix return codes of fb_write (fixes dd problem with /dev/fb0) * Fix Scoop to PCMCIA linkage compile issue with modular PCMCIA * Fix potential race in SSP code * Update JFFS2 long filename fix * Fix a bug in the Offline Charging code (could lead to device wakeup after AC removal) * Fix some minor ASoC bugs * Add "proper" reboot and shutdown handling for poodle, c7x0, cxx00 and tosa
2006-04-07linux-oz-2.6: Fix kernel-hostap RPROVIDES problem, enable KEXEC in ↵Richard Purdie1
defconfigs, make 2.6.16 the default kernel.
2006-04-02linux-oz-2.6: various updates to 2.6.16 and openzaurus.incRichard Purdie1
* Update LED patches to math those merged into mainline * Update defconfigs to reflect IDE disk trigger changes * Update backlight patches to reflect those merged into mainline * Add poodle patches to fix MTD partition size and detect the correct amount of memory * Update to the collie frontlight driver to enable a backlight control on collie/poodle (and match backlight class changes) * Add a hacked in poodle touchscreen driver (confirmed as working) * Update Collie/Poodle defconfigs and openzaurus.inc to rotate the framebuffer console by default * Have openzaurus.inc generate a tgz in deploy/images containing the complete set of kernel modules (and change the deploy task to run before packaging) * Add the start of w100fb accelerated framebuffer operations (from Mardy)
2006-03-23linux-oz-2.6: Updated defconfigs to add CONFIG_TUN=m (refresh c7x0 and cxx00 ↵Richard Purdie1
against 2.6.16). Add patch to ignore invalid MMC SCR structures. This should be tested carefully as its effect is unknown.
2006-03-21linux-oz-2.6: Add 2.6.16 kernel (tested on c7x0 and spitz)Richard Purdie1