Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | buildroot: remove trailing spaces | Peter Korsgaard | 2008-08-04 | 1 | -1/+1 |
| | | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | ||||
* | 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. | ||||
* | Move libgcrypt from lib to usr/lib, update libgcrypt.la | Ulf Samuelsson | 2007-11-28 | 1 | -2/+4 |
| | |||||
* | - fixes and cleanups (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | 2007-09-19 | 1 | -2/+5 |
| | |||||
* | - fix incorrect setting of $ac_cv_sys_symbol_underscore. | Bernhard Reutner-Fischer | 2007-09-19 | 3 | -2/+46 |
| | | | | | | | There is no reason not to AC_COMPILE and use the set cross-nm to look for the symbol mangling scheme. Thus it is incorrect to check for cross compilation in the GNUPG_SYS_SYMBOL_UNDERSCORE check. - fix bug when configuring (has to wipe config.cache !) | ||||
* | - remove duplicate includedir | Bernhard Reutner-Fischer | 2007-09-19 | 1 | -17/+17 |
| | |||||
* | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -1/+1 |
| | | | | toolchain/*/*.mk */Makefile.in -l) | ||||
* | SED away some whitespace | Ulf Samuelsson | 2007-08-20 | 1 | -1/+1 |
| | |||||
* | Run $\(CONFIG_UPDATE\) in the unpack rules for iperf, ↵ | Ulf Samuelsson | 2007-08-11 | 1 | -0/+1 |
| | | | | libgcrypt,libgpg-error, lzo | ||||
* | Add GNU Crypto library | Ulf Samuelsson | 2007-07-17 | 2 | -0/+83 |