summaryrefslogtreecommitdiff
path: root/packages/ixp425-eth/ixp400-eth_1.5.bb
AgeCommit message (Collapse)AuthorFiles
2007-01-27ixp4xx-related files: Replaced IXP4XX_MACHINE_ENDIAN with SITEINFO_ENDIANESS ↵Rod Whitby1
throughout OE, removing all instances of ixp4xx-specific ENDIAN checks in the OE metadata.
2007-01-23ixp4xx (and related ixp4xx-specific files): Change all usage of ↵Rod Whitby1
ARCH_BYTE_SEX to IXP4XX_MACHINE_ENDIAN (and ensure COMPATIBLE_MACHINE is in effect whereever it is used). Add the nslu2le and nslu2be machines. Change include/ixp4xx.conf to use tune-xscale and tune-thumb. Remove slugos-specific variables that had global OE equivalents. Deprecate ixp4xx.conf and nslu2.conf in favour of endian-specific replacements.
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi1
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
2006-06-16ixp400-eth: fixed typo in params patchRod Whitby1
2006-06-19ixp4xx, ixp425-eth: Updated for 2.6.17 kernel (MODULE_PARM now removed)Rod Whitby1
2006-06-15ixp kernel and network modules: bumped PR to force recompile with gcc 4.1.1Frans Meulenbroeks1
on the autobuild system; no functional change
2006-06-09ixp425-eth: when compiled with gcc 4.1.1 module parameters cannot have staticFrans Meulenbroeks1
added a patch to remove the static declarator (without this you get ixp400_eth falsely claims to have parameter ... errors)
2006-04-26ixp425-eth: added DEPENDS line for ixp-osalFrans Meulenbroeks1
2006-04-14ixp425-eth: Set dev_max_count=1 in /etc/modprobe.d/eth0 by default (those ↵Rod Whitby1
with two ethernet ports can override that file in a distro-specific way).
2006-04-14ixp425-eth: Removed the maclist patch, as insertion of the MAC address is ↵Rod Whitby1
now done through a netdev event.
2006-02-27ixp4xx-csr, ixp400-eth: Bumped the PR due to the kernel version change to ↵Rod Whitby1
cause a rebuild in the feeds.
2006-01-30linux: fix missing HOST_CC_ARCH in module compilation in kernel/module allJohn Bowler1
- define TARGET_KERNEL_CC_ARCH to define arch specific compiler options in machine.conf. The default for the kernel is "" (empty), although it should probably be TARGET_CC_ARCH in the future. The default for modules is TARGET_CC_ARCH
2006-01-26ixp4xx-kernel: clean up maclist code in 2.6.15John Bowler1
ixp400-eth: merge clean up to maclist_read in 1.5 - maclist_read is now (void), it always succeeds
2006-01-21ixp400-eth: correct the maclist handling in 1.5John Bowler1
2006-01-14slugos: move to ixp4xx-kernel, change nslu2 to more generic ixp4xx in confJohn Bowler1
- 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-11slugos-image: remove spurious DEPENDS in confJohn Bowler1
- this upgrades slugos-image to the new RDEPENDS only world, some missing (R)dependencies are corrected slugos-init: remove virtual/ixp-eth in 0.10 - this stuff is no longer necessary and the modprobe.conf has been moved to the ixp-eth module rather than having it incorrectly introduced in a non-dependent module.
2006-01-10ixp400-eth: gcc4 patch in 1.5John Bowler1
2006-01-10ixp400-eth: incorporate new patches from nslu2 CVS into 1.5John Bowler1
- three new patches from dwery: continue-if-qmgr-init-fails, int-random, stop-on-rmmod change to device name (eth vs ixp) handling from rwhitby so that is works on non-OE builds (plus debug code added to debug.patch) sanitise patches to make them easier to compare
2005-11-29ixp400-eth: change to use maclist MAC values in 1.5John Bowler1
ixp4xx-csr: remove single PHY configuration options in 2.1
2005-11-21ixp4xx, ixp425-eth: Updated latest versions to use staging/kernel-config ↵Rod Whitby1
instead of trying to work out the correct version number (which does not seem to be available to module.bb).
2005-11-21ixp400-eth: release for ixp4xx release 2.1: 1.5John Bowler1