Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-17 | mtd-utils: flashcp: handle non-power-of-2 erase size (E.G. for dataflash) | Peter Korsgaard | |
2009-02-13 | udev: options for path_id and firmware.sh | Peter Korsgaard | |
Patch by Mike Crowe. | |||
2009-02-13 | package: work around kconfig crash issue with comments in choice entries | Peter Korsgaard | |
2009-02-13 | toolchain/gcc: add 4.3.3 | Peter Korsgaard | |
2009-02-13 | mpfr: bump version | Peter Korsgaard | |
2009-02-13 | gmp: use GNU_MIRROR for site | Peter Korsgaard | |
2009-02-13 | gmp: bump version | Peter Korsgaard | |
2009-02-12 | kernel-headers: bump 2.6.27/2.6.28 stable versions | Peter Korsgaard | |
2009-02-12 | dnsmasq: bump version | Peter Korsgaard | |
closes #97. | |||
2009-02-12 | libpng: bump version | Peter Korsgaard | |
Fixes memory leak and double-free vulnerability | |||
2009-02-12 | docs/news.html: announce 2009.02 | Peter Korsgaard | |
2009-02-12 | buildroot: update version for 2009.05 development | Peter Korsgaard | |
2009-02-10 | gmp/mpfr: use static libraries as make targets | Peter Korsgaard | |
The host shared objects are no more. | |||
2009-02-10 | binutils: depend on static version of gmp/mpfr | Peter Korsgaard | |
2009-02-10 | u-boot: don't touch config.h unless explicitly requested by user | Peter Korsgaard | |
Fixes the problem of important variables like serverip being overwritten with empty strings if the network/default env stuff isn't used. | |||
2009-02-10 | gmp/mpfr: fix up dependencies to stop continous rebuild with --disable-shared | Peter Korsgaard | |
Don't list the shared objects as targets for the host compilation now that we compile with --disable-shared. | |||
2009-02-10 | u-boot: remove unused BOOTARGS / BOOTCMD handling | Peter Korsgaard | |
Not available in Kconfig and no references to it in the tree. | |||
2009-02-10 | u-boot: don't make ETH1ADDR setting depend on avr32 | Peter Korsgaard | |
No sensible reason why this should only be present on avr32. | |||
2009-02-10 | x11/video-xgi: fix vesa/xgi typo | Peter Korsgaard | |
Closes #95 | |||
2009-02-09 | Remove BR2_LINUX_COPYTO_TFTPBOOT from avr32 defconfigs. This will cause ↵ | Thiago A. Corrêa | |
build to fail if user is not root and don't have a /tftpboot folder | |||
2009-02-09 | docs/news.html: announce -rc4 | Peter Korsgaard | |
2009-02-09 | gmp/mpfr: force static linking | Peter Korsgaard | |
Patch by Maxim Grigoriev. GCC 4.3.x would link with the correct shared library versions, but without any RPATH, so it ended up looking for then in /usr/lib/ at runtime. This is less than good, as the version there might not be compatible, and even worse for distributions like Ubuntu, which doesn't install those libs by default, the build breaks. Fix it by forcing static linking instead. | |||
2009-02-09 | kernel-headers: bump 2.6.27/2.6.28 stable versions | Peter Korsgaard | |
2009-02-08 | vim: cleanup sed invocation | Peter Korsgaard | |
2009-02-07 | u-boot: remove commented out line | Peter Korsgaard | |
2009-02-07 | alsa-lib: make python option depend on python | Peter Korsgaard | |
As discussed on the list. | |||
2009-02-06 | Simplify kernel naming scheme. Only use kernel name plus the rootfs suffix ↵ | Thiago A. Corrêa | |
if one is provided | |||
2009-02-05 | toolchain/gcc/4.3.2: use what really got committed upstream for PR39076 | Peter Korsgaard | |
Thanks to Sven Neumann for noticing. | |||
2009-02-05 | mpg123: remove unused mpg123x target (debug?) | Peter Korsgaard | |
2009-02-05 | mpg123: remove arm funroll-loops workaround | Peter Korsgaard | |
Fixed by toolchain patch. | |||
2009-02-05 | toolchain/gcc/4.3.2: remove unused and unneeded fix for PR34205 | Peter Korsgaard | |
We don't use the iwmmxt abi anymore. | |||
2009-02-05 | toolchain/gcc/4.3.2: fix arm funroll-loops patch from r24993 | Peter Korsgaard | |
Rename it so it actually gets applied and fix it so it can be applied (-p level). | |||
2009-02-05 | mpg123: cleanup unused hunk after r25004 | Peter Korsgaard | |
2009-02-05 | mpg123: cleanup after r19300 (don't introduce unneeded hidden configs) | Peter Korsgaard | |
2009-02-04 | tremor: strip target lib | Peter Korsgaard | |
2009-02-04 | microperl: strip target binary | Peter Korsgaard | |
2009-02-04 | u-boot: fix dependency for host mkimage | Peter Korsgaard | |
2009-02-04 | linux/Makefile.in.advanced: don't depend on phony target for mkimage | Peter Korsgaard | |
Stops continous rebuilds. | |||
2009-02-04 | alsa-lib: fix with with BR2_PACKAGE_ALSA_LIB_PYTHON | Peter Korsgaard | |
Tell it where to find the python headers. | |||
2009-02-04 | toolchain: revert r25193 (Change binary toolchain configuration) | Peter Korsgaard | |
As discussed on the list. | |||
2009-02-04 | package: remove ltt dir (git-svn issue) | Peter Korsgaard | |
2009-02-04 | package/: remove obsolete ltt package | Peter Korsgaard | |
As discussed on the list. | |||
2009-02-04 | buildroot: move BR2_ROOTFS_{PREFIX,SUFFIX} to target menu | Peter Korsgaard | |
As suggested on the list by Thiago - Makes more sense to have this together with the stuff using it. | |||
2009-02-03 | setlocalversion: sync with HEAD of kernel git | Peter Korsgaard | |
Outputs correct svn revision (latest change, not repo version). | |||
2009-02-03 | target/generic: add ttyCPMx device nodes to device_table / securetty | Peter Korsgaard | |
Serial devices for CPM cores on ppc. | |||
2009-02-03 | uClibc: remove unused 0.9.29 wchar defconfig | Peter Korsgaard | |
We add the wchar stuff at compile time using sed, so the default defconfig works, the file hasn't seen any updates since it first got committed, and there's no references to it in the tree. | |||
2009-02-03 | uClibc: enable LDSO_RUNPATH in defconfigs (use ELF RPATH info) | Peter Korsgaard | |
Fixes mysql-client package (installs shared libraries into /usr/lib/mysql and sets RPATH). | |||
2009-02-02 | kernel-headers: 2.6.28.x: remove cris patch applied upstream | Peter Korsgaard | |
2009-02-02 | kernel-headers: bump 2.6.27/2.6.28 stable versions | Peter Korsgaard | |
2009-02-02 | Define OSIP_CFLAGS and OSIP_LIBS for libeXosip2 | Ulf Samuelsson | |