| Commit message (Expand) | Author | Age | Files | Lines |
* | include/kernel-build.mk: fix kernel rebuild on backport patch changes | Matthias Schiffer | 2018-07-14 | 1 | -1/+1 |
* | Config-devel.in: rename symbol KERNEL_GIT_BRANCH -> KERNEL_GIT_REF | Alexandru Ardelean | 2018-01-27 | 1 | -5/+1 |
* | kernel: split patches folder up into backport, pending and hack folders | John Crispin | 2017-08-05 | 1 | -1/+1 |
* | kernel: fix segmentation fault in mconf on linux | Felix Fietkau | 2017-06-07 | 1 | -1/+3 |
* | build: add KERNEL_MAKE and KERNEL_MAKE_FLAGS variables and move to kernel.mk | Felix Fietkau | 2017-06-07 | 1 | -2/+2 |
* | build: get rid of host.mk | Felix Fietkau | 2017-02-26 | 1 | -1/+0 |
* | build: skip headers install and config on make target/linux/prepare | Felix Fietkau | 2017-02-15 | 1 | -1/+1 |
* | git-kernel: $(SUBDIR) should always be $(LINUX_VERSION) | Mirko Vogt | 2017-01-18 | 1 | -1/+1 |
* | treewide: clean up download hashes | Felix Fietkau | 2016-12-16 | 1 | -1/+1 |
* | include/kernel: Switch to git download method | Florian Fainelli | 2016-12-04 | 1 | -0/+19 |
* | build: fix regression on running make kernel_menuconfig | Felix Fietkau | 2016-10-04 | 1 | -1/+1 |
* | kernel: check the right directories for rebuild | Jonas Gorski | 2016-08-19 | 1 | -1/+1 |
* | kernel: make the kernel build auto-clean the build dir like package builds | Felix Fietkau | 2016-08-05 | 1 | -3/+14 |
* | build system: have tar use $SOURCE_DATE_EPOCH for --mtime | Felix Fietkau | 2016-01-31 | 1 | -1/+3 |
* | kernel: remove .config.prev when running make kernel_*config to fix rebuild e... | Felix Fietkau | 2016-01-29 | 1 | -0/+1 |
* | kernel-build.mk: add .NOTPARALLEL | Felix Fietkau | 2014-10-12 | 1 | -0/+2 |
* | kernel-build: fix STRIP_KERNEL_EXPORTS for recent kernels | John Crispin | 2014-09-15 | 1 | -1/+1 |
* | include: fix kernel download failure with git & local trees | John Crispin | 2014-06-02 | 1 | -1/+1 |
* | build: speed up kernel symbol export stripping | Felix Fietkau | 2013-12-14 | 1 | -3/+3 |
* | buildroot: build a second pass kernel if initramfs is enabled | Florian Fainelli | 2013-06-27 | 1 | -0/+1 |
* | kernel: use -ffunction-sections, -fdata-sections and --gc-sections on mips | Felix Fietkau | 2013-01-26 | 1 | -10/+2 |
* | kernel: fix module export stripping | Felix Fietkau | 2013-01-26 | 1 | -4/+4 |
* | kernel: fix stripping symbol exports | Felix Fietkau | 2012-12-02 | 1 | -7/+23 |
* | kernel-build.mk: there is no tarball when using CONFIG_KERNEL_GIT_CLONE_URI o... | Jo-Philipp Wich | 2011-10-03 | 1 | -1/+1 |
* | build: clean up handling of the kernel config | Felix Fietkau | 2011-04-06 | 1 | -7/+4 |
* | Add kernel_nconfig make target | Lars-Peter Clausen | 2010-08-06 | 1 | -1/+1 |
* | add a build system option for collecting all kernel debug information (includ... | Felix Fietkau | 2010-07-21 | 1 | -0/+14 |
* | Revert "sort Kconfig symbols automatically to make Kaloz happy :p" Relying on... | Felix Fietkau | 2010-02-16 | 1 | -1/+0 |
* | sort Kconfig symbols automatically to make Kaloz happy :p | Gabor Juhos | 2010-02-11 | 1 | -0/+1 |
* | merge target kernel config files with subtarget config files and add a variab... | Felix Fietkau | 2009-11-11 | 1 | -1/+2 |
* | add an optional config option for stripping all unnecessary symbol exports fr... | Felix Fietkau | 2009-08-08 | 1 | -1/+23 |
* | kernel: make sure all patches are applied before running menuconfig or oldconfig | Felix Fietkau | 2009-04-21 | 1 | -1/+1 |
* | enable quilt by default for the kernel tree | Felix Fietkau | 2008-08-27 | 1 | -0/+1 |
* | fix make kernel_menuconfig for subtarget kernel config files | Felix Fietkau | 2008-08-23 | 1 | -1/+1 |
* | rework parallel building to get rid of some warnings and add back support for... | Felix Fietkau | 2008-08-16 | 1 | -10/+3 |
* | create a platform config-* file if there is none already when running kernel_... | Felix Fietkau | 2008-06-13 | 1 | -0/+1 |
* | large improvement for parallel builds. works without V=99 now and without war... | Felix Fietkau | 2008-06-09 | 1 | -5/+1 |
* | fix kernel config on kernel_menuconfig abort | Felix Fietkau | 2008-05-08 | 1 | -0/+1 |
* | fixes for refresh/update handling | Felix Fietkau | 2007-09-29 | 1 | -0/+1 |
* | Refactor downloading code into download.mk Support multiple file downloads Su... | Felix Fietkau | 2007-09-29 | 1 | -5/+8 |
* | properly clean up after kernel_{old,menu}config | Felix Fietkau | 2007-09-11 | 1 | -1/+1 |
* | fix kernel_menuconfig | Felix Fietkau | 2007-09-10 | 1 | -1/+1 |
* | major target cleanup. it is now possible to have subtargets that can override... | Felix Fietkau | 2007-09-08 | 1 | -118/+26 |
* | strip the kernel version suffix from target directories, except for brcm-2.4 ... | Felix Fietkau | 2007-09-06 | 1 | -1/+2 |
* | include kernel-version.mk from kernel.mk so that a correct KERNEL_PATCHVER is... | Nicolas Thill | 2007-08-26 | 1 | -1/+0 |
* | build system cleanup/restructuring as described in http://lists.openwrt.org/p... | Felix Fietkau | 2007-08-07 | 1 | -0/+2 |
* | fix image installation | Felix Fietkau | 2007-08-03 | 1 | -2/+2 |
* | silence | Felix Fietkau | 2007-07-30 | 1 | -1/+1 |
* | next round of cleanup, convert target/ - make -j works now ;) | Felix Fietkau | 2007-07-30 | 1 | -0/+6 |
* | more dependency fixes | Felix Fietkau | 2007-07-23 | 1 | -6/+0 |