index
:
openwrt/upstream
attitude_adjustment
barrier_breaker
chaos_calmer
lede-17.01
less-old-master
master
old-master
openwrt-18.06
openwrt-19.07
upstream
upstream openwrt
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
kernel.mk
Commit message (
Expand
)
Author
Age
Files
Lines
*
kernel: support setting extra CFLAGS for kernel compilation
Rafał Miłecki
2022-07-08
1
-1
/
+1
*
kernel: use KCFLAGS for passing EXTRA_OPTIMIZATION flags
Rafał Miłecki
2022-07-08
1
-1
/
+1
*
build: use -nostdinc and -isystem in NOSTDINC_FLAGS for out-of-tree kernel mo...
Felix Fietkau
2021-03-18
1
-0
/
+3
*
build: use SPDX license tags
Paul Spooren
2021-02-05
1
-5
/
+2
*
build: create $(PKG_SYMVERS_DIR) if non-existent
Sebastian Kemper
2020-11-19
1
-0
/
+1
*
build: pass KBUILD_EXTRA_SYMBOLS with symvers files for kernel module packages
Felix Fietkau
2020-11-13
1
-10
/
+2
*
build: move symvers files to kernel build dir
Felix Fietkau
2020-04-09
1
-4
/
+6
*
build: Add KBUILD_HOSTLDLIBS
Hauke Mehrtens
2020-01-26
1
-0
/
+1
*
kernel.mk: add KCFLAGS to make kmods reproducible
Paul Spooren
2019-10-09
1
-0
/
+1
*
build: force disable stack validation during kernel build on non-linux systems
Felix Fietkau
2019-10-02
1
-1
/
+2
*
build: include BUILD_VARIANT in PKG_BUILD_DIR
Jeffery To
2019-08-05
1
-1
/
+1
*
build: skip kernel stack validation when building on macOS
Felix Fietkau
2019-07-03
1
-0
/
+4
*
build: fix external module symbol collection if build_dir is a symlink
Roman Yeryomin
2019-06-06
1
-1
/
+4
*
include/kernel: sort autoload modules list to fix reproducible builds
Alexander Couzens
2019-02-28
1
-1
/
+1
*
build: fix build dependency of kmod .ipk with version filtered files
Yousong Zhou
2018-12-18
1
-1
/
+1
*
kernel: fix downloading rcX releases
Rafał Miłecki
2018-12-03
1
-2
/
+9
*
build: remove obsolete -rc kernel testing rewrites
Christian Lamparter
2018-10-20
1
-2
/
+1
*
build: insert blank line after KernelPackage template to allow chaining calls...
Felix Fietkau
2018-10-06
1
-0
/
+1
*
build: fix kernel headers install for uml
Felix Fietkau
2018-09-29
1
-1
/
+1
*
include/kernel.mk: build kmod packages with empty FILES
Matthias Schiffer
2018-04-12
1
-4
/
+2
*
kernel: include: remove last .0 from kernel versions again
Hauke Mehrtens
2017-12-16
1
-1
/
+1
*
build: fix module symbol collection if build_dir is a symlink
Jonas Gorski
2017-11-07
1
-1
/
+1
*
include: kernel.mk: simplify module autoloading
Jo-Philipp Wich
2017-11-07
1
-51
/
+21
*
build: actually fix the creation of PKG_INFO_DIR
Jonas Gorski
2017-10-28
1
-1
/
+1
*
build: ensure PKG_INFO_DIR exists before trying to use it
Jonas Gorski
2017-10-28
1
-0
/
+1
*
kernel: collect module symvers for external modules
Jonas Gorski
2017-10-27
1
-0
/
+27
*
include: Silence external kernel version checks
Florian Fainelli
2017-10-24
1
-1
/
+1
*
kernel: fixup KARCH for powerpc64 builds
Florian Larysch
2017-10-24
1
-0
/
+2
*
Revert "kernel: do not try to probe builtin modules on empty kmod package ins...
Jo-Philipp Wich
2017-07-21
1
-2
/
+0
*
kernel: do not try to probe builtin modules on empty kmod package install
Jonas Gorski
2017-07-20
1
-0
/
+2
*
build: Fix not altering KERNELRELEASE for external kernel
Hauke Mehrtens
2017-06-19
1
-2
/
+1
*
build: move definition of KBUILD_BUILD_TIMESTAMP to include/kernel.mk
Alexander Couzens
2017-06-17
1
-0
/
+6
*
build: add KERNEL_MAKE and KERNEL_MAKE_FLAGS variables and move to kernel.mk
Felix Fietkau
2017-06-07
1
-0
/
+29
*
build: fix kmod package build on non-GNU systems
Felix Fietkau
2017-05-29
1
-1
/
+1
*
build: fix possible issue with kmod package having multiple AutoLoad's
Yousong Zhou
2017-05-27
1
-9
/
+12
*
include: Determine MODULES_DIR correctly for external/git kernels
Florian Fainelli
2017-05-25
1
-3
/
+5
*
kernel: allow subtarget specific KernelPackage
Stijn Tintel
2017-01-04
1
-0
/
+2
*
build: implement make check and make package/X/check
Felix Fietkau
2016-12-17
1
-1
/
+8
*
kernel: make the kernel build auto-clean the build dir like package builds
Felix Fietkau
2016-08-05
1
-2
/
+2
*
build: split scripts/metadata.pl into target-metadata.pl and package-metadata.pl
Felix Fietkau
2016-06-07
1
-1
/
+1
*
include: fix nonshared flag handling
Jo-Philipp Wich
2016-04-15
1
-1
/
+2
*
include/kernel.mk: flag kmod packages as nonshared by default
Jo-Philipp Wich
2016-04-06
1
-0
/
+1
*
include: remove now unused PACKAGE_SUBDIR variable
Jo-Philipp Wich
2016-04-13
1
-1
/
+0
*
include/kernel: sort module lists for reproducibility
Felix Fietkau
2016-01-28
1
-2
/
+2
*
include: restrict separate kmod repo handling to base packages
Jo-Philipp Wich
2016-01-24
1
-1
/
+1
*
include: group kmod ipk files into a "kernel" subdirectory
Jo-Philipp Wich
2016-01-24
1
-0
/
+1
*
build: remove SDK special case for kernel module packages
Felix Fietkau
2016-01-11
1
-1
/
+1
*
linux: add support of Synopsys ARC770-based boards
Felix Fietkau
2015-11-22
1
-0
/
+2
*
include/kernel.mk - better search for ARCH
Felix Fietkau
2015-11-02
1
-5
/
+5
*
kernel: assume modules.builtin is always present
Jonas Gorski
2015-07-05
1
-9
/
+5
[next]