summaryrefslogtreecommitdiff
path: root/include/kernel.mk
Commit message (Expand)AuthorAgeFilesLines
* build & release : downgrade to Barrier BreakerLudovic Pouzenc2018-09-141-1/+1
* 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
* speed up the build system by including include/shell.sh on shell commands onl...Felix Fietkau2010-08-191-0/+1
* partially revert [22145], keep LINUX_KMOD_SUFFIX, needed to build external mo...Nicolas Thill2010-07-121-0/+2
* massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950Claudio Mignanti2010-07-121-6/+0
* prevent kernel.mk from defining PATCH_DIR and FILES_DIR for regular packagesFelix Fietkau2010-03-291-2/+4
* add support for marking specific kernel module packages as potentially being ...Felix Fietkau2010-02-261-1/+4
* do not download kernel sources when using an external kernel treeFelix Fietkau2009-12-141-1/+3
* fix one more instance of r18295Felix Fietkau2009-11-041-1/+1
* fix platform specific overrides for kernel modules, fixes lp on brcm-2.4Felix Fietkau2009-11-041-1/+1
* now that $(BOARD) is part of the opkg ARCH, there's no reason to keep the boa...Felix Fietkau2009-09-061-2/+2
* ensure CONTROL directory is created (#5683)Florian Fainelli2009-08-171-0/+1
* add a modified version of the mips64 patch from #4603Felix Fietkau2009-04-181-1/+1
* get rid of one more $(shell) instanceFelix Fietkau2009-03-031-6/+1
* replace a few unnecessary $(shell) callsFelix Fietkau2009-03-031-6/+10
* avoid repeating the same dependency multiple timesFelix Fietkau2009-03-031-1/+7
* fix LINUX_KARCH for x86Felix Fietkau2009-01-111-1/+1
* change the way ./files* and the generic kernel files are applied. ./files now...Felix Fietkau2008-10-181-1/+1
* make sure that when the kernel config changes, compile is triggered for all k...Felix Fietkau2008-09-021-0/+2
* fix kconfig for packages that only define =y, =m or =n rulesFelix Fietkau2008-08-271-1/+1
* This patch makes kernel modules check if config is defined and creates a conf...Travis Kemen2008-05-151-0/+6
* add a macro to compare kernel patch versions and use it for crypto and watchd...Nicolas Thill2008-05-111-0/+4
* add optional version suffix to kernel files/ directoriesFelix Fietkau2008-04-281-0/+1
* fix kernel config related build errorFelix Fietkau2007-11-301-1/+1
* include the kernel config for kernel related packages (should fix some b43 co...Felix Fietkau2007-11-301-1/+4
* don't specify "CC=<nothing>" on kernel build command lineFelix Fietkau2007-10-231-4/+4