summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* - bump versionBernhard Reutner-Fischer2007-09-201-1/+8
|
* - pull POSIX compliance fixes from upstreamBernhard Reutner-Fischer2007-09-207-14/+29
|
* Add CONFIG_SEQ for atstk1002 busyboxUlf Samuelsson2007-09-201-1/+1
|
* Check if STK1002 init scripts are executable before runningUlf Samuelsson2007-09-201-1/+3
|
* Enable CONFIG_SEQ in busybox for ngw100Ulf Samuelsson2007-09-201-1/+1
|
* Use correct board name for ngw100Ulf Samuelsson2007-09-201-2/+4
|
* Make sure libdaemon finds AC_PROG_LIBTOOLUlf Samuelsson2007-09-202-8/+2
|
* - don't use functions that are marked LEGACY in SUSv3Bernhard Reutner-Fischer2007-09-202-3/+64
|
* - add missing ';'Bernhard Reutner-Fischer2007-09-201-1/+1
|
* - this is generic infrastructure, there is no point in special-casing any ↵Bernhard Reutner-Fischer2007-09-201-1/+5
| | | | | | individual package here. Don't workaround deficiencies but fix them for real
* - fix source location of libusb libsBernhard Reutner-Fischer2007-09-201-3/+3
|
* - fix typo. This is an lxdialog bug for "depends on !!CONFIG_SYMBOL" where ↵Bernhard Reutner-Fischer2007-09-201-1/+1
| | | | the double negation produces an error that is not reported, from the looks..
* - cleanup and fix libid3tag (Hans-Christian Egtvedt)Bernhard Reutner-Fischer2007-09-201-10/+7
| | | | - fix the make libid3tag-clean target to erase all installed files (me)
* - i suppose that '$' is not really needed..Bernhard Reutner-Fischer2007-09-191-1/+1
|
* - add olsr package (Sushi Sensei)Bernhard Reutner-Fischer2007-09-194-0/+97
|
* - add a SVN_UP command for updating an already checked-out treeBernhard Reutner-Fischer2007-09-191-1/+3
|
* - add a SVN_UP command for updating an already checked-out treeBernhard Reutner-Fischer2007-09-192-10/+10
|
* - fixes and cleanups (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2007-09-1912-100/+157
|
* - don't strip the host binaries for nowBernhard Reutner-Fischer2007-09-191-1/+1
|
* - add nullBernhard Reutner-Fischer2007-09-191-1/+1
|
* - take MANPAGES and INFOPAGES into accountBernhard Reutner-Fischer2007-09-191-2/+12
|
* - exclude other old, deprecated and unsupported versions of gccBernhard Reutner-Fischer2007-09-191-1/+1
|
* - bump versionBernhard Reutner-Fischer2007-09-191-2/+2
|
* - need to mkdir etc/init.d. Closes #1465Bernhard Reutner-Fischer2007-09-191-0/+1
|
* - bump version. Closes #1502Bernhard Reutner-Fischer2007-09-191-1/+1
|
* - bump version.Bernhard Reutner-Fischer2007-09-191-2/+4
| | | | Someone will have to fix the install thing (involves a file with .pl where my sh says 'line 18: use: command not found', which is a good thing).
* - do away with SUSv3 legacy functionsBernhard Reutner-Fischer2007-09-191-0/+12
|
* - fix incorrect setting of $ac_cv_sys_symbol_underscore.Bernhard Reutner-Fischer2007-09-193-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 !)
* - put back accidentally removed patch that is not needed for 0.5.1 anymoreBernhard Reutner-Fischer2007-09-191-0/+12
|
* - add missing dependency on libgcryptBernhard Reutner-Fischer2007-09-192-23/+6
| | | | Ulf, this should be updated to 0.5.1
* - remove duplicate includedirBernhard Reutner-Fischer2007-09-191-17/+17
|
* - fix includedirBernhard Reutner-Fischer2007-09-191-16/+16
|
* - add missing includeBernhard Reutner-Fischer2007-09-191-7/+7
|
* - trivial style fixes.Bernhard Reutner-Fischer2007-09-191-3/+3
| | | | TODO: document HAVE_MANPAGES and HAVE_INFOPAGES (and adjust line-numbers in the text accordingly)
* - fix args for UDP_INC_STATS_BHBernhard Reutner-Fischer2007-09-191-2/+2
|
* - patch the correct dirBernhard Reutner-Fischer2007-09-181-1/+1
|
* - forgot to put base-target's sources into the source target.Bernhard Reutner-Fischer2007-09-181-3/+2
| | | | Thanks to Ulf for pointing out this error of mine..
* - bump version to 2.4.9Bernhard Reutner-Fischer2007-09-1810-3/+59523
|
* - add v9a and v9b settings.Bernhard Reutner-Fischer2007-09-172-5/+10
| | | | Will need to change the GCC_TARGET_TUNE accordingly.
* - wants --with-gmp-build nowadaysBernhard Reutner-Fischer2007-09-171-1/+1
|
* Move VENDOR dbg to correct MakefileUlf Samuelsson2007-09-172-9/+10
|
* - libversion was changedBernhard Reutner-Fischer2007-09-171-1/+1
|
* Remove some debug info + add uclibc-target-utils-source targetUlf Samuelsson2007-09-172-9/+3
|
* Add debug infoUlf Samuelsson2007-09-171-0/+8
|
* Don't break AVR32 toolchain by hiding binutils-2.17Ulf Samuelsson2007-09-171-1/+1
|
* make source should include BASE_TARGETSUlf Samuelsson2007-09-171-1/+11
|
* - cleanup and fixes (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2007-09-1735-248/+450
|
* - bump versionBernhard Reutner-Fischer2007-09-171-1/+1
|
* - apply fixes for 2.3.0Bernhard Reutner-Fischer2007-09-171-1/+1
|
* - add binutils-2.18 and binutils-2.18.50.0.1Bernhard Reutner-Fischer2007-09-178-6/+158
|