Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-09-23 | Late mtd does not support linux-2.4 | Ulf Samuelsson | |
2007-09-23 | Use correct location of mpg123 binary | Ulf Samuelsson | |
2007-09-23 | Cleanup libxml2 directory structure | Ulf Samuelsson | |
2007-09-23 | Avoid repeated remake of dialog | Ulf Samuelsson | |
2007-09-23 | - search env for BUILDROOT_CONFIG for use as a config file; defaults to .config | Bernhard Reutner-Fischer | |
2007-09-23 | - pull kbuild from 2.6.22.7. This should fix the ncurses detection for dylib ↵ | Bernhard Reutner-Fischer | |
et al | |||
2007-09-23 | Strip files the correct alsa-lib subdirectory | Ulf Samuelsson | |
2007-09-23 | Send correct args to fbset | Ulf Samuelsson | |
2007-09-23 | fix error when doing 'make %_defconfig | Ulf Samuelsson | |
2007-09-23 | Update atstk1002 config | Ulf Samuelsson | |
2007-09-23 | Ensure project U-Boot dir exists before using it | Ulf Samuelsson | |
2007-09-23 | Update SAM9261EK linux config | Ulf Samuelsson | |
2007-09-23 | Use correct path to vmlinux, Fix bad SED of config | Ulf Samuelsson | |
2007-09-23 | Fix syntax error when using addprefix in ipsec-tools.mk | Ulf Samuelsson | |
2007-09-23 | Do not use $(STAGING_DIR)/include for freetype, for now | Ulf Samuelsson | |
2007-09-23 | Use correct library path for SDL | Ulf Samuelsson | |
2007-09-23 | Build readline as shared lib | Ulf Samuelsson | |
2007-09-23 | Fix library path in lzo | Ulf Samuelsson | |
2007-09-23 | Remove bad 'w' flag from rm in diffutils | Ulf Samuelsson | |
2007-09-22 | - rename the gcc base_target to the more appropriate term cross_compiler | Bernhard Reutner-Fischer | |
2007-09-22 | - update i386 sample config a little bit | Bernhard Reutner-Fischer | |
2007-09-22 | - put LZMA into generic flags | Bernhard Reutner-Fischer | |
- some additional cleanups while at it | |||
2007-09-22 | - fix typo in .config filename | Bernhard Reutner-Fischer | |
2007-09-22 | - bump version (forgot this hunk for r19941) | Bernhard Reutner-Fischer | |
2007-09-22 | - default to 0.9.29 | Bernhard Reutner-Fischer | |
2007-09-22 | - bump version | Bernhard Reutner-Fischer | |
2007-09-22 | - add a more generic "Kernel" menu instead of "Linux Options" | Bernhard Reutner-Fischer | |
2007-09-22 | - move project settings from toolchain to device | Bernhard Reutner-Fischer | |
2007-09-22 | - set and export VERBOSE if V= was requested | Bernhard Reutner-Fischer | |
2007-09-22 | - Subsume and collaps toolchain options in one menu | Bernhard Reutner-Fischer | |
This is ment to ease configuration by providing toolchain related options in one place No functional changes, just shuffling the menus around.. | |||
2007-09-22 | - remove inadequate dependencies prerequisite. | Bernhard Reutner-Fischer | |
If needed, this should be done slightly different, otherwise the source target runs dependencies, which is not correct. | |||
2007-09-22 | - remove duplicate module-init-tools-source rule | Bernhard Reutner-Fischer | |
2007-09-21 | - add check for UCLIBC_HAS_LFS. | Bernhard Reutner-Fischer | |
Fixes compilation error if LARGEFLE support is off | |||
2007-09-21 | - bump version | Bernhard Reutner-Fischer | |
2007-09-20 | Fix bad patch in MPlayer | Ulf Samuelsson | |
2007-09-20 | - revert r19918 for now | Bernhard Reutner-Fischer | |
2007-09-20 | - of course we also define glibc. argh! | Bernhard Reutner-Fischer | |
2007-09-20 | - add candidate-patch to make fakeroot UCLIBC_HAS_LFS aware | Bernhard Reutner-Fischer | |
2007-09-20 | - Reset flags, packages are usually built with -O2 otherwise. | Bernhard Reutner-Fischer | |
Packages that need to pass additional CFLAGS in their .mk have to do something like this: ...configure $(foreach i,$(foo_CFLAGS),CFLAGS+=$$i) --prefix=... | |||
2007-09-20 | Use correct patch name | Ulf Samuelsson | |
2007-09-20 | - bump version | Bernhard Reutner-Fischer | |
2007-09-20 | - pull POSIX compliance fixes from upstream | Bernhard Reutner-Fischer | |
2007-09-20 | Add CONFIG_SEQ for atstk1002 busybox | Ulf Samuelsson | |
2007-09-20 | Check if STK1002 init scripts are executable before running | Ulf Samuelsson | |
2007-09-20 | Enable CONFIG_SEQ in busybox for ngw100 | Ulf Samuelsson | |
2007-09-20 | Use correct board name for ngw100 | Ulf Samuelsson | |
2007-09-20 | Make sure libdaemon finds AC_PROG_LIBTOOL | Ulf Samuelsson | |
2007-09-20 | - don't use functions that are marked LEGACY in SUSv3 | Bernhard Reutner-Fischer | |
2007-09-20 | - add missing ';' | Bernhard Reutner-Fischer | |
2007-09-20 | - this is generic infrastructure, there is no point in special-casing any ↵ | Bernhard Reutner-Fischer | |
individual package here. Don't workaround deficiencies but fix them for real |