summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Patch in the version agnostic fix_includes in the older uClibc 0.9.28Eric Andersen2006-12-131-23/+316
|
* another typoEric Andersen2006-12-131-1/+2
|
* oops, typoEric Andersen2006-12-131-17/+17
|
* make this target currentEric Andersen2006-12-1312-6746/+107
|
* use the correct depmod for linux26Eric Andersen2006-12-131-1/+1
|
* renameEric Andersen2006-12-131-0/+0
|
* endianness is handled elsewhereEric Andersen2006-12-131-13/+1
|
* rework the default x86 targetEric Andersen2006-12-134-128/+88
|
* update ordering, automagically handle x86 subtypesEric Andersen2006-12-131-10/+43
|
* split things up so this is not an unreadable messEric Andersen2006-12-134-202/+236
|
* update pathsEric Andersen2006-12-131-4/+5
|
* - spelling fixBernhard Reutner-Fischer2006-12-131-5/+5
|
* update busybox defaults a bitEric Andersen2006-12-133-295/+454
|
* - add libraw1394, thanks to Lars MunchBernhard Reutner-Fischer2006-12-133-0/+72
|
* - andersee, please use ZCAT / BZCAT as configured by the user.Bernhard Reutner-Fischer2006-12-135-5/+5
| | | | (see buildroot/Config.in config BR2_ZCAT and BR2_BZCAT that are available as ZCAT and BZCAT). Thanks..
* - bump version.Bernhard Reutner-Fischer2006-12-131-2/+2
|
* don't enable gdb in the default configEric Andersen2006-12-131-7/+1
|
* fix cut-n-paste typo, where I replaced CFLAGS with two copies CXXFLAGSEric Andersen2006-12-131-8/+8
| | | | fix spacing on env var failure notices
* add checks for when people have foolishly set things in their enviromentEric Andersen2006-12-131-9/+59
| | | | such as CC, CFLAGS, etc that will cause buildroot to break
* fix broken shell fragmentEric Andersen2006-12-131-1/+1
|
* update defconfigEric Andersen2006-12-131-1/+4
|
* fix a few little glitches I left in here the other dayEric Andersen2006-12-132-2/+3
|
* let people select different versions of busybox to suit their needsEric Andersen2006-12-135-9/+999
|
* add missing default config so 'make defconfig' worksEric Andersen2006-12-131-0/+380
|
* Use a stable version of busybox by default. The daily snapshot ofEric Andersen2006-12-131-1/+1
| | | | busybox tends to break often and is thus not a great default.
* Add avahi package and add libdaemon, which is needed by avahiEric Andersen2006-12-1210-0/+389
|
* add mpatrol packageEric Andersen2006-12-125-0/+862
|
* 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.