Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package: Remove unnecessary dependencies on uclibc. | Will Newton | 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> | ||||
* | Add help for packages without AVR32 support | Ulf Samuelsson | 2009-01-26 | 1 | -0/+3 |
| | |||||
* | package/: convert to DOWNLOAD helper | Peter Korsgaard | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 1 | -1/+1 |
| | |||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 1 | -1/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | - 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) | ||||
* | - make sure that configure doesn't see a wrong cache | Bernhard Reutner-Fischer | 2007-09-25 | 1 | -1/+1 |
| | |||||
* | - fixes and cleanups (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | 2007-09-19 | 1 | -1/+1 |
| | |||||
* | - cleanup and fixes (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | 2007-09-17 | 1 | -2/+3 |
| | |||||
* | - misc cleanups (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | 2007-08-28 | 1 | -1/+0 |
| | |||||
* | - global whitespace trimming | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -6/+6 |
| | |||||
* | - semicolon touchup. No other changes | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -3/+3 |
| | |||||
* | Remove switches if sstrip is run | Ulf Samuelsson | 2007-08-21 | 1 | -1/+1 |
| | |||||
* | openntpd cleanup | Ulf Samuelsson | 2007-08-19 | 1 | -6/+10 |
| | |||||
* | Replace space by tabs | Ulf Samuelsson | 2007-07-28 | 1 | -3/+3 |
| | |||||
* | Avoid rebuild of openntpd | Ulf Samuelsson | 2007-07-16 | 1 | -3/+4 |
| | |||||
* | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | 2007-06-27 | 1 | -0/+1 |
| | | | | - use TARGET_CONFIGURE_ARGS where appropriate. | ||||
* | - bump version | Bernhard Reutner-Fischer | 2007-06-26 | 1 | -6/+16 |
| | |||||
* | fixup package LDFLAGS handling | Eric Andersen | 2007-03-13 | 1 | -0/+1 |
| | |||||
* | - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵ | Bernhard Reutner-Fischer | 2006-10-01 | 1 | -2/+2 |
| | | | | | | not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in) | ||||
* | fixed strip command to use target not host arch per case 0000481 | David Anders | 2006-01-24 | 1 | -1/+2 |
| | |||||
* | patch from 'steelman' | Eric Andersen | 2005-09-14 | 1 | -2/+2 |
| | |||||
* | Add support for the openntpd package to buildroot. OpenNTPD is a free, easy to | Eric Andersen | 2005-05-16 | 2 | -0/+71 |
use implementation of the Network Time Protocol with a small footprint. It provides the ability to sync the local clock to remote NTP servers and can act as NTP server itself, redistributing the local clock. http://bugs.uclibc.org/view.php?id=257 |