summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove bad 'w' flag from rm in diffutilsUlf Samuelsson2007-09-231-1/+1
|
* - rename the gcc base_target to the more appropriate term cross_compilerBernhard Reutner-Fischer2007-09-224-6/+10
|
* - update i386 sample config a little bitBernhard Reutner-Fischer2007-09-221-0/+2
|
* - put LZMA into generic flagsBernhard Reutner-Fischer2007-09-221-4/+6
| | | | - some additional cleanups while at it
* - fix typo in .config filenameBernhard Reutner-Fischer2007-09-221-1/+1
|
* - bump version (forgot this hunk for r19941)Bernhard Reutner-Fischer2007-09-221-2/+2
|
* - default to 0.9.29Bernhard Reutner-Fischer2007-09-221-1/+1
|
* - bump versionBernhard Reutner-Fischer2007-09-221-1/+1
|
* - add a more generic "Kernel" menu instead of "Linux Options"Bernhard Reutner-Fischer2007-09-223-4/+41
|
* - move project settings from toolchain to deviceBernhard Reutner-Fischer2007-09-222-2/+4
|
* - set and export VERBOSE if V= was requestedBernhard Reutner-Fischer2007-09-221-1/+4
|
* - Subsume and collaps toolchain options in one menuBernhard Reutner-Fischer2007-09-228-23/+15
| | | | | This is ment to ease configuration by providing toolchain related options in one place No functional changes, just shuffling the menus around..
* - remove inadequate dependencies prerequisite.Bernhard Reutner-Fischer2007-09-221-1/+1
| | | | If needed, this should be done slightly different, otherwise the source target runs dependencies, which is not correct.
* - remove duplicate module-init-tools-source ruleBernhard Reutner-Fischer2007-09-221-2/+0
|
* - add check for UCLIBC_HAS_LFS.Bernhard Reutner-Fischer2007-09-211-0/+0
| | | | Fixes compilation error if LARGEFLE support is off
* - bump versionBernhard Reutner-Fischer2007-09-211-1/+1
|
* Fix bad patch in MPlayerUlf Samuelsson2007-09-202-12/+0
|
* - revert r19918 for nowBernhard Reutner-Fischer2007-09-201-1/+0
|
* - of course we also define glibc. argh!Bernhard Reutner-Fischer2007-09-201-4/+5
|
* - add candidate-patch to make fakeroot UCLIBC_HAS_LFS awareBernhard Reutner-Fischer2007-09-201-0/+13
|
* - Reset flags, packages are usually built with -O2 otherwise.Bernhard Reutner-Fischer2007-09-201-0/+13
| | | | | Packages that need to pass additional CFLAGS in their .mk have to do something like this: ...configure $(foreach i,$(foo_CFLAGS),CFLAGS+=$$i) --prefix=...
* Use correct patch nameUlf Samuelsson2007-09-201-1/+1
|
* - 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 !)