aboutsummaryrefslogtreecommitdiffstats
path: root/include/kernel-defaults.mk
Commit message (Expand)AuthorAgeFilesLines
* kernel-defaults: ensure SOURCE_DATE_EPOCH on /initPaul Spooren2019-10-021-0/+1
* kernel: fix downloading rcX releasesRafał Miłecki2018-12-031-2/+8
* config: don't define the same symbol twiceKoen Vandeputte2018-01-171-1/+0
* config: support new symbol intro'd in kernel 4.12Koen Vandeputte2018-01-131-0/+3
* build: move definition of KBUILD_BUILD_TIMESTAMP to include/kernel.mkAlexander Couzens2017-06-171-6/+0
* build: add KERNEL_MAKE and KERNEL_MAKE_FLAGS variables and move to kernel.mkFelix Fietkau2017-06-071-29/+4
* include: Do not alter KERNELRELEASE for external/git kernelsFlorian Fainelli2017-05-251-1/+6
* Revert "kernel: prevent addition of scm marker to localversion"Florian Fainelli2017-05-251-4/+0
* kernel: move initramfs's init script out of base-filesRafał Miłecki2017-04-041-1/+1
* kernel: do not try to copy vmlinux out of arch/$(ARCH)/bootFelix Fietkau2017-03-221-1/+1
* kernel: speed up build system by getting rid of redundant workFelix Fietkau2017-03-161-1/+3
* build: use mkhash to replace various quirky md5sum/openssl callsFelix Fietkau2017-01-051-1/+1
* include/kernel: Switch to git download methodFlorian Fainelli2016-12-041-10/+1
* kernel: add STAGING_DIR_HOST/lib to host library search pathFelix Fietkau2016-09-291-0/+1
* build: use perl instead of GNU date for KBUILD_BUILD_TIMESTAMPFelix Fietkau2016-08-231-1/+7
* kernel: prevent adding custom string to localversionJosua Mayer2016-08-181-0/+1
* kernel: prevent addition of scm marker to localversionJosua Mayer2016-08-181-0/+4
* kernel: check SOURCE_DATE_EPOCH before setting KBUILD_BUILD_TIMESTAMPJonas Gorski2016-08-131-1/+1
* kernel: allow reproducable buildsJonas Gorski2016-08-131-0/+2
* kernel: make the kernel build auto-clean the build dir like package buildsFelix Fietkau2016-08-051-1/+1
* build: split scripts/metadata.pl into target-metadata.pl and package-metadata.plFelix Fietkau2016-06-071-1/+1
* kernel: Revert "kernel: set root on NFS when enabled"Florian Fainelli2016-02-111-13/+0
* kernel: enable CONFIG_KALLSYMS_UNCOMPRESSED=yFelix Fietkau2016-02-081-1/+1
* kernel: set root on NFS when enabledFlorian Fainelli2016-02-011-0/+13
* include/kernel: add custom USER/DOMAIN config optionsFelix Fietkau2016-01-281-0/+2
* build: skip rebuild of kernel images if the source did not changeFelix Fietkau2016-01-061-7/+9
* build: suppress unnecessary kernel config rewrites to speed up buildFelix Fietkau2016-01-061-5/+10
* build: Allow kernel modules to set build ID debug symbolFelix Fietkau2015-10-301-1/+2
* config: add an option to enable KPROBEJohn Crispin2015-04-011-1/+0
* build: remove obsolete references to cris and avr32Felix Fietkau2015-03-241-5/+0
* include: pass kernel version when generating kconfig overridesJo-Philipp Wich2015-01-291-2/+2
* kernel: allow specifying kernel images to be copied separately from kernel ma...Felix Fietkau2014-12-111-3/+4
* build: remove useless quote stripping for KERNELNAME, add fallback for it in ...Felix Fietkau2014-10-051-9/+4
* build: make sure modules are modposted after initramfs image is builtFelix Fietkau2014-10-051-2/+2
* target/linux/*/image/Makefile: eliminate more LINUX_DIR usersJohn Crispin2014-07-211-0/+1
* include: Allow git kernel branch selectionJohn Crispin2014-06-021-0/+4
* include: Clean-up kernel git command options managementJohn Crispin2014-06-021-1/+7
* config: Remove KERNEL_GIT_LOCAL_REPOSITORY optionJohn Crispin2014-06-021-8/+2
* sparse: add as a new package selectable from the configJohn Crispin2014-04-121-0/+4
* partially revert "build: remove check for nonexistant CONFIG_TAR_VERBOSITY va...Felix Fietkau2014-03-221-1/+1
* include: r39979 broke kernel unpackingJohn Crispin2014-03-211-1/+1
* kernel: fix parallel build issues with header installFelix Fietkau2014-01-301-1/+1
* add x86_64 target supportImre Kaloz2014-01-071-0/+5
* include: handle LZ4 compression schemeFlorian Fainelli2013-10-251-0/+1
* kernel: fix remaining initramfs related breakageFelix Fietkau2013-07-231-2/+2
* include: fix path for kernel-generated cpio removalLuka Perkov2013-07-021-1/+1
* include: force a kernel-generated cpio removal and rebuildFlorian Fainelli2013-07-011-0/+1
* buildroot: filter out dtbs KERNELNAME target (#13785)Florian Fainelli2013-06-301-1/+1
* buildroot: copy KENRNELNAME files to $(KDIR)Florian Fainelli2013-06-271-0/+10
* buildroot: build a second pass kernel if initramfs is enabledFlorian Fainelli2013-06-271-6/+29