| Commit message (Expand) | Author | Age | Files | Lines |
* | kernel: add missing CONFIG_KALLSYMS_UNCOMPRESSED symbol | Florian Fainelli | 2013-01-15 | 1 | -0/+1 |
* | use xz compressed kernel tarballs | Imre Kaloz | 2012-11-18 | 1 | -1/+1 |
* | kernel-defaults: factor common code handling initramfs options | Florian Fainelli | 2012-10-31 | 1 | -30/+25 |
* | properly reindent Kernel/Prepare/Default | Florian Fainelli | 2012-10-30 | 1 | -6/+6 |
* | kernel: suppress redundant calls to headers installation | Felix Fietkau | 2012-09-15 | 1 | -1/+1 |
* | kernel: remove the explicit kernel make call for "oldconfig prepare scripts",... | Felix Fietkau | 2012-09-15 | 1 | -1/+0 |
* | kernel: fix portability issues on the x86 specific relocs host tool, fixes bu... | Felix Fietkau | 2012-07-20 | 1 | -0/+1 |
* | build: allow KERNELNAME to contain multiple kernel make targets | Florian Fainelli | 2012-06-18 | 1 | -1/+1 |
* | include/kernel-defaults: set V='' if c is not set in OPENWRT_VERBOSE | Gabor Juhos | 2012-05-05 | 1 | -1/+1 |
* | Fix iptables abuse of kernel header files. Use exported headers instead. | Gabor Juhos | 2012-05-03 | 1 | -0/+1 |
* | build: rework verbosity level selection | Felix Fietkau | 2012-04-26 | 1 | -5/+2 |
* | enable verbose output of kernel build if V=99 is passed | Mirko Vogt | 2012-04-24 | 1 | -0/+4 |
* | define external cpio | John Crispin | 2012-04-05 | 1 | -0/+16 |
* | include: calculate md5sum over sorted kernel config symbol list and incorpera... | Jo-Philipp Wich | 2012-01-08 | 1 | -0/+1 |
* | add a portable version of sys/sysmacros.h and and let the kernel use the host... | Felix Fietkau | 2011-07-02 | 1 | -0/+2 |
* | build: clean up handling of the kernel config | Felix Fietkau | 2011-04-06 | 1 | -1/+1 |
* | only support EABI on ARM targets | Imre Kaloz | 2011-03-07 | 1 | -2/+0 |
* | fixup board specific KERNELNAME overrides | Imre Kaloz | 2011-01-27 | 1 | -3/+1 |
* | 2.6.38 supports xz ramdisks, too | Imre Kaloz | 2011-01-24 | 1 | -0/+1 |
* | make targets provide their KERNELNAME | Florian Fainelli | 2010-11-08 | 1 | -9/+0 |
* | remove linux 2.4 specific build system code | Felix Fietkau | 2010-06-26 | 1 | -12/+2 |
* | finalize lzma/jffs2 support (currently not enebled by default, for kernels >=... | Alexandros C. Couloumbis | 2010-04-13 | 1 | -3/+2 |
* | make lzo compressed initramfs selectable, too | Imre Kaloz | 2009-11-21 | 1 | -0/+1 |
* | merge target kernel config files with subtarget config files and add a variab... | Felix Fietkau | 2009-11-11 | 1 | -1/+1 |
* | automatically adjust CONFIG_BLK_DEV_INITRD in the kernel config (thx, sn9) | Felix Fietkau | 2009-11-11 | 1 | -1/+2 |
* | add menuconfig option for enabling debugfs support in the kernel | Gabor Juhos | 2009-09-08 | 1 | -0/+1 |
* | add menuconfig option for selecting initramfs compression | Gabor Juhos | 2009-08-16 | 1 | -5/+7 |
* | add an optional config option for stripping all unnecessary symbol exports fr... | Felix Fietkau | 2009-08-08 | 1 | -0/+5 |
* | 2.6.30 supports different initramfs compressors, take care of them | Imre Kaloz | 2009-04-29 | 1 | -0/+2 |
* | also strip the .notes section of the kernel | Florian Fainelli | 2009-04-27 | 1 | -1/+1 |
* | move the EABI config override to the generic kernel config overrides, as it's... | Felix Fietkau | 2009-02-21 | 1 | -0/+2 |
* | kernel: add missing definition for CONFIG_KALLSYMS_ALL | Felix Fietkau | 2009-02-14 | 1 | -0/+1 |
* | strip the .note.gnu.build-id section from kernel images, which on some platfo... | Felix Fietkau | 2009-02-02 | 1 | -2/+4 |
* | Add menuconfig option for enabling profiling in the kernel. | Lars-Peter Clausen | 2009-01-29 | 1 | -0/+1 |
* | add a menuconfig option for enabling KALLSYMS for the kernel | Felix Fietkau | 2009-01-20 | 1 | -0/+3 |
* | use the default kernel target on powerpc | Imre Kaloz | 2008-11-26 | 1 | -3/+0 |
* | Adds support for using a local clone of a git tree | Hamish Guthrie | 2008-10-10 | 1 | -4/+16 |
* | enable quilt by default for the kernel tree | Felix Fietkau | 2008-08-27 | 1 | -1/+1 |
* | rework parallel building to get rid of some warnings and add back support for... | Felix Fietkau | 2008-08-16 | 1 | -6/+6 |
* | spurious initramfs breakage fix | Felix Fietkau | 2008-07-05 | 1 | -19/+20 |
* | Disabling use of libintl in kconfig. | Andy Boyett | 2007-12-26 | 1 | -0/+1 |
* | add external kernel tree support | Eugene Konev | 2007-11-20 | 1 | -0/+10 |
* | fix the image builder | Felix Fietkau | 2007-11-14 | 1 | -16/+0 |
* | Allow targets to specify extra initramfs source files | Felix Fietkau | 2007-10-23 | 1 | -1/+3 |
* | Use current UID for initramfs root user:group | Felix Fietkau | 2007-10-23 | 1 | -2/+2 |
* | don't specify "CC=<nothing>" on kernel build command line | Felix Fietkau | 2007-10-23 | 1 | -4/+8 |
* | move a stampfile to make it easier to override the patch template | Felix Fietkau | 2007-09-29 | 1 | -0/+1 |
* | remove (unused?) linux symlink in BUILD_DIR | Nicolas Thill | 2007-09-16 | 1 | -2/+0 |
* | add support for device type based package preselections | Felix Fietkau | 2007-09-08 | 1 | -3/+13 |
* | major target cleanup. it is now possible to have subtargets that can override... | Felix Fietkau | 2007-09-08 | 1 | -5/+2 |