Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added BR2_DEBIAN_MIRROR | Thomas Lundquist | 2007-12-27 | 1 | -1/+1 |
| | |||||
* | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | 2007-10-01 | 1 | -2/+2 |
| | | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | ||||
* | Remove switches if sstrip is run | Ulf Samuelsson | 2007-08-21 | 1 | -2/+2 |
| | |||||
* | Fix acpid version info | Ulf Samuelsson | 2007-07-15 | 1 | -2/+2 |
| | |||||
* | Use <package>_VERSION in all <package>.mk instead of <package>_VER | Ulf Samuelsson | 2007-07-11 | 1 | -2/+3 |
| | |||||
* | x86 is the only thing that uses this monstrosity. | "Steven J. Hill" | 2007-01-14 | 1 | -0/+1 |
| | |||||
* | use '/bin/echo -e' to make certain we don't use an unusable /bin/sh builtin | Eric Andersen | 2006-12-08 | 1 | -1/+1 |
| | |||||
* | - acpid is compiled with -Werror, and gcc 4.1.1 warns about mismatching | Bernhard Reutner-Fischer | 2006-11-29 | 3 | -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 | ||||
* | - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵ | Bernhard Reutner-Fischer | 2006-10-01 | 1 | -1/+1 |
| | | | | | | not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in) | ||||
* | Add support for acpid | Eric Andersen | 2005-06-23 | 2 | -0/+55 |