summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* add dmallocEric Andersen2006-12-124-0/+130
|
* add netplug packageEric Andersen2006-12-125-0/+188
|
* - workaround vi's syntax highlightingBernhard Reutner-Fischer2006-12-121-4/+6
|
* * Remove bogus tab in libcgi.mk that prevented the library from being buildBernhard Reutner-Fischer2006-12-122-6/+119
| | | | | | | | | | | * Added headerfiles to STAGING_DIR in usr/include/libcgi so that we can actually use the library with the toolchain * Added patch that fixes up the makefile.in and fixes a few bugs in libcgi * rm the target-dir's so* in libcgi-clean Most of the patch has been taken from the debian package. Thanks to Lars Munch.
* update uClibc config settings and update installation of kernel headersEric Andersen2006-12-129-447/+180
|
* - Add default udev.conf and fix a mkdir call.Bernhard Reutner-Fischer2006-12-102-1/+8
| | | | Thanks to Petr Stetiar.
* - cosmetic vi syntax highlighting improvementBernhard Reutner-Fischer2006-12-101-1/+1
|
* - revert r16800.Bernhard Reutner-Fischer2006-12-101-1/+1
|
* - bash can't be built with -j.Bernhard Reutner-Fischer2006-12-081-4/+4
|
* - Quote TARGET_PATH. Closes #1107.Bernhard Reutner-Fischer2006-12-081-1/+2
|
* sighEric Andersen2006-12-081-0/+11
|
* use '/bin/echo -e' to make certain we don't use an unusable /bin/sh builtinEric Andersen2006-12-082-11/+11
|
* use '/bin/echo -e' to make certain we don't use an unusable /bin/sh builtinEric Andersen2006-12-082-2/+2
|
* generate.sh needs bash, so make it to ask for it by nameEric Andersen2006-12-081-0/+8
|
* stime is a reserved name, don't let ltp use it for a local variableEric Andersen2006-12-081-0/+93
|
* - The sysroot requires an existing argument, so make sure that we did configureBernhard Reutner-Fischer2006-12-071-1/+1
| | | | uClibc properly before attempting to use it.
* - pass the target (kernel-) arch in.Bernhard Reutner-Fischer2006-12-071-1/+3
|
* Update to newer snapshot."Steven J. Hill"2006-12-071-1/+1
|
* - remove patch for "s3c2410_serial*" that doesn't apply anymore.Bernhard Reutner-Fischer2006-12-061-12/+0
|
* - set PREFIX and SHAREDIR properBernhard Reutner-Fischer2006-12-051-2/+4
|
* Patch the entire source tree up to get rid of deprecated and obsolete ↵"Steven J. Hill"2006-12-051-3/+279
| | | | functions. Submitted new patch to maintainer.
* Patch packages to remove legacy and deprecated functions. All of these ↵"Steven J. Hill"2006-12-053-0/+82
| | | | patches have been sent upstream to the various maintainers.
* - re-add IFA_ and IFLA_ defines that were removed by YOSHIFUJI Hideaki in ↵Bernhard Reutner-Fischer2006-12-041-0/+35
| | | | | | cbde1668e4f08e0a150207646010bc65e1e2a42b Userspace still needs those.
* - +xBernhard Reutner-Fischer2006-12-041-0/+0
|
* - provide default config for busybox for a generic i386 target.Bernhard Reutner-Fischer2006-12-021-1/+2
|
* - add generic target. X86 for now, don't fork this but generalize it!Bernhard Reutner-Fischer2006-12-029-0/+3113
|
* ver bumpMike Frysinger2006-12-025-0/+265
|
* - andersee, what was that good for? It just slows down rebuilds as it delves ↵Bernhard Reutner-Fischer2006-12-021-1/+2
| | | | into each sub-file needlessly.. Ripping out.
* - rm cruft via fakeroot, not afterwards where it has no effect.Bernhard Reutner-Fischer2006-12-021-1/+1
|
* - adjust busybox-source dependenciesBernhard Reutner-Fischer2006-12-021-1/+1
|
* - eventually mount the crap /proc before remounting to make busybox's mount ↵Bernhard Reutner-Fischer2006-12-021-1/+1
| | | | that incorrectly may rely on /proc work.
* - pass target specific settings to configure when configuring for the target.Bernhard Reutner-Fischer2006-12-021-0/+2
|
* - provide a 'make uclibc-config' target to make target specific ↵Bernhard Reutner-Fischer2006-12-021-1/+14
| | | | configuration easy.
* - bump version. No patches (yet). Yay! :)Bernhard Reutner-Fischer2006-12-021-2/+3
|
* - bump version to cope with changes imposed by 2.6.19.Bernhard Reutner-Fischer2006-12-021-2/+2
|
* - bump non-sanitized version to 2.6.19Bernhard Reutner-Fischer2006-12-022-12/+11
| | | | | - remove some superfluous mkdir's - allow for patch, patch.gz, patch.bz2 per version
* - name the default busybox config-file.Bernhard Reutner-Fischer2006-12-021-0/+1
|
* Remove usage of bcopy."Steven J. Hill"2006-12-021-0/+31
|
* Bump the revision to the latest release and update the patches. Some idiots ↵"Steven J. Hill"2006-12-024-239/+125
| | | | decided to use deprecated functions 'bzero' and 'bcmp' so we patch that up. Someone fell free to pass the patch upstream to the LTP persons, I don't have time.
* For GCC 4.2 snapshots, we need to get the actual version from the BASE-VER ↵"Steven J. Hill"2006-12-021-1/+6
| | | | file so that the target compiler will build and install properly.
* - bump version. Thanks to Petr Stetiar.Bernhard Reutner-Fischer2006-12-013-6/+25
|
* - We don't provide the arts library, and it's checked for in a way not ↵Bernhard Reutner-Fischer2006-11-301-1/+2
| | | | | | suitable for cross compiling. Thanks to Pavel Roskin.
* - use the correct installation path.Bernhard Reutner-Fischer2006-11-291-5/+5
|
* - honor uclibc's notion of LFS supportBernhard Reutner-Fischer2006-11-292-0/+38
|
* - keep the original tarball around.Bernhard Reutner-Fischer2006-11-291-4/+4
|
* - provide a choice to select the compressor to use for the final rootfs.Bernhard Reutner-Fischer2006-11-292-4/+58
| | | | Closes #1014
* - use the HOSTCC as set by the user.Bernhard Reutner-Fischer2006-11-291-0/+1
|
* - build a udev for the target rather than for the host.Bernhard Reutner-Fischer2006-11-291-2/+13
|
* - it helps to actually apply the patches.. ;)Bernhard Reutner-Fischer2006-11-291-1/+1
|
* - compile against the cross toolchain, not the hostBernhard Reutner-Fischer2006-11-293-3/+38
|