summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - bump version. Cleanup while at itBernhard Reutner-Fischer2007-09-241-12/+14
|
* - bump version; some cleanups while at itBernhard Reutner-Fischer2007-09-241-12/+17
|
* - bump version and make it compile also if 64bit is unavailableBernhard Reutner-Fischer2007-09-242-5/+12375
|
* Bump SAMBA version to 3.0.26a, 3.0.25b has movedUlf Samuelsson2007-09-231-3/+5
|
* Remove useless target/arm directoryUlf Samuelsson2007-09-232-2/+0
|
* - rebuild compiler if libstdcpp setting was changedBernhard Reutner-Fischer2007-09-231-0/+1
|
* - add the $(BASE_TARGETS) per defaultBernhard Reutner-Fischer2007-09-232-2/+2
|
* - thinking loud about auto-generating dependencies for make(1)Bernhard Reutner-Fischer2007-09-232-1/+229
| | | | | | | | | | | Don't use this, it doesn't work yet. Thoughs welcome. Like: We should probably use the sym->text and not fiddle with the name since the name looses information ('_' != '-' in host-fakeroot). This would not be too robust, i fear, since the name can contain additional, arbitrary info. Also, the real 'depends' are a little bit ugly in kconfig. There doesn't seem to be a nice property that holds reverse deps that are only contain selected symbols. Thoughts?
* Update qtopia4 AVR32 patch to 4.3.1 (makes ARM work as well)Ulf Samuelsson2007-09-232-0/+6146
|
* Ensure make %_defconfig works without error - now silentlyUlf Samuelsson2007-09-231-1/+1
|
* Late mtd does not support linux-2.4Ulf Samuelsson2007-09-231-1/+1
|
* Use correct location of mpg123 binaryUlf Samuelsson2007-09-231-3/+3
|
* Cleanup libxml2 directory structureUlf Samuelsson2007-09-231-4/+11
|
* Avoid repeated remake of dialogUlf Samuelsson2007-09-231-1/+2
|
* - search env for BUILDROOT_CONFIG for use as a config file; defaults to .configBernhard Reutner-Fischer2007-09-232-1/+12
|
* - pull kbuild from 2.6.22.7. This should fix the ncurses detection for dylib ↵Bernhard Reutner-Fischer2007-09-2318-179/+774
| | | | et al
* Strip files the correct alsa-lib subdirectoryUlf Samuelsson2007-09-231-1/+1
|
* Send correct args to fbsetUlf Samuelsson2007-09-231-4/+1
|
* fix error when doing 'make %_defconfigUlf Samuelsson2007-09-231-1/+1
|
* Update atstk1002 configUlf Samuelsson2007-09-231-48/+108
|
* Ensure project U-Boot dir exists before using itUlf Samuelsson2007-09-231-0/+1
|
* Update SAM9261EK linux configUlf Samuelsson2007-09-231-2/+20
|
* Use correct path to vmlinux, Fix bad SED of configUlf Samuelsson2007-09-231-2/+6
|
* Fix syntax error when using addprefix in ipsec-tools.mkUlf Samuelsson2007-09-231-2/+2
|
* Do not use $(STAGING_DIR)/include for freetype, for nowUlf Samuelsson2007-09-231-3/+4
|
* Use correct library path for SDLUlf Samuelsson2007-09-231-1/+1
|
* Build readline as shared libUlf Samuelsson2007-09-231-0/+1
|
* Fix library path in lzoUlf Samuelsson2007-09-231-0/+1
|
* 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
|