summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* - 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
|
* fix broken shell fragmentEric Andersen2006-12-131-1/+1
|
* let people select different versions of busybox to suit their needsEric Andersen2006-12-135-9/+999
|
* 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
|
* * 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.
* - Add default udev.conf and fix a mkdir call.Bernhard Reutner-Fischer2006-12-102-1/+8
| | | | Thanks to Petr Stetiar.
* - 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-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
|
* - pass the target (kernel-) arch in.Bernhard Reutner-Fischer2006-12-071-1/+3
|
* - remove patch for "s3c2410_serial*" that doesn't apply anymore.Bernhard Reutner-Fischer2006-12-061-12/+0Star
|
* - 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.
* - provide default config for busybox for a generic i386 target.Bernhard Reutner-Fischer2006-12-021-1/+2
|
* - 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
|
* - pass target specific settings to configure when configuring for the target.Bernhard Reutner-Fischer2006-12-021-0/+2
|
* - 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
|
* - 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/+125Star
| | | | 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.
* - 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
|
* - 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
|
* - bump version. Fetch from old/ dir if the version is out-of-date.Bernhard Reutner-Fischer2006-11-291-2/+4
| | | | Thanks to Pavel Roskin
* - acpid is compiled with -Werror, and gcc 4.1.1 warns about mismatchingBernhard Reutner-Fischer2006-11-293-4/+26
| | | | | | | 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
* - dmraid sources include libdevmapper.h,, which is provided by dmBernhard Reutner-Fischer2006-11-291-0/+1
| | | | as pointed out by Pavel Roskin.
* - strip cruft off the pluto patch.Bernhard Reutner-Fischer2006-11-281-46/+0Star
|
* - add openswan support. Compile tested only. Closes #200.Bernhard Reutner-Fischer2006-11-289-0/+380
|
* - add "lib" prefixBernhard Reutner-Fischer2006-11-284-22/+22
|
* - add stunnel package. Thanks to Crispin WellingtonBernhard Reutner-Fischer2006-11-244-0/+102
|
* - fix microperl uconfig and pass the target cflags in properly.Bernhard Reutner-Fischer2006-11-241-5/+18
|
* - type fixBernhard Reutner-Fischer2006-11-231-1/+1
|
* - make microwindows do something. Closes #527Bernhard Reutner-Fischer2006-11-231-5/+12
| | | | Not that it would compile or anything, but at least it's different than before..
* - xfsprogs-2.7.11 is old by now. Provide a fallback SITE until someoneBernhard Reutner-Fischer2006-11-221-1/+2
| | | | | verifies a newer version.. Closes bug #1019
* - ignore GLOB_TILDE if it's not available.Bernhard Reutner-Fischer2006-11-221-0/+15
|