summaryrefslogtreecommitdiff
path: root/include/kernel.mk
AgeCommit message (Expand)Author
2012-01-08include: calculate md5sum over sorted kernel config symbol list and incorpera...jow
2011-11-13include/kernel.mk: don't check for modules.builtin on 2.6.32-jogo
2011-11-08include/kernel.mk: enhance built-in/missing modules detection when packaging ...nico
2011-10-28package/blockmount: simplify extroot module loading logicnico
2011-10-28kernel: build kmod even for modules built-innico
2011-10-27Fix kernel version check macro typomb
2011-10-03[include] kernel.mk: also do not download Linux if CONFIG_KERNEL_GIT_CLONE_UR...jow
2011-08-09include/kernel.mk: fix download path for linux 3.xjogo
2011-07-25only export GCC_HONOUR_COPTS for the built-in toolchain, fixes missing-fhonou...nbd
2011-07-24kernel.mk: Fix kernel module path for 3.0jogo
2011-06-01kernel.mk: add a new helper for comparing kernel versions, which can take 1 -...nbd
2011-05-30remove kernel major version specific kernelpackage overridesnbd
2010-10-18[buildroot] make ModuleAutoLoad more readableflorian
2010-08-19speed up the build system by including include/shell.sh on shell commands onl...nbd
2010-07-12partially revert [22145], keep LINUX_KMOD_SUFFIX, needed to build external mo...nico
2010-07-12massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950claudio
2010-03-29prevent kernel.mk from defining PATCH_DIR and FILES_DIR for regular packagesnbd
2010-02-26add support for marking specific kernel module packages as potentially being ...nbd
2009-12-14do not download kernel sources when using an external kernel treenbd
2009-11-04fix one more instance of r18295nbd
2009-11-04fix platform specific overrides for kernel modules, fixes lp on brcm-2.4nbd
2009-09-06now that $(BOARD) is part of the opkg ARCH, there's no reason to keep the boa...nbd
2009-08-17[package] ensure CONTROL directory is created (#5683)florian
2009-04-18add a modified version of the mips64 patch from #4603nbd
2009-03-03get rid of one more $(shell) instancenbd
2009-03-03replace a few unnecessary $(shell) callsnbd
2009-03-03avoid repeating the same dependency multiple timesnbd
2009-01-11fix LINUX_KARCH for x86nbd
2008-10-18change the way ./files* and the generic kernel files are applied. ./files now...nbd
2008-09-02make sure that when the kernel config changes, compile is triggered for all k...nbd
2008-08-27fix kconfig for packages that only define =y, =m or =n rulesnbd
2008-05-15This patch makes kernel modules check if config is defined and creates a configthepeople
2008-05-11add a macro to compare kernel patch versions and use it for crypto and watchd...nico
2008-04-28add optional version suffix to kernel files/ directoriesnbd
2007-11-30fix kernel config related build errornbd
2007-11-30include the kernel config for kernel related packages (should fix some b43 co...nbd
2007-10-23don't specify "CC=<nothing>" on kernel build command linenbd
2007-10-23don't replace powerpc arch with ppcnbd
2007-09-16revert CONFIG_* symbols set m enforcement introduced in [8591], it can't work...nico
2007-09-10fix kernel build with quiltnbd
2007-09-08fix kmod-crypto, emit warning messages for kmod packages that cannot be built...nbd
2007-09-08major target cleanup. it is now possible to have subtargets that can override...nbd
2007-09-06strip the kernel version suffix from target directories, except for brcm-2.4 ...nbd
2007-09-03require all CONFIG_* symbols listed in its KCONFIG to be set to m in order to...nico
2007-09-03provide default PKG_BUILD_DIR for packages missing a PKG_VERSIONnico
2007-09-02use a default VERSION field for kmod packagesnico
2007-08-26add a '@KERNEL' download facility, tweak scriptnico
2007-08-26include kernel-version.mk from kernel.mk so that a correct KERNEL_PATCHVER is...nico
2007-08-25move KERNEL_PATCHVER from kernel.mk to kernel-version.mk so that it is define...nico
2007-08-25add support for KernelPackage/*/descriptionnico