Age | Commit message (Collapse) | Author | Files |
|
- 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
|
|
- 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.
|
|
- this removes stuff from ixp400.ko which is not used by the ixp4oo-eth
- driver, making the module significantly smaller.
|
|
|
|
netconsole
|
|
ucslugc 3
- all the nslu2-???.conf files are now slugos-???.conf and slugos has been made
- the base for both openslug and ucslugc. OpenSlug now enables thumb interwork.
|
|
- The LE patch removed code to initialise a semaphore, this caused
- a crash when the semaphore was used during the device close
- Also change config to use the 'only one NPE' option in the build,
- however by examination this doesn't work very well.
|
|
{nslu2, openslug} bb files; so here it is... (better safe than sorry)
|
|
This checkin includes a patch to add working le support in these modules
|
|
Also on ixp4xx/ixp4xx-csr_2.0.bb (only) the ixp400.ko driver is now
installed in kernel/drivers, not drivers. On all versions ixp-eth
now RDEPENDS on ixp4xx (this should happen automatically but probably
doesn't because the modules are done as independent module builds).
|
|
NOTE: to use these you must pin ixp4xx-csr, ixp-oxal and ixp400-eth.
The name of the ethernet driver changes with this commit - it is now
ixp400-eth, not ixp425-eth - changes are required in systems which need
to use the ethernet driver and these changes are *not* in this commit.
The things to change are the image (which must now depend on ixp400-eth)
and any modprobe.conf (which, at least in NSLU2 - openslug-init - aliases
eth0 as ixp4??-eth).
|