summaryrefslogtreecommitdiffstats
path: root/include/kernel-build.mk
Commit message (Expand)AuthorAgeFilesLines
* kernel: check the right directories for rebuildJonas Gorski2016-08-191-1/+1
* kernel: make the kernel build auto-clean the build dir like package buildsFelix Fietkau2016-08-051-3/+14
* build system: have tar use $SOURCE_DATE_EPOCH for --mtimeFelix Fietkau2016-01-311-1/+3
* kernel: remove .config.prev when running make kernel_*config to fix rebuild e...Felix Fietkau2016-01-291-0/+1
* kernel-build.mk: add .NOTPARALLELFelix Fietkau2014-10-121-0/+2
* kernel-build: fix STRIP_KERNEL_EXPORTS for recent kernelsJohn Crispin2014-09-151-1/+1
* include: fix kernel download failure with git & local treesJohn Crispin2014-06-021-1/+1
* build: speed up kernel symbol export strippingFelix Fietkau2013-12-141-3/+3
* buildroot: build a second pass kernel if initramfs is enabledFlorian Fainelli2013-06-271-0/+1
* kernel: use -ffunction-sections, -fdata-sections and --gc-sections on mipsFelix Fietkau2013-01-261-10/+2
* kernel: fix module export strippingFelix Fietkau2013-01-261-4/+4
* kernel: fix stripping symbol exportsFelix Fietkau2012-12-021-7/+23
* kernel-build.mk: there is no tarball when using CONFIG_KERNEL_GIT_CLONE_URI o...Jo-Philipp Wich2011-10-031-1/+1
* build: clean up handling of the kernel configFelix Fietkau2011-04-061-7/+4
* Add kernel_nconfig make targetLars-Peter Clausen2010-08-061-1/+1
* add a build system option for collecting all kernel debug information (includ...Felix Fietkau2010-07-211-0/+14
* Revert "sort Kconfig symbols automatically to make Kaloz happy :p" Relying on...Felix Fietkau2010-02-161-1/+0
* sort Kconfig symbols automatically to make Kaloz happy :pGabor Juhos2010-02-111-0/+1
* merge target kernel config files with subtarget config files and add a variab...Felix Fietkau2009-11-111-1/+2
* add an optional config option for stripping all unnecessary symbol exports fr...Felix Fietkau2009-08-081-1/+23
* kernel: make sure all patches are applied before running menuconfig or oldconfigFelix Fietkau2009-04-211-1/+1
* enable quilt by default for the kernel treeFelix Fietkau2008-08-271-0/+1
* fix make kernel_menuconfig for subtarget kernel config filesFelix Fietkau2008-08-231-1/+1
* rework parallel building to get rid of some warnings and add back support for...Felix Fietkau2008-08-161-10/+3
* create a platform config-* file if there is none already when running kernel_...Felix Fietkau2008-06-131-0/+1
* large improvement for parallel builds. works without V=99 now and without war...Felix Fietkau2008-06-091-5/+1
* fix kernel config on kernel_menuconfig abortFelix Fietkau2008-05-081-0/+1
* fixes for refresh/update handlingFelix Fietkau2007-09-291-0/+1
* Refactor downloading code into download.mk Support multiple file downloads Su...Felix Fietkau2007-09-291-5/+8
* properly clean up after kernel_{old,menu}configFelix Fietkau2007-09-111-1/+1
* fix kernel_menuconfigFelix Fietkau2007-09-101-1/+1
* major target cleanup. it is now possible to have subtargets that can override...Felix Fietkau2007-09-081-118/+26
* strip the kernel version suffix from target directories, except for brcm-2.4 ...Felix Fietkau2007-09-061-1/+2
* include kernel-version.mk from kernel.mk so that a correct KERNEL_PATCHVER is...Nicolas Thill2007-08-261-1/+0
* build system cleanup/restructuring as described in http://lists.openwrt.org/p...Felix Fietkau2007-08-071-0/+2
* fix image installationFelix Fietkau2007-08-031-2/+2
* silenceFelix Fietkau2007-07-301-1/+1
* next round of cleanup, convert target/ - make -j works now ;)Felix Fietkau2007-07-301-0/+6
* more dependency fixesFelix Fietkau2007-07-231-6/+0
* prevent the new config changes from interfering with kernel_menuconfigFelix Fietkau2007-07-181-1/+1
* dynamically enable/disable kernel config options for kmod packages based on b...Felix Fietkau2007-07-181-1/+1
* add kernel_oldconfig targetFelix Fietkau2007-07-161-2/+2
* kernel: fix dependencies for .config, use selections from oldconfig when runn...Felix Fietkau2007-07-161-6/+6
* merge the kernel config parts at dump time, so that overrides that disable ce...Felix Fietkau2007-06-301-2/+7
* prepare for the transition to linux 2.6.22 - make it possible to override the...Felix Fietkau2007-06-161-4/+6
* implement quilt handling for the kernel tree ... and there was much rejoicing!Felix Fietkau2007-06-031-2/+5
* fix pcmcia/pccard build defaultsFelix Fietkau2007-05-191-1/+1
* Improved autorebuild for kernel related stuff. - make modules_install in the ...Felix Fietkau2007-04-181-1/+1
* remove reference to unused .kernel.mkFelix Fietkau2007-04-151-1/+1
* trigger a kernel module rebuild when the kernel config changesFelix Fietkau2007-03-241-4/+1