summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* enable gnu glob in uclibcFelix Fietkau2007-12-298-8/+8
| | | | SVN-Revision: 10027
* fix a build warning in libnlFelix Fietkau2007-12-291-0/+14
| | | | SVN-Revision: 10025
* unconditionally enable c99 math support in uclibc - many packages need itFelix Fietkau2007-12-2911-17/+9
| | | | SVN-Revision: 10024
* ixp4xx: Added missing config entries to allow build to continueRod Whitby2007-12-291-0/+3
| | | | SVN-Revision: 10021
* fix comgt compile error caused by the uclibc upgradeFelix Fietkau2007-12-291-0/+22
| | | | SVN-Revision: 10018
* update x86 uclibc configsFelix Fietkau2007-12-292-56/+108
| | | | SVN-Revision: 10017
* * upgrade ixp4xx to 2.6.23.12 * upgrade to the new ethernet driver ↵Imre Kaloz2007-12-2847-81/+8289
| | | | | | (temporary breaks Marvell switch support on Compex units) * handle NPE microcodes in a user friendly way - YAY for Intel for changing the license * add support for the Lanready AP1000 (used in for example the Ligowave LGO2AGN) SVN-Revision: 10016
* use softfloat and GNU EABI on the IOP, tooImre Kaloz2007-12-282-3/+4
| | | | SVN-Revision: 10015
* tag etrax broken with the new uClibcImre Kaloz2007-12-281-1/+1
| | | | SVN-Revision: 10014
* move ARM to the GNU EABIImre Kaloz2007-12-282-2/+3
| | | | SVN-Revision: 10013
* turn off FPU emulation on ARM and PowerPC - we are on softfloat nowImre Kaloz2007-12-283-3/+3
| | | | SVN-Revision: 10012
* use soft float by default on arm and powerpcImre Kaloz2007-12-281-1/+1
| | | | SVN-Revision: 10011
* upgrade to uClibc 0.9.29 - break binary compatibility #1Imre Kaloz2007-12-2835-4510/+4258
| | | | SVN-Revision: 10010
* fix Conceptronic profileGabor Juhos2007-12-281-1/+1
| | | | SVN-Revision: 10009
* we don't use Atmel version numbersImre Kaloz2007-12-281-13/+0
| | | | SVN-Revision: 10008
* add another softfloat patchImre Kaloz2007-12-281-0/+26
| | | | SVN-Revision: 10007
* update AVR32 binutils patchesImre Kaloz2007-12-285-17866/+28171
| | | | SVN-Revision: 10006
* update binutils autoconf scripts, tooImre Kaloz2007-12-281-0/+1
| | | | SVN-Revision: 10005
* fixup softfloat handlingImre Kaloz2007-12-284-1/+11
| | | | SVN-Revision: 10003
* Add support for Conceptronic C54BSR4Florian Fainelli2007-12-284-0/+45
| | | | SVN-Revision: 10002
* document the feeds systemFelix Fietkau2007-12-281-6/+8
| | | | SVN-Revision: 10001
* update build directory pathsFelix Fietkau2007-12-281-10/+10
| | | | SVN-Revision: 10000
* update target namesFelix Fietkau2007-12-281-5/+5
| | | | SVN-Revision: 9999
* remove some obsolete stuffFelix Fietkau2007-12-281-6/+0
| | | | SVN-Revision: 9998
* remove old 'Submitting patches' textFelix Fietkau2007-12-281-15/+0
| | | | SVN-Revision: 9997
* add SubmittingPatches document to docs/Felix Fietkau2007-12-283-1/+56
| | | | SVN-Revision: 9996
* START is no longer optional for /etc/rc.common based init scriptsFelix Fietkau2007-12-281-2/+1
| | | | SVN-Revision: 9995
* document Build/UninstallDevFelix Fietkau2007-12-281-0/+6
| | | | SVN-Revision: 9994
* document Build/InstallDevFelix Fietkau2007-12-281-0/+13
| | | | SVN-Revision: 9993
* add .gitignore for docs/Felix Fietkau2007-12-281-0/+15
| | | | SVN-Revision: 9992
* remove old feeds stuffFelix Fietkau2007-12-282-76/+0
| | | | SVN-Revision: 9991
* use scripts/feeds instead of scripts/feeds.sh for package/symlinksFelix Fietkau2007-12-281-1/+2
| | | | SVN-Revision: 9990
* patch Makefile.am for GLOBAL_LIBDIR as wellFelix Fietkau2007-12-281-6/+18
| | | | SVN-Revision: 9988
* add cpio.gz support (patch from #2595)Felix Fietkau2007-12-282-0/+15
| | | | SVN-Revision: 9986
* add cf2nand fixes from #2892Felix Fietkau2007-12-281-3/+3
| | | | SVN-Revision: 9985
* added extra product id to adamflash, signed of by <Andrew Ruthven ↵John Crispin2007-12-281-1/+1
| | | | | | <andrew@etc.gen.nz> SVN-Revision: 9972
* ixp4xx: Minor bump of kernel to 2.6.21.7Rod Whitby2007-12-281-1/+1
| | | | SVN-Revision: 9969
* Resync kernel configuration for amccFlorian Fainelli2007-12-271-42/+32
| | | | SVN-Revision: 9967
* Add the adam2 fritzbox flasher (#799)Florian Fainelli2007-12-271-0/+209
| | | | SVN-Revision: 9966
* refresh kernel configGabor Juhos2007-12-271-1/+2
| | | | SVN-Revision: 9964
* use reset function on the NP28G boardsGabor Juhos2007-12-271-0/+1
| | | | SVN-Revision: 9963
* change switch register access macrosGabor Juhos2007-12-279-46/+46
| | | | SVN-Revision: 9962
* add watchdog driverGabor Juhos2007-12-272-0/+243
| | | | | | | | | | | | | Here is the driver for the hardware watchdog timer in ADM5120 SoC. Patch is against current svn Kamikaze. Here is only kernel driver. To activate watchdog you have to use some userspace software writing to watchdog device. I think there is one in busybox. Signed-off-by: Ondrej Zajicek <santiago@crfreenet.org> SVN-Revision: 9961
* move libltdl to the right directory in staging_dirFelix Fietkau2007-12-271-2/+2
| | | | SVN-Revision: 9959
* add twinpass detection to ifxmipsJohn Crispin2007-12-271-2/+6
| | | | SVN-Revision: 9956
* expunge find GNUismAndy Boyett2007-12-271-1/+1
| | | | SVN-Revision: 9955
* fixed b43-fwcutter compile on osx 10.5Andy Boyett2007-12-271-1/+2
| | | | SVN-Revision: 9954
* fix libtool md5sumFelix Fietkau2007-12-271-1/+1
| | | | SVN-Revision: 9952
* fix libtoolize/autoconf/automakeFelix Fietkau2007-12-271-5/+4
| | | | SVN-Revision: 9944
* fix libtool version checks in some configure scriptsFelix Fietkau2007-12-271-4/+12
| | | | SVN-Revision: 9943