| Commit message (Expand) | Author | Age | Files | Lines |
* | include: calculate md5sum over sorted kernel config symbol list and incorpera... | Jo-Philipp Wich | 2012-01-08 | 1 | -1/+5 |
* | include/kernel.mk: don't check for modules.builtin on 2.6.32- | Jonas Gorski | 2011-11-13 | 1 | -4/+8 |
* | include/kernel.mk: enhance built-in/missing modules detection when packaging ... | Nicolas Thill | 2011-11-08 | 1 | -1/+4 |
* | package/blockmount: simplify extroot module loading logic | Nicolas Thill | 2011-10-28 | 1 | -1/+2 |
* | kernel: build kmod even for modules built-in | Nicolas Thill | 2011-10-28 | 1 | -14/+22 |
* | Fix kernel version check macro typo | Michael Büsch | 2011-10-27 | 1 | -2/+2 |
* | kernel.mk: also do not download Linux if CONFIG_KERNEL_GIT_CLONE_URI is set | Jo-Philipp Wich | 2011-10-03 | 1 | -1/+1 |
* | include/kernel.mk: fix download path for linux 3.x | Jonas Gorski | 2011-08-09 | 1 | -1/+5 |
* | only export GCC_HONOUR_COPTS for the built-in toolchain, fixes missing-fhonou... | Felix Fietkau | 2011-07-25 | 1 | -1/+3 |
* | kernel.mk: Fix kernel module path for 3.0 | Jonas Gorski | 2011-07-24 | 1 | -3/+8 |
* | kernel.mk: add a new helper for comparing kernel versions, which can take 1 -... | Felix Fietkau | 2011-06-01 | 1 | -4/+13 |
* | remove kernel major version specific kernelpackage overrides | Felix Fietkau | 2011-05-30 | 1 | -2/+0 |
* | make ModuleAutoLoad more readable | Florian Fainelli | 2010-10-18 | 1 | -6/+10 |
* | speed up the build system by including include/shell.sh on shell commands onl... | Felix Fietkau | 2010-08-19 | 1 | -0/+1 |
* | partially revert [22145], keep LINUX_KMOD_SUFFIX, needed to build external mo... | Nicolas Thill | 2010-07-12 | 1 | -0/+2 |
* | massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950 | Claudio Mignanti | 2010-07-12 | 1 | -6/+0 |
* | prevent kernel.mk from defining PATCH_DIR and FILES_DIR for regular packages | Felix Fietkau | 2010-03-29 | 1 | -2/+4 |
* | add support for marking specific kernel module packages as potentially being ... | Felix Fietkau | 2010-02-26 | 1 | -1/+4 |
* | do not download kernel sources when using an external kernel tree | Felix Fietkau | 2009-12-14 | 1 | -1/+3 |
* | fix one more instance of r18295 | Felix Fietkau | 2009-11-04 | 1 | -1/+1 |
* | fix platform specific overrides for kernel modules, fixes lp on brcm-2.4 | Felix Fietkau | 2009-11-04 | 1 | -1/+1 |
* | now that $(BOARD) is part of the opkg ARCH, there's no reason to keep the boa... | Felix Fietkau | 2009-09-06 | 1 | -2/+2 |
* | ensure CONTROL directory is created (#5683) | Florian Fainelli | 2009-08-17 | 1 | -0/+1 |
* | add a modified version of the mips64 patch from #4603 | Felix Fietkau | 2009-04-18 | 1 | -1/+1 |
* | get rid of one more $(shell) instance | Felix Fietkau | 2009-03-03 | 1 | -6/+1 |
* | replace a few unnecessary $(shell) calls | Felix Fietkau | 2009-03-03 | 1 | -6/+10 |
* | avoid repeating the same dependency multiple times | Felix Fietkau | 2009-03-03 | 1 | -1/+7 |
* | fix LINUX_KARCH for x86 | Felix Fietkau | 2009-01-11 | 1 | -1/+1 |
* | change the way ./files* and the generic kernel files are applied. ./files now... | Felix Fietkau | 2008-10-18 | 1 | -1/+1 |
* | make sure that when the kernel config changes, compile is triggered for all k... | Felix Fietkau | 2008-09-02 | 1 | -0/+2 |
* | fix kconfig for packages that only define =y, =m or =n rules | Felix Fietkau | 2008-08-27 | 1 | -1/+1 |
* | This patch makes kernel modules check if config is defined and creates a conf... | Travis Kemen | 2008-05-15 | 1 | -0/+6 |
* | add a macro to compare kernel patch versions and use it for crypto and watchd... | Nicolas Thill | 2008-05-11 | 1 | -0/+4 |
* | add optional version suffix to kernel files/ directories | Felix Fietkau | 2008-04-28 | 1 | -0/+1 |
* | fix kernel config related build error | Felix Fietkau | 2007-11-30 | 1 | -1/+1 |
* | include the kernel config for kernel related packages (should fix some b43 co... | Felix Fietkau | 2007-11-30 | 1 | -1/+4 |
* | don't specify "CC=<nothing>" on kernel build command line | Felix Fietkau | 2007-10-23 | 1 | -4/+4 |
* | don't replace powerpc arch with ppc | Felix Fietkau | 2007-10-23 | 1 | -7/+8 |
* | revert CONFIG_* symbols set m enforcement introduced in [8591], it can't work... | Nicolas Thill | 2007-09-16 | 1 | -2/+1 |
* | fix kernel build with quilt | Felix Fietkau | 2007-09-10 | 1 | -1/+3 |
* | fix kmod-crypto, emit warning messages for kmod packages that cannot be built... | Felix Fietkau | 2007-09-08 | 1 | -0/+6 |
* | major target cleanup. it is now possible to have subtargets that can override... | Felix Fietkau | 2007-09-08 | 1 | -7/+16 |
* | strip the kernel version suffix from target directories, except for brcm-2.4 ... | Felix Fietkau | 2007-09-06 | 1 | -2/+2 |
* | require all CONFIG_* symbols listed in its KCONFIG to be set to m in order to... | Nicolas Thill | 2007-09-03 | 1 | -1/+2 |
* | provide default PKG_BUILD_DIR for packages missing a PKG_VERSION | Nicolas Thill | 2007-09-03 | 1 | -1/+1 |
* | use a default VERSION field for kmod packages | Nicolas Thill | 2007-09-02 | 1 | -0/+1 |
* | add a '@KERNEL' download facility, tweak script | Nicolas Thill | 2007-08-26 | 1 | -4/+1 |
* | include kernel-version.mk from kernel.mk so that a correct KERNEL_PATCHVER is... | Nicolas Thill | 2007-08-26 | 1 | -0/+2 |
* | move KERNEL_PATCHVER from kernel.mk to kernel-version.mk so that it is define... | Nicolas Thill | 2007-08-25 | 1 | -1/+0 |
* | add support for KernelPackage/*/description | Nicolas Thill | 2007-08-25 | 1 | -0/+6 |