summaryrefslogtreecommitdiff
path: root/packages/linux
AgeCommit message (Collapse)AuthorFiles
2006-01-19ixp4xx-kernel: bugfix release 2.6.15.1John Bowler1
2006-01-17ixp4xx-kernel: generic CMDLINE in defconfig in 2.6.15John Bowler1
2006-01-17ixp4xx-kernel: improve fixup patches, remove loft one, add cmdline byteswap ↵John Bowler6
in 2.6.15 - the fixup patches for NSLU2 and NAS100D have been slightly simplified. the fixup for Loft has been removed, it isn't useful. code in arch/arm/kernel/setup.c to automagically swap the command line has been added in 48-setup-byteswap-cmdline.patch
2006-01-16ixp4xx-kernel: fix boot setup parameters in 2.6.15John Bowler5
- there is now a default machine-specific command line and an override for the memory config to provide a useable default per-machine.
2006-01-16merge of 5ea9ec229c4d406638d5639fade5d53798bc6556John Bowler6
and bc3350438c52d7c9d7d4f8eb5b38a213796269cb
2006-01-16ixp4xx-kernel: add loft EEPROM MAC support in 2.6.15John Bowler3
2006-01-16ixp4xx-kernel: create generic and machine specific images/packages in 2.6.15John Bowler4
- the generic ixp4xx-kernel package now creates the same generic kernel regardless of how MACHINE is set, it then appends shims to the kernel to obtain machine specific kernels and produces packages of the results. Still TBD is the command line fixup. The generic command line is the nslu2 one, this is a temporary hack to keep the NSLU2 build working.
2006-01-14nas100d-kernel: subsumed into ixp4xx-kernel for LudeOS.Rod Whitby16
2006-01-14ixp4xx-kernel: added conditionals around the init code for machine specific ↵Rod Whitby4
modules
2006-01-14linux-openzaurus: added check for DISTRO_TYPEMarcin Juszkiewicz1
- type = "debug" kernels will give debug output - type = "release" will be quiet
2006-01-14ixp4xx-kernel: correct config for Loft in 2.6.15John Bowler2
2006-01-14slugos: move to ixp4xx-kernel, change nslu2 to more generic ixp4xx in confJohn Bowler2
- rather than build nslu2-kernel or nas100d-kernel slugos-image now builds ixp4xx-kernel, the generic kernel. ixp4xx is now used as the normal MACHINE override, even though MACHINE itself is still set to nslu2 or nas100d (or ixp4xx).
2006-01-13ixp4xx-kernel: add comment to jffs2 patch in 2.6.15John Bowler1
2006-01-13ixp4xx-kernel: loft support in 2.6.15John Bowler3
2006-01-12ixp4xx-kernel: correct PACKAGE_ARCH in 2.6.15John Bowler2
- this change ensures that the kernel packages (as opposed to the kernel-module- packages) follow the IXP4XX_SUFFIX value (which is by default MACHINE_ARCH), the modules default to MACHINE_ARCH as before (ixp4xxl or ixp4xxb as appropriate).
2006-01-12slugos: extract common parts of machine conf in slugos.confJohn Bowler1
- conf/machine/include/ixp4xx.conf now provides generic configuration for nslu2 and nas100d (+ future ixp4xx based machines), the kernel image fixup is made generic, all kernel packages have a generic name. ipkg search rules changed to look for the generic packages too.
2006-01-11slugos: make slugos-??? default to big-endian throughout in slugos.confJohn Bowler1
- the JFFS2 format can be overridden in the DISTRO .conf (unlike the other slugos configuration parameters) It can also be changed in local.conf if using a slugos-??? build directly.
2006-01-11ixp4xx-kernel: update to latest patch set, add NSLU2 support in 2.6.15John Bowler13
2006-01-11slugos: Enabled JFFS2 endianness to be controlled.Rod Whitby2
2006-01-09nslu2-kernel, nas100d-kernel: Updated defconfigs from output of oldconfig - ↵Rod Whitby2
no change to functionality
2006-01-08nslu2-kernel, nas100d-kernel: Updated patches with description from cvs repo.Rod Whitby5
2006-01-10linux-oz-2.6: Update to 2.6.15. Add gcc4 build fix and a better pxa2xx ↵Richard Purdie12
pcmcia patch. Add a couple of modules to the defconfig.
2006-01-09explicit_merge of '85da89c673cc2faec29d5ea692e6e7638f4c1b5e'John Bowler3
and '5f32961e5d0f4132f4513cbeac7fe59dc5ae5315' using ancestor '' to branch 'org.openembedded.dev'
2006-01-09slugos: remove/correct references to openslugJohn Bowler4
- apex: contains an absolute build sys path name (commented) - base-files: rename openslug to slugos in 3.0.14 - busybox: rename openslug to slugos in 1.00, 1.01 - netbase: rename openslug to slugos in 4.21 - slugos-init: rename openslug to slugos in 0.10 - all others: remove or replace openslug in comments (no build changes)
2006-01-07Convert CVSDATE -> SRCDATE. Also standardise cvs and svn PVs to ↵Richard Purdie3
x.x.x+cvsYYYYMMDD format and some includes some minor whitespace cleanup.
2006-01-07nslu2-kernel: Removed obsolete 2.6.15 patches.Rod Whitby4
2006-01-04unslung-kernel: Enable a couple more routing modules.Rod Whitby2
2006-01-04nslu2-kernel (and friends): Added the jffs2-endian-config patch to allow the ↵Rod Whitby12
JFFS2 endianness to be selected in .config for little-endian kernels with big-endian filesystems. Replaces the jffs2-force-be patch which could not be pushed upsteam. The MTD maintainer has agreed to consider the new patch.
2006-01-04unslung: Usability updates for Unslung 6.x - ipkg prints message when booted ↵Rod Whitby1
on flash, motd prints at login indicating status of on-disk or on-flash, status appears on home page in web interface, unsling now asks for root password, and some additional checks are made by unsling to avoid known problems that can prevent a successful unsling, added new unslung logo.
2006-01-04nslu2-kernel: Added the scsi-idle patch, Enabled CONFIG_INPUT=y, cause ↵Rod Whitby11
Debian tools (especially yaird) assume that /proc/bus/input exists, Updated patchsets to match 2.6.15, removed some patches, and combined some others, Updated to class-based RTC driver from azummo, changed defconfig to remove the pwc module, memory-h-page-shift page revised due to feedback from RMK, Removed old kernel versions, Updated to 2.6.15 final.
2006-01-04nas100d-kernel: Removed old kernel versions.Rod Whitby20
2006-01-04nas100d-kernel: Corrected the location of the mac address in the RedBoot ↵Rod Whitby15
config partition, merged the two nas100d patches (sent upstream), updated patchsets to match 2.6.15, removed some patches, and combined some others.
2006-01-04ixp4xx-kernel: Initial version - patches need to be cleaned up to coexist ↵Rod Whitby19
with other ixp4xx machines, updated patchsets to match 2.6.15, removed some patches, and combined some others.
2006-01-04unslung-kernel: Added cp437 back into the kernel instead of being a module, ↵Rod Whitby4
Added flash-is-now-hdd patch, Removed the 1gblimit and ext3flash-on-disk1 patches to prepare for future handling of flash disks on Unslung 6.x (to co-exist better with multiple NTFS drive support), Changed rc.unslung to rc.optware, Removed some of the Samba codepages to make space in the flash, Replaced stand-alone wget with busybox applet to save JFFS2 space, Updated linuxrc to only accept rootfs if .sdXroot is present, and added the leading candidate logo.
2006-01-05linux-oz-2.6: Remove the line causing kernel failures on akita from the ↵Richard Purdie2
defconfig. Remove rndis patch as it break cdc_subset on c7x0.
2006-01-03handhelds-pxa-2.6: empty kernel-image package for hx4700Philipp Zabel1
2006-01-03linux-oz-2.6: Fix cxx00 MMC/SD bug where card could lock the system. Tweak ↵Richard Purdie1
LED patches, split cxx00 udc patches, fix minor pxa2xx pcmcia memory leak.
2006-01-02handhelds-pxa-2.6: update hx4700 defconfigPhilipp Zabel1
- enable bluetooth led - build gadgetfs and pcnet_cs
2006-01-02linux-oz-2.6: Upgarde dev kernel to 2.6.15-rc7. ASoC updates from Liam and ↵Richard Purdie13
RP, LED updates, akita backlight/lcd suspend/resume issue fix, pcmcia ids tidyup ready for mainline. Add pxa27x usb client (udc) driver with CDC Ethernet support for cxx00. RNDIS (windows) doesn't work at this time.
2006-01-02nslu2-kernel: bug fix kernel release 2.6.15.5John Bowler1
2005-12-30h2200 defconfig: update to latest working versionKoen Kooi1
2005-12-29nslu2-kernel: bug fix release 2.6.14.4John Bowler1
2005-12-28hh-pxa-2.6 ipaq-pxa270 defconfig: disable dyntick to stop it from oopsingKoen Kooi1
2005-12-15linux-h1940: add kernel 2.6.14 for the h1940 seriesArjan Schrijver3
2005-12-14hostap, linuz-oz-2.6: Change hostap-utils/hostap-daemon to depend on ↵Richard Purdie2
virtual/kernel-hostap which can either be provided by external modules or the kernel itself depending on the machine configuration.
2005-12-13hx4700 defconfig: update to 2.6.13-hh1Philipp Zabel1
- disabled BLK_DEV_NBD, IPV6_TUNNEL and BRIDGE - enabled INOTIFY and NO_IDLE_HZ
2005-12-13h2200 defconfig: tweaksKoen Kooi1
* compile in hamcop dma * change localversion to 'openembedded'
2005-12-12h2200 defconfig: compile in SD supportKoen Kooi1
2005-12-12linux-openzaurus: added KERNEL_RELEASE to get module dependencies generatedMarcin Juszkiewicz2
- it also need modinfo from module-init-tools-cross but thats other bug
2005-12-10linux-openzaurus 2.6.14+2.6.15-rc5: fixed typo in c7x0 defconfigMarcin Juszkiewicz1
| .config:1138: *** empty variable name. Stop.