aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ixp425-eth
AgeCommit message (Collapse)Author
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
2006-06-24ixp400-eth: Added version 1.5.1 - builds, untestedRod Whitby
2006-06-16ixp400-eth: fixed typo in params patchRod Whitby
2006-06-19ixp4xx, ixp425-eth: Updated for 2.6.17 kernel (MODULE_PARM now removed)Rod Whitby
2006-06-15ixp kernel and network modules: bumped PR to force recompile with gcc 4.1.1Frans Meulenbroeks
on the autobuild system; no functional change
2006-06-09ixp425-eth: when compiled with gcc 4.1.1 module parameters cannot have staticFrans Meulenbroeks
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 Meulenbroeks
2006-04-14ixp425-eth: Set dev_max_count=1 in /etc/modprobe.d/eth0 by default (those ↵Rod Whitby
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 Whitby
now done through a netdev event.
2006-02-27ixp4xx-csr, ixp400-eth: Bumped the PR due to the kernel version change to ↵Rod Whitby
cause a rebuild in the feeds.
2006-01-30linux: fix missing HOST_CC_ARCH in module compilation in kernel/module allJohn Bowler
- 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 Bowler
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 Bowler
2006-01-14slugos: move to ixp4xx-kernel, change nslu2 to more generic ixp4xx in confJohn Bowler
- 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 Bowler
- 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 Bowler
2006-01-10ixp400-eth: incorporate new patches from nslu2 CVS into 1.5John Bowler
- 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 Bowler
ixp4xx-csr: remove single PHY configuration options in 2.1
2005-11-21ixp4xx, ixp425-eth: Updated latest versions to use staging/kernel-config ↵Rod Whitby
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 Bowler
2005-11-20ixp4xx-csr: deconfigure ixp400.ko in 2.0John Bowler
- this removes stuff from ixp400.ko which is not used by the ixp4oo-eth - driver, making the module significantly smaller.
2005-11-14ixp400-eth: make building for 2.6.14-mm in 1.4John Bowler
2005-11-01ixp425-eth/ixp400-eth: added pollcontroller patch for ixp400; required for ↵Frans Meulenbroeks
netconsole
2005-10-26slugos, openslug, ucslugc: move to new slugos base distro in openslug 3.0, ↵John Bowler
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.
2005-10-24ixp400-eth: fix reboot (module unload) problem in LE patch for 1.4John Bowler
- 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.
2005-10-22merge of 3e09771118f46dd5b429d9481e1be7f6a12628b8Frans Meulenbroeks
and c39d6bcb62a3013ec76c9d9c53de817504ff1a7e
2005-10-22Been told that I should also bump PR for ixp when I bump PR_CONFIG in the ↵Frans Meulenbroeks
{nslu2, openslug} bb files; so here it is... (better safe than sorry)
2005-10-21ixp425-eth: Bumped PR to make it rebuild due to kernel version changeRod Whitby
2005-10-08ixp-osal_2.0.bb ixp4xx-csr_2.0.bb ixp400-eth_1.4.bb: fixed LE implementationJohn Bowler
This checkin includes a patch to add working le support in these modules
2005-10-05ixp4xx,ixp4225-eth: provide virtual/ixp-ethJohn Bowler
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).
2005-10-03ixp4xx, ixp425-eth: add Intel Access Library 2.0, ethernet driver 1.4John Bowler
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).
2005-10-01ixp intel drivers: ixp4xx v1.5 ixp425-eth v1.2John Bowler
2005-09-25ixp425-eth: extra patch for 2.6.14+ kernels with netfilterJohn Bowler
2005-09-25ixp425_eth: commit fixes for 2.6.14 kernelsJohn Bowler
2005-09-24ixp425-eth: patches for 2.6.13 kernelsJohn Bowler
some structure changes, also remove unused statics caused by the intdriven patch.
2005-08-15Bump PROyvind Repvik
2005-08-11Change the NSLU2 kernel build configuration method to allow theJohn Bowler
configuration override to be specified in the machine.conf rather than hardwiring -mno-thumb-interwork into nslu2-kernel.inc
2005-07-31Remove the unnecessary and confusing copy of the patchJohn Bowler
2005-07-30Fix the location of one of the patches not to use the unreliableJohn Bowler
sourceforge mirrors. There should be no change to the module, however the precise way the patches are applied has changed, so the PR has been bumped.
2005-07-11Bumped the PR on the ixp modules, becuase we changed the OpenSlug default ↵Rod Whitby
kernel version.
2005-06-30import clean BK tree at cset 1.3670Koen Kooi
2005-06-17Add SA_SAMPLE_RANDOM to those request_irq calls whichJohn Bowler
correspond to packet driven (as opposed to timer driven) ethernet interrupts. This provides genuine random input to the kernel random driver. BKrev: 42b26f7bNoumAACylLJQfYG5oSQoOw
2005-05-09Change ixp drivers to allow compilation on -mm patchedJohn Bowler
kernels and to allow netconsole to work. BKrev: 427faf1dyQUk9YAOBAN896ZvmvtMrA
2005-03-12Merge http://oe-devel.bkbits.net/openembeddedg2@giantshoulder.com
into giantshoulder.com:/home/tom/dev/openslug/openembedded 2005/03/11 10:12:52-05:00 giantshoulder.com!g2 Merge nslu2-linux@nslu2-linux.bkbits.net:openembedded into giantshoulder.com:/home/tom/dev/openslug/openembedded 2005/03/11 10:11:56-05:00 giantshoulder.com!g2 Fix perferred version to actually match the kernel we are using. I think BB/OE needs the extra .2 in the name 2005/03/11 05:41:02-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/11 04:41:13-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/11 03:41:00-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/11 02:41:03-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/10 23:40:13-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/10 22:40:16-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/10 20:40:20-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/10 18:40:16-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/10 15:38:23-10:00 (none)!dyoung Merge bk://nslu2-linux@nslu2-linux.bkbits.net/openembedded into builder.(none):/home/dereky/bbroot/openembedded 2005/03/10 15:37:16-10:00 (none)!dereky change command line assignment, remove /deb/slug hack 2005/03/10 16:40:30-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/10 15:40:55-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/10 08:40:15-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/10 06:40:15-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/10 05:40:21-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/10 04:40:23-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/10 02:40:21-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/09 16:40:13-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/09 14:40:36-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/09 13:40:18-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/09 11:40:12-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/09 09:40:21-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/09 07:40:36-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/09 05:40:11-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/09 04:40:25-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/09 02:29:38-10:00 (none)!dyoung Merge bk://nslu2-linux@nslu2-linux.bkbits.net/openembedded into builder.(none):/home/dereky/bbroot/openembedded 2005/03/09 02:28:57-10:00 (none)!dyoung Upgrade the kernel to 2.6.11.2 2005/03/09 03:40:21-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/09 02:40:12-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/09 01:40:10-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/09 00:40:11-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/08 23:40:40-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/08 18:02:35-10:00 (none)!dyoung Merge bk://nslu2-linux@nslu2-linux.bkbits.net/openembedded into builder.(none):/home/dereky/bbroot/openembedded 2005/03/08 17:49:07-10:00 (none)!dyoung Fixed ixp400 and ixp425_eth driver versions to 1.4 and 1.1 respectively. 2005/03/08 15:40:14-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/08 13:40:13-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/08 12:40:11-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/08 05:40:15-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/08 04:40:18-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/08 22:07:40+10:30 (none)!rwhitby Merge bk://nslu2-linux@nslu2-linux.bkbits.net/openembedded into home.(none):/home/openslug/openembedded 2005/03/08 22:06:37+10:30 (none)!rwhitby Added diffutils to openslug-image so that it can be used by ipkg upgrade. 2005/03/08 02:40:10-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/08 20:53:12+10:30 (none)!rwhitby Add the missing newline from openslug.conf 2005/03/08 19:10:36+10:30 (none)!rwhitby Merge bk://nslu2-linux@nslu2-linux.bkbits.net/openembedded into home.(none):/home/openslug/openembedded 2005/03/08 16:54:29+10:30 (none)!rwhitby Turned off Bluetooth HIDP for Openslug 2005/03/07 15:41:01-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/07 12:15:30-10:00 (none)!dyoung Add videodev module support 2005/03/07 12:40:13-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/07 11:40:20-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/07 08:40:15-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/08 00:57:31+10:30 (none)!rwhitby Merge bk://nslu2-linux@nslu2-linux.bkbits.net/openembedded into home.(none):/home/openslug/openembedded 2005/03/08 00:56:52+10:30 (none)!rwhitby Removed a lot of unused stuff from the openslug kernels, so that ext3 and jbd will fit in 2.6.11 2005/03/07 02:40:09-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/06 23:57:58-10:00 (none)!dyoung Merge bk://nslu2-linux@nslu2-linux.bkbits.net/openembedded into builder.(none):/home/dereky/bbroot/openembedded 2005/03/06 23:56:22-10:00 (none)!dyoung Phillips chipset based USB camera driver 2005/03/07 19:35:47+10:30 (none)!rwhitby Made /etc/resolv.conf a real file instead of a symlink for OpenSlug, so that it can be referenced in CONFFILES. Fixed the CONFFILES so that they are correct for standard, nylon and openslug distros (standard distro cannot list /etc/resolv.conf, whereas nylon and openslug can). 2005/03/07 19:31:49+10:30 (none)!rwhitby Added CONFFILES to base-files for all distros, not just nylon 2005/03/07 18:50:36+10:30 (none)!rwhitby Merge bk://nslu2-linux@nslu2-linux.bkbits.net/openembedded into home.(none):/home/openslug/openembedded 2005/03/07 18:49:56+10:30 (none)!rwhitby Added CONFFILES to a number of packages 2005/03/06 15:40:10-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/06 13:40:11-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/06 12:40:11-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/06 11:40:10-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/06 10:40:10-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/06 09:40:18-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/06 08:40:11-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/06 07:40:09-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/06 05:40:13-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/06 04:40:10-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/06 03:40:11-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/05 19:27:08-10:00 (none)!dyoung Oops, [g2] forgot the actual patch file 2005/03/05 21:33:53-05:00 giantshoulder.com!g2 Merge nslu2-linux@nslu2-linux.bkbits.net:openembedded into giantshoulder.com:/home/tom/dev/openslug/openembedded 2005/03/05 21:32:47-05:00 giantshoulder.com!g2 Siddy's patch to clean up alignment issue in ixpxx 2005/03/05 16:40:10-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/05 15:40:15-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/05 13:40:14-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/05 10:40:11-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/05 09:40:21-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/05 11:35:10-05:00 giantshoulder.com!g2 Merge nslu2-linux@nslu2-linux.bkbits.net:openembedded into giantshoulder.com:/home/tom/dev/openslug/openembedded 2005/03/05 11:33:31-05:00 giantshoulder.com!g2 Tweak openslug-init sysconfsetup to be smarter and allow not default gateway for point-to-point 2005/03/05 11:32:31-05:00 giantshoulder.com!g2 Change ixp425 to Interrupt driven for stability from polled. 2005/03/05 07:40:10-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/05 06:40:09-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/05 05:40:10-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/05 03:40:11-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/05 20:17:17+10:30 (none)!rwhitby Fixed the PR bump on mgetty 2005/03/05 20:14:57+10:30 (none)!rwhitby Merge bk://nslu2-linux@nslu2-linux.bkbits.net/openembedded into home.(none):/home/openslug/openembedded 2005/03/05 20:14:18+10:30 (none)!rwhitby Fixed a bug in the compile of mgetty which meant that AUTO_PPP and FIDO were not being defined as intended by the 37-Makefile patch (CFLAGS was being overriden by oemake). 2005/03/04 16:40:11-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/04 13:40:15-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/04 12:40:17-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/04 08:40:14-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/05 01:39:16+10:30 (none)!rwhitby Merge bk://nslu2-linux@nslu2-linux.bkbits.net/openembedded into home.(none):/home/openslug/openembedded 2005/03/05 01:36:09+10:30 (none)!rwhitby Added ehci-hcd to modutils.txt for OpenSlug 2005/03/04 06:40:09-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/05 01:10:35+10:30 (none)!rwhitby Patched ppp_mppe.c in unslung kernel to fix compile errors 2005/03/05 01:04:11+10:30 (none)!rwhitby Merge bk://nslu2-linux@nslu2-linux.bkbits.net/openembedded into home.(none):/home/openslug/openembedded 2005/03/05 01:03:33+10:30 (none)!rwhitby Made EHCI a module for the Openslug kernel, and added it to the default image. Added usb-serial, pl2303, bluetooth and ppp modules to Unslung. Fixed puppy 1.6 to use CVS directly. 2005/03/04 05:40:14-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/04 04:40:19-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/04 03:40:09-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/03 23:59:47-10:00 (none)!dyoung Fixed the month being off by one month 2005/03/03 23:30:43-10:00 (none)!dyoung Merge bk://nslu2-linux@nslu2-linux.bkbits.net/openembedded into builder.(none):/home/dereky/bbroot/openembedded 2005/03/04 00:40:13-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/03 22:40:13-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/03 23:28:51-10:00 (none)!dyoung Added MD support as modules 2005/03/03 19:04:18-10:00 (none)!dyoung Merge bk://nslu2-linux@nslu2-linux.bkbits.net/openembedded into builder.(none):/home/dereky/bbroot/openembedded 2005/03/03 20:53:33-08:00 (none)!rwhitby Merge 2005/03/03 19:01:58-10:00 (none)!dyoung Added raid modules to defconfig 2005/03/03 23:19:56-05:00 giantshoulder.com!g2 Allow PREFERRED_VERSION to be overridden in local.conf 2005/03/03 20:52:42-08:00 (none)!rwhitby Moved stuff from openslug.conf to openslug-image.bb 2005/03/03 22:46:49-05:00 giantshoulder.com!g2 Beware of last-minute changes ..... The one that got away.... I changed this at the last moment it breaks ehci startup and other stuff for reasons unknown to me. 2005/03/03 16:37:04-08:00 (none)!rwhitby Set the default openslug kernel version back to 2.6.9 2005/03/03 15:40:14-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/03 13:27:03-10:00 (none)!dyoung add mt-daapd to feed list 2005/03/03 14:40:16-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/03 12:40:13-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/03 14:45:47-05:00 giantshoulder.com!g2 Move OpenSlug to 2.6.11 kernel 2005/03/03 11:40:16-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/03 10:40:10-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/03 09:40:19-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/03 08:40:16-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/03 05:40:10-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/03 04:40:13-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/03 02:40:14-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/02 15:40:10-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/02 14:40:11-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/02 13:40:11-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/02 12:40:16-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/02 07:40:15-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/03 01:36:46+10:30 (none)!rwhitby Merge bk://nslu2-linux@nslu2-linux.bkbits.net/openembedded into home.(none):/home/openslug/openembedded 2005/03/03 01:36:23+10:30 (none)!rwhitby Added bash and coreutils to openslug-packages 2005/03/02 06:40:23-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/02 23:33:46+10:30 (none)!rwhitby Sorted out licensing for openslug-image (including adding Info-ZIP to licenses.conf), and created openslug-packages. 2005/03/02 23:26:28+10:30 (none)!rwhitby Merge 2005/03/02 23:26:06+10:30 (none)!rwhitby Merge bk://nslu2-linux@nslu2-linux.bkbits.net/openembedded into home.(none):/home/openslug/openembedded BKrev: 423238baDbW_BiDyXqiQuZmpN7E6Cg
2005-02-23Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net
into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/02/23 12:40:33+01:00 uni-frankfurt.de!mickeyl Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into gandalf.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2005/02/23 12:36:37+01:00 uni-frankfurt.de!mickeyl Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into gandalf.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2005/02/23 11:34:13+01:00 mn-solutions.de!schurig Merge http://oe-devel@openembedded.bkbits.net/openembedded into mnz66.mn-solutions.de:/usr/src/oe/p 2005/02/23 11:33:31+01:00 mn-solutions.de!schurig fix installation stage 2005/02/23 09:27:44+00:00 (none)!xora New upstream version of kismet, fixes for compilation problems, and change of maintainer with Brunos permission 2005/02/23 01:11:25+01:00 uni-frankfurt.de!mickeyl add a sharprom-compatible distro configuration. relies on an external 2.95.3 toolchain (for now... until someone adds it to OE) and needs further work. It's a start for someone interested though. 2005/02/23 01:09:23+01:00 uni-frankfurt.de!mickeyl bump cvsdate on oz-3.5.3 2005/02/22 17:37:44-06:00 ti.com!kergoth Fix the quilt PATCHCMD to stop rampantly chmod'ing, which made the CVS directories not executable, thereby screwing up the ability to rm -rf tmp. Thanks to holger freyther for pointing it out. BKrev: 421c7b62hBWfitoVhb3IO3ZT5nS71A
2005-02-22Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net
into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/02/21 17:35:27-06:00 ti.com!kergoth Kill the ipkg paths patch, since its busted. 2005/02/21 17:33:13-06:00 ti.com!kergoth Fix sbindir in native.bbclass and cross.bbclass. Thanks to Jordan Crouse for reporting. 2005/02/21 17:13:19-06:00 ti.com!kergoth Add the paths patch to ipkg which fixes it to no longer hardcode the '/usr/lib/ipkg' path, which I forgot to check in from the previous commit. 2005/02/21 17:09:46-06:00 ti.com!kergoth Merge oe-devel@oe-devel.bkbits.net:openembedded into odin.sc.ti.com:/home/kergoth/code/user/oe/openembedded 2005/02/21 17:09:03-06:00 ti.com!kergoth Run a sed script against our packages to fix some hardcoded target path references. As always when I do things like this, if packages you maintain were touched by this, please do a sanity check to ensure the sed script didn't run wild. 2005/02/21 15:49:47-06:00 ti.com!kergoth Use a HOTPLUG variable to manage which hotplug you prefer, to ensure that hotplug is still included in task-bootstrap even if you dont set DISTRO. BKrev: 421b2b63X5eoMcSrC7pVcptXK-iFKg
2005-01-20Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net
into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/01/20 10:35:16-05:00 handhelds.org!kergoth Add patcher-native to ixp425-eth's depends. Really, it shouldnt be calling out patcher explicitly in its tasks at all, since the .bb shouldn't have any knowledge of how patches are applied. That said, this should at least get it building again in the meantime. 2005/01/20 10:29:55-05:00 handhelds.org!kergoth Merge oe-devel@oe-devel.bkbits.net:openembedded into handhelds.org:/home/kergoth/code/openembedded 2005/01/20 10:29:38-05:00 handhelds.org!kergoth Kill off module-init-tools 3.1-pre5. It didn't have the correct set of patches applied, and there's no reason to keep around the old version. BKrev: 41efd0darfDOqFGMjJ_Ozpgb-p9H9g
2004-12-09Merge oe-devel@oe-devel.bkbits.net:openembeddedChris Larson
into hyperion.kergoth.com:/home/kergoth/code/openembedded 2004/12/09 03:39:39-06:00 kergoth.com!kergoth Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit. BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA