Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bump version | Eric Andersen | 2006-12-13 | 1 | -1/+1 |
| | |||||
* | stupid typo | Eric Andersen | 2006-12-13 | 1 | -1/+1 |
| | |||||
* | install include/asm-generic if it is present | Eric Andersen | 2006-12-13 | 1 | -0/+6 |
| | |||||
* | use a more sensible naming scheme | Eric Andersen | 2006-12-13 | 2 | -1/+1 |
| | |||||
* | Patch in the version agnostic fix_includes in the older uClibc 0.9.28 | Eric Andersen | 2006-12-13 | 1 | -23/+316 |
| | |||||
* | another typo | Eric Andersen | 2006-12-13 | 1 | -1/+2 |
| | |||||
* | oops, typo | Eric Andersen | 2006-12-13 | 1 | -17/+17 |
| | |||||
* | make this target current | Eric Andersen | 2006-12-13 | 12 | -6746/+107 |
| | |||||
* | use the correct depmod for linux26 | Eric Andersen | 2006-12-13 | 1 | -1/+1 |
| | |||||
* | rename | Eric Andersen | 2006-12-13 | 1 | -0/+0 |
| | |||||
* | endianness is handled elsewhere | Eric Andersen | 2006-12-13 | 1 | -13/+1 |
| | |||||
* | rework the default x86 target | Eric Andersen | 2006-12-13 | 4 | -128/+88 |
| | |||||
* | update ordering, automagically handle x86 subtypes | Eric Andersen | 2006-12-13 | 1 | -10/+43 |
| | |||||
* | split things up so this is not an unreadable mess | Eric Andersen | 2006-12-13 | 4 | -202/+236 |
| | |||||
* | update paths | Eric Andersen | 2006-12-13 | 1 | -4/+5 |
| | |||||
* | - spelling fix | Bernhard Reutner-Fischer | 2006-12-13 | 1 | -5/+5 |
| | |||||
* | update busybox defaults a bit | Eric Andersen | 2006-12-13 | 3 | -295/+454 |
| | |||||
* | - add libraw1394, thanks to Lars Munch | Bernhard Reutner-Fischer | 2006-12-13 | 3 | -0/+72 |
| | |||||
* | - andersee, please use ZCAT / BZCAT as configured by the user. | Bernhard Reutner-Fischer | 2006-12-13 | 5 | -5/+5 |
| | | | | (see buildroot/Config.in config BR2_ZCAT and BR2_BZCAT that are available as ZCAT and BZCAT). Thanks.. | ||||
* | - bump version. | Bernhard Reutner-Fischer | 2006-12-13 | 1 | -2/+2 |
| | |||||
* | don't enable gdb in the default config | Eric Andersen | 2006-12-13 | 1 | -7/+1 |
| | |||||
* | fix cut-n-paste typo, where I replaced CFLAGS with two copies CXXFLAGS | Eric Andersen | 2006-12-13 | 1 | -8/+8 |
| | | | | fix spacing on env var failure notices | ||||
* | add checks for when people have foolishly set things in their enviroment | Eric Andersen | 2006-12-13 | 1 | -9/+59 |
| | | | | such as CC, CFLAGS, etc that will cause buildroot to break | ||||
* | fix broken shell fragment | Eric Andersen | 2006-12-13 | 1 | -1/+1 |
| | |||||
* | update defconfig | Eric Andersen | 2006-12-13 | 1 | -1/+4 |
| | |||||
* | fix a few little glitches I left in here the other day | Eric Andersen | 2006-12-13 | 2 | -2/+3 |
| | |||||
* | let people select different versions of busybox to suit their needs | Eric Andersen | 2006-12-13 | 5 | -9/+999 |
| | |||||
* | add missing default config so 'make defconfig' works | Eric Andersen | 2006-12-13 | 1 | -0/+380 |
| | |||||
* | Use a stable version of busybox by default. The daily snapshot of | Eric Andersen | 2006-12-13 | 1 | -1/+1 |
| | | | | busybox tends to break often and is thus not a great default. | ||||
* | Add avahi package and add libdaemon, which is needed by avahi | Eric Andersen | 2006-12-12 | 10 | -0/+389 |
| | |||||
* | add mpatrol package | Eric Andersen | 2006-12-12 | 5 | -0/+862 |
| | |||||
* | add dmalloc | Eric Andersen | 2006-12-12 | 4 | -0/+130 |
| | |||||
* | add netplug package | Eric Andersen | 2006-12-12 | 5 | -0/+188 |
| | |||||
* | - workaround vi's syntax highlighting | Bernhard Reutner-Fischer | 2006-12-12 | 1 | -4/+6 |
| | |||||
* | * Remove bogus tab in libcgi.mk that prevented the library from being build | Bernhard Reutner-Fischer | 2006-12-12 | 2 | -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 headers | Eric Andersen | 2006-12-12 | 9 | -447/+180 |
| | |||||
* | - Add default udev.conf and fix a mkdir call. | Bernhard Reutner-Fischer | 2006-12-10 | 2 | -1/+8 |
| | | | | Thanks to Petr Stetiar. | ||||
* | - cosmetic vi syntax highlighting improvement | Bernhard Reutner-Fischer | 2006-12-10 | 1 | -1/+1 |
| | |||||
* | - revert r16800. | Bernhard Reutner-Fischer | 2006-12-10 | 1 | -1/+1 |
| | |||||
* | - bash can't be built with -j. | Bernhard Reutner-Fischer | 2006-12-08 | 1 | -4/+4 |
| | |||||
* | - Quote TARGET_PATH. Closes #1107. | Bernhard Reutner-Fischer | 2006-12-08 | 1 | -1/+2 |
| | |||||
* | sigh | Eric Andersen | 2006-12-08 | 1 | -0/+11 |
| | |||||
* | use '/bin/echo -e' to make certain we don't use an unusable /bin/sh builtin | Eric Andersen | 2006-12-08 | 2 | -11/+11 |
| | |||||
* | use '/bin/echo -e' to make certain we don't use an unusable /bin/sh builtin | Eric Andersen | 2006-12-08 | 2 | -2/+2 |
| | |||||
* | generate.sh needs bash, so make it to ask for it by name | Eric Andersen | 2006-12-08 | 1 | -0/+8 |
| | |||||
* | stime is a reserved name, don't let ltp use it for a local variable | Eric Andersen | 2006-12-08 | 1 | -0/+93 |
| | |||||
* | - The sysroot requires an existing argument, so make sure that we did configure | Bernhard Reutner-Fischer | 2006-12-07 | 1 | -1/+1 |
| | | | | uClibc properly before attempting to use it. | ||||
* | - pass the target (kernel-) arch in. | Bernhard Reutner-Fischer | 2006-12-07 | 1 | -1/+3 |
| | |||||
* | Update to newer snapshot. | "Steven J. Hill" | 2006-12-07 | 1 | -1/+1 |
| | |||||
* | - remove patch for "s3c2410_serial*" that doesn't apply anymore. | Bernhard Reutner-Fischer | 2006-12-06 | 1 | -12/+0 |
| |