summaryrefslogtreecommitdiffstats
path: root/include/kernel.mk
Commit message (Expand)AuthorAgeFilesLines
* kernel: make the kernel build auto-clean the build dir like package buildsFelix Fietkau2016-08-051-2/+2
* build: split scripts/metadata.pl into target-metadata.pl and package-metadata.plFelix Fietkau2016-06-071-1/+1
* include: fix nonshared flag handlingJo-Philipp Wich2016-04-151-1/+2
* include/kernel.mk: flag kmod packages as nonshared by defaultJo-Philipp Wich2016-04-061-0/+1
* include: remove now unused PACKAGE_SUBDIR variableJo-Philipp Wich2016-04-131-1/+0
* include/kernel: sort module lists for reproducibilityFelix Fietkau2016-01-281-2/+2
* include: restrict separate kmod repo handling to base packagesJo-Philipp Wich2016-01-241-1/+1
* include: group kmod ipk files into a "kernel" subdirectoryJo-Philipp Wich2016-01-241-0/+1
* build: remove SDK special case for kernel module packagesFelix Fietkau2016-01-111-1/+1
* linux: add support of Synopsys ARC770-based boardsFelix Fietkau2015-11-221-0/+2
* include/kernel.mk - better search for ARCHFelix Fietkau2015-11-021-5/+5
* kernel: assume modules.builtin is always presentJonas Gorski2015-07-051-9/+5
* modules: fix postinst generation for kernel modulesJohn Crispin2015-04-101-6/+6
* include/kernel.mk: add KernelPackage/conffiles macroNicolas Thill2015-04-021-0/+6
* kernel: only run kernel module list through version filter where version spec...Felix Fietkau2015-03-291-5/+7
* include: remove trailing whitespacesLuka Perkov2015-03-291-1/+1
* Fix download URL of the 4.x kernel.Michael Büsch2015-03-011-1/+1
* include: apply version filter on AutoLoad and AutoProbe argumentsJo-Philipp Wich2015-01-311-2/+2
* include: apply version filter on kmod file listJo-Philipp Wich2015-01-291-2/+2
* kernel: drop obsolete kernel version checksFelix Fietkau2015-01-241-3/+1
* kernel.mk: Handle the x86_64 LINUX_KARCH caseFelix Fietkau2014-12-121-1/+1
* kernel.mk: Refactor LINUX_KARCH affectationFelix Fietkau2014-12-121-4/+11
* sdk: don't try to build in-kernel kmodsJonas Gorski2014-12-051-1/+1
* aarch64: add initial supportFlorian Fainelli2014-11-241-1/+1
* build: allow AutoLoad and AutoProbe to specify modules not included in the pa...Felix Fietkau2014-11-191-8/+4
* kernel: remove debug code from module insert scriptJohn Crispin2013-10-081-1/+0
* include: add AutoProbe supportJohn Crispin2013-09-171-0/+23
* include: modify kernel.mk to build empty kmod packages if the referenced symb...Jo-Philipp Wich2013-07-181-3/+7
* package: fix insmod on installJohn Crispin2013-06-221-1/+1
* include/kernel.mk: print warnings/errors to stderrJonas Gorski2013-02-211-3/+3
* kernel: fix module packages postinst by pointing to the new functions.sh loca...Felix Fietkau2012-12-201-1/+1
* fixes uapi helper defineJohn Crispin2012-12-161-2/+3
* adds wrapper for uapi directoryJohn Crispin2012-12-151-0/+1
* kernel: move KERNEL_BUILD_DIR under BUILD_DIR to properly fix gcc/libc based ...Felix Fietkau2012-12-021-1/+1
* include: use $(DIR_SUFFIX) in $(KERNEL_BUILD_DIR) to separate build_dir/linux...Jo-Philipp Wich2012-11-221-1/+1
* use xz compressed kernel tarballsImre Kaloz2012-11-181-1/+1
* we only support v3.x kernelsImre Kaloz2012-11-181-4/+0
* include: calculate md5sum over sorted kernel config symbol list and incorpera...Jo-Philipp Wich2012-01-081-1/+5
* include/kernel.mk: don't check for modules.builtin on 2.6.32-Jonas Gorski2011-11-131-4/+8
* include/kernel.mk: enhance built-in/missing modules detection when packaging ...Nicolas Thill2011-11-081-1/+4
* package/blockmount: simplify extroot module loading logicNicolas Thill2011-10-281-1/+2
* kernel: build kmod even for modules built-inNicolas Thill2011-10-281-14/+22
* Fix kernel version check macro typoMichael Büsch2011-10-271-2/+2
* kernel.mk: also do not download Linux if CONFIG_KERNEL_GIT_CLONE_URI is setJo-Philipp Wich2011-10-031-1/+1
* include/kernel.mk: fix download path for linux 3.xJonas Gorski2011-08-091-1/+5
* only export GCC_HONOUR_COPTS for the built-in toolchain, fixes missing-fhonou...Felix Fietkau2011-07-251-1/+3
* kernel.mk: Fix kernel module path for 3.0Jonas Gorski2011-07-241-3/+8
* kernel.mk: add a new helper for comparing kernel versions, which can take 1 -...Felix Fietkau2011-06-011-4/+13
* remove kernel major version specific kernelpackage overridesFelix Fietkau2011-05-301-2/+0
* make ModuleAutoLoad more readableFlorian Fainelli2010-10-181-6/+10