Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - store BR2_PACKAGE_LINUX_KCONFIG and BR2_PACKAGE_LINUX_FORMAT in .config | Bernhard Reutner-Fischer | 2007-04-11 | 1 | -3/+3 |
| | | | | - adjust a few defaults. | ||||
* | - store backup of dwmw2's combined compile patch. | Bernhard Reutner-Fischer | 2007-03-24 | 1 | -0/+460 |
| | | | | Not yet even compile-tested, so inactive for now.. | ||||
* | - fwd port | Bernhard Reutner-Fischer | 2007-03-24 | 1 | -0/+0 |
| | |||||
* | - bump version | Bernhard Reutner-Fischer | 2007-03-24 | 2 | -3/+3 |
| | |||||
* | - apply openswan patches if openswan was enabled | Bernhard Reutner-Fischer | 2007-03-21 | 1 | -0/+4 |
| | |||||
* | - add ipmisensors | Bernhard Reutner-Fischer | 2007-03-14 | 1 | -0/+6103 |
| | |||||
* | - bump version | Bernhard Reutner-Fischer | 2007-03-14 | 2 | -3/+3 |
| | |||||
* | - allow to run linux26-menuconfig and uclibc-menuconfig in a pristine checkout | Bernhard Reutner-Fischer | 2007-02-15 | 1 | -0/+1 |
| | |||||
* | - add gcc-4.0.4 | Bernhard Reutner-Fischer | 2007-02-09 | 1 | -3/+10 |
| | | | | - add knob to enable unsupported, deprecated, obsoleted versions of packages | ||||
* | - bump version to 2.6.20 | Bernhard Reutner-Fischer | 2007-02-06 | 2 | -6/+6 |
| | |||||
* | - delete old, unneeded patch | Bernhard Reutner-Fischer | 2007-02-05 | 1 | -35/+0 |
| | |||||
* | - touch $@ | Bernhard Reutner-Fischer | 2007-02-04 | 1 | -3/+3 |
| | |||||
* | - bump version to 2.6.19.2 | Bernhard Reutner-Fischer | 2007-01-15 | 2 | -5/+5 |
| | |||||
* | - move setting of determination whether we use a full kernel vs. sanitized ↵ | Bernhard Reutner-Fischer | 2006-12-22 | 3 | -9/+3 |
| | | | | headers into the generic part | ||||
* | - put the full kernel's sources into build_/, install them into ↵ | Bernhard Reutner-Fischer | 2006-12-18 | 1 | -2/+2 |
| | | | | | | toolchain_build_. Saves quite some disk-space on the compile-host. - Avoid overriding the linux26 target's rules if the kernel headers's and the target's kernel are the same. Avoids a warning. | ||||
* | - prerequisites are evaluated immediately, so move the dl rule down below ↵ | Bernhard Reutner-Fischer | 2006-12-14 | 1 | -3/+2 |
| | | | | setting the respective variables. Thanks to whirm for noticing this. | ||||
* | - pass the correct CC down to gcc-version.sh | Bernhard Reutner-Fischer | 2006-12-13 | 1 | -1/+3 |
| | |||||
* | - sh[234][[:alnum:]]* -> sh | Bernhard Reutner-Fischer | 2006-12-13 | 1 | -1/+2 |
| | |||||
* | another typo | Eric Andersen | 2006-12-13 | 1 | -1/+2 |
| | |||||
* | split things up so this is not an unreadable mess | Eric Andersen | 2006-12-13 | 4 | -202/+236 |
| | |||||
* | use '/bin/echo -e' to make certain we don't use an unusable /bin/sh builtin | Eric Andersen | 2006-12-08 | 1 | -3/+3 |
| | |||||
* | - re-add IFA_ and IFLA_ defines that were removed by YOSHIFUJI Hideaki in ↵ | Bernhard Reutner-Fischer | 2006-12-04 | 1 | -0/+35 |
| | | | | | | cbde1668e4f08e0a150207646010bc65e1e2a42b Userspace still needs those. | ||||
* | - bump non-sanitized version to 2.6.19 | Bernhard Reutner-Fischer | 2006-12-02 | 2 | -12/+11 |
| | | | | | - remove some superfluous mkdir's - allow for patch, patch.gz, patch.bz2 per version | ||||
* | - bump version | Bernhard Reutner-Fischer | 2006-11-22 | 1 | -2/+2 |
| | |||||
* | - add and use BR2_BZCAT config option. | Bernhard Reutner-Fischer | 2006-11-17 | 1 | -3/+12 |
| | |||||
* | - normalize KERNEL_ARCH via sed | Bernhard Reutner-Fischer | 2006-10-11 | 1 | -1/+6 |
| | |||||
* | - we need to pass ARCH to the kernel; The kernel does not have a table to | Bernhard Reutner-Fischer | 2006-10-09 | 1 | -1/+4 |
| | | | | | normalize the passed in ARCH, from the looks, so we have to normalize it manually. XXX: FIXME upstream via a simple shell script like the cc-checks! FIXME: flesh this out.. | ||||
* | - use headers_install for full kernel tarballs used as kernel-headers | Bernhard Reutner-Fischer | 2006-10-09 | 1 | -5/+30 |
| | |||||
* | - add possibility to use a 2.6.18 (full) kernel tarball for the libc-headers. | Bernhard Reutner-Fischer | 2006-09-28 | 2 | -0/+17 |
| | |||||
* | minor dependancy cleanup | Eric Andersen | 2006-07-19 | 1 | -0/+1 |
| | |||||
* | fix fallback case so dependancies work as expected | Eric Andersen | 2006-07-19 | 1 | -5/+1 |
| | |||||
* | Add support for ARM EABI. | Paul Mundt | 2006-06-05 | 1 | -0/+166 |
| | |||||
* | 0000852: toolchain/kernel-headers (2.6.12): Sync struct i2c_msg with kernel | Peter Korsgaard | 2006-04-28 | 1 | -0/+12 |
| | | | | | | | definition. The struct i2c_msg definition in linux-libc-headers-2.6.12.0 has two extra members not present in the kernel definition causing all kinds of problems. This patch fixes that. | ||||
* | 0000851: toolchain/kernel-headers: Use LINUX_HEADERS_VERSION instead of | Peter Korsgaard | 2006-04-28 | 1 | -3/+3 |
| | | | | | | | | | | | LINUX_VERSION. Use LINUX_HEADERS_VERSION instead of LINUX_VERSION as that variable is used for the actual kernel version used which might be different than the headers version. E.G. LINUX_VERSION is set in the target/device/* files. If this version doesn't match the selected kernel headers version the patches won't be applied. | ||||
* | fix improper symlink for asm dir when using x86 archs | David Anders | 2006-01-24 | 1 | -0/+2 |
| | |||||
* | Thomas Chou says in bug 618: clean up nios2 headers and add support for 2.6.11 | Mike Frysinger | 2006-01-10 | 3 | -267/+13793 |
| | |||||
* | incorporate patches from marc in bug #273 to add support for nios2 | Mike Frysinger | 2006-01-04 | 3 | -1/+12940 |
| | |||||
* | Remove usage of CONFIG_BASE_SMALL so that the latest LTP code will compile ↵ | "Steven J. Hill" | 2005-08-18 | 1 | -0/+30 |
| | | | | for buildroot. Normally, this option is defined in 'include/linux/config.h'. The actual configuration language is found in the Linux 2.6 kernel in the file 'init/Kconfig' and normally has the value of 0. | ||||
* | New MIPS patch for TLS syscalls. | "Steven J. Hill" | 2005-08-11 | 1 | -0/+90 |
| | |||||
* | Update the set of available kernel headers to include 2.4.31 and 2.6.12 | Eric Andersen | 2005-07-18 | 2 | -8/+26 |
| | |||||
* | be a bit more consistant with naming, always escape wildcards | Eric Andersen | 2005-06-24 | 1 | -1/+1 |
| | |||||
* | If you update the kernel headers tarball and run make against an already built | Eric Andersen | 2005-06-23 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | buildroot, the header files will be re-extracted, but they will not be put in exactly the right place if the name of the extracted directory includes the kernel version numbers. For example, linux-libc-headers-2.4.25.tar.bz2 will be extracted to $(TOOLCHAIN_BUILD_DIR)/linux-libc-headers-2.4.25, and then the mv command will move the newly extracted headers into the already existing $(TOOLCHAIN_BUILD_DIR)/linux directory, instead of replacing that directory as desired. The fix is to first remove the $(TOOLCHAIN_BUILD_DIR)/linux directory and then do the mv command. http://bugs.busybox.net/view.php?id=296 | ||||
* | Patch from 2.6.12-rc3 Linux/MIPS tree to add in NPTL changes for MIPS. ↵ | "Steven J. Hill" | 2005-05-05 | 1 | -0/+75 |
| | | | | Hopefully 2.6.12 will release soon so we can get the updates. | ||||
* | Add missing definition for 'struct ip_nat_multi_range_compat' so | Eric Andersen | 2005-03-22 | 1 | -0/+18 |
| | | | | that iptables can compile | ||||
* | Bump available sanitized kernel headers | Eric Andersen | 2005-03-18 | 2 | -16/+20 |
| | |||||
* | Fix some silly bugs: a variable for gcc was used before it was defined, remove | Eric Andersen | 2005-02-11 | 2 | -10/+18 |
| | | | | '.svn' not 'CVS' from the install, add 2.4.29 kernel headers as the default. | ||||
* | There is no need to have a separate 'Makefile.in' file in the | Eric Andersen | 2005-02-10 | 2 | -3/+8 |
| | | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file | ||||
* | Patch from Volmat Alain adding SH3/SH3EB SH4EB support | Eric Andersen | 2004-12-11 | 1 | -0/+12 |
| | |||||
* | Allow selection of specific (supported) versions... specificly the 2.6.8 | Manuel Novoa III | 2004-10-27 | 1 | -7/+15 |
| | | | | headers with the (mostly mips related) cleanup patch. | ||||
* | doh | Eric Andersen | 2004-10-26 | 1 | -1/+1 |
| |