Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-13 | - add libraw1394, thanks to Lars Munch | Bernhard Reutner-Fischer | |
2006-12-13 | - andersee, please use ZCAT / BZCAT as configured by the user. | Bernhard Reutner-Fischer | |
(see buildroot/Config.in config BR2_ZCAT and BR2_BZCAT that are available as ZCAT and BZCAT). Thanks.. | |||
2006-12-13 | - bump version. | Bernhard Reutner-Fischer | |
2006-12-13 | fix broken shell fragment | Eric Andersen | |
2006-12-13 | let people select different versions of busybox to suit their needs | Eric Andersen | |
2006-12-13 | Use a stable version of busybox by default. The daily snapshot of | Eric Andersen | |
busybox tends to break often and is thus not a great default. | |||
2006-12-12 | Add avahi package and add libdaemon, which is needed by avahi | Eric Andersen | |
2006-12-12 | add mpatrol package | Eric Andersen | |
2006-12-12 | add dmalloc | Eric Andersen | |
2006-12-12 | add netplug package | Eric Andersen | |
2006-12-12 | * Remove bogus tab in libcgi.mk that prevented the library from being build | Bernhard Reutner-Fischer | |
* 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. | |||
2006-12-10 | - Add default udev.conf and fix a mkdir call. | Bernhard Reutner-Fischer | |
Thanks to Petr Stetiar. | |||
2006-12-08 | - bash can't be built with -j. | Bernhard Reutner-Fischer | |
2006-12-08 | - Quote TARGET_PATH. Closes #1107. | Bernhard Reutner-Fischer | |
2006-12-08 | sigh | Eric Andersen | |
2006-12-08 | use '/bin/echo -e' to make certain we don't use an unusable /bin/sh builtin | Eric Andersen | |
2006-12-08 | generate.sh needs bash, so make it to ask for it by name | Eric Andersen | |
2006-12-08 | stime is a reserved name, don't let ltp use it for a local variable | Eric Andersen | |
2006-12-07 | - pass the target (kernel-) arch in. | Bernhard Reutner-Fischer | |
2006-12-06 | - remove patch for "s3c2410_serial*" that doesn't apply anymore. | Bernhard Reutner-Fischer | |
2006-12-05 | - set PREFIX and SHAREDIR proper | Bernhard Reutner-Fischer | |
2006-12-05 | Patch the entire source tree up to get rid of deprecated and obsolete ↵ | "Steven J. Hill" | |
functions. Submitted new patch to maintainer. | |||
2006-12-05 | Patch packages to remove legacy and deprecated functions. All of these ↵ | "Steven J. Hill" | |
patches have been sent upstream to the various maintainers. | |||
2006-12-02 | - provide default config for busybox for a generic i386 target. | Bernhard Reutner-Fischer | |
2006-12-02 | - rm cruft via fakeroot, not afterwards where it has no effect. | Bernhard Reutner-Fischer | |
2006-12-02 | - adjust busybox-source dependencies | Bernhard Reutner-Fischer | |
2006-12-02 | - pass target specific settings to configure when configuring for the target. | Bernhard Reutner-Fischer | |
2006-12-02 | - bump version. No patches (yet). Yay! :) | Bernhard Reutner-Fischer | |
2006-12-02 | - bump version to cope with changes imposed by 2.6.19. | Bernhard Reutner-Fischer | |
2006-12-02 | - name the default busybox config-file. | Bernhard Reutner-Fischer | |
2006-12-02 | Remove usage of bcopy. | "Steven J. Hill" | |
2006-12-02 | Bump the revision to the latest release and update the patches. Some idiots ↵ | "Steven J. Hill" | |
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. | |||
2006-12-01 | - bump version. Thanks to Petr Stetiar. | Bernhard Reutner-Fischer | |
2006-11-30 | - We don't provide the arts library, and it's checked for in a way not ↵ | Bernhard Reutner-Fischer | |
suitable for cross compiling. Thanks to Pavel Roskin. | |||
2006-11-29 | - use the correct installation path. | Bernhard Reutner-Fischer | |
2006-11-29 | - build a udev for the target rather than for the host. | Bernhard Reutner-Fischer | |
2006-11-29 | - it helps to actually apply the patches.. ;) | Bernhard Reutner-Fischer | |
2006-11-29 | - compile against the cross toolchain, not the host | Bernhard Reutner-Fischer | |
2006-11-29 | - bump version. Fetch from old/ dir if the version is out-of-date. | Bernhard Reutner-Fischer | |
Thanks to Pavel Roskin | |||
2006-11-29 | - acpid is compiled with -Werror, and gcc 4.1.1 warns about mismatching | Bernhard Reutner-Fischer | |
pointers. Fix it by using socklen_t type. - Modify acpid.mk to apply all available patches. Convert ACPI_SOCKETFILE adjustment from sed script to a patch. Thanks to Pavel Roskin | |||
2006-11-29 | - dmraid sources include libdevmapper.h,, which is provided by dm | Bernhard Reutner-Fischer | |
as pointed out by Pavel Roskin. | |||
2006-11-28 | - strip cruft off the pluto patch. | Bernhard Reutner-Fischer | |
2006-11-28 | - add openswan support. Compile tested only. Closes #200. | Bernhard Reutner-Fischer | |
2006-11-28 | - add "lib" prefix | Bernhard Reutner-Fischer | |
2006-11-24 | - add stunnel package. Thanks to Crispin Wellington | Bernhard Reutner-Fischer | |
2006-11-24 | - fix microperl uconfig and pass the target cflags in properly. | Bernhard Reutner-Fischer | |
2006-11-22 | - type fix | Bernhard Reutner-Fischer | |
2006-11-22 | - make microwindows do something. Closes #527 | Bernhard Reutner-Fischer | |
Not that it would compile or anything, but at least it's different than before.. | |||
2006-11-22 | - xfsprogs-2.7.11 is old by now. Provide a fallback SITE until someone | Bernhard Reutner-Fischer | |
verifies a newer version.. Closes bug #1019 | |||
2006-11-22 | - ignore GLOB_TILDE if it's not available. | Bernhard Reutner-Fischer | |