Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package: Remove unnecessary dependencies on uclibc. | 2009-09-03 | 1 | -1/+1 | |
| | | | | | | | | A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | package/: convert to DOWNLOAD helper | 2009-01-16 | 1 | -1/+1 | |
| | |||||
* | package/: get rid of unneeded $(strip ..) | 2008-12-08 | 1 | -1/+1 | |
| | |||||
* | buildroot: remove trailing spaces | 2008-08-04 | 2 | -2/+2 | |
| | | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | ||||
* | Kconfig: remove 'default n' | 2008-07-17 | 1 | -1/+0 | |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | buildroot: cleanup <package>-clean targets. | 2008-03-27 | 1 | -1/+1 | |
| | | | | Based on input from Arndt Kritzner & Bernhard Fischer. | ||||
* | - just use the strip binary to avoid confusing libtool (quotes) | 2007-10-01 | 1 | -1/+1 | |
| | | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | ||||
* | - global whitespace trimming | 2007-08-22 | 1 | -2/+2 | |
| | |||||
* | Remove switches if sstrip is run | 2007-08-21 | 1 | -1/+1 | |
| | |||||
* | Add new 'tinyhttpd' package and move all other httpd servers to be disabled ↵ | 2007-07-17 | 4 | -0/+177 | |
if the BusyBox server is being used. |