summaryrefslogtreecommitdiff
path: root/packages/linux/linux-openzaurus-2.6.16/defconfig-akita
AgeCommit message (Collapse)AuthorFiles
2006-11-29linux-openzaurus: Rename to linux-rpRichard Purdie1
2006-11-05linux-oz-2.6: Add some modules (#1438), also add some missing files for the ↵Richard Purdie1
+git kernel
2006-07-10linux-openzaurus: enable USB Audio for 2.6.16/2.6.17 (taken from .oz354x)Marcin Juszkiewicz1
2006-05-22linux-openzaurus: added SquashFS support, fixed mousedev resolutionMarcin Juszkiewicz1
2006-05-21linux-openzaurus: disable logo on akita/spitz/poodle to get this machines ↵Marcin Juszkiewicz1
booting - console rotation block logo
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-08linux-oz-2.6 .inc updates.Richard Purdie1
* Split shared config into spitz and akita. * Make ext3 modular on akita * Make jffs2 modular on spitz * Enable EABI and OABI_COMPAT when using linux-gnueabi * Add sed script to remove defconfig lines we override