summaryrefslogtreecommitdiff
path: root/include/kernel.mk
Commit message (Expand)AuthorAge
* make ModuleAutoLoad more readableFlorian Fainelli2010-10-18
* speed up the build system by including include/shell.sh on shell commands onl...Felix Fietkau2010-08-19
* partially revert [22145], keep LINUX_KMOD_SUFFIX, needed to build external mo...Nicolas Thill2010-07-12
* massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950Claudio Mignanti2010-07-12
* prevent kernel.mk from defining PATCH_DIR and FILES_DIR for regular packagesFelix Fietkau2010-03-29
* add support for marking specific kernel module packages as potentially being ...Felix Fietkau2010-02-26
* do not download kernel sources when using an external kernel treeFelix Fietkau2009-12-14
* fix one more instance of r18295Felix Fietkau2009-11-04
* fix platform specific overrides for kernel modules, fixes lp on brcm-2.4Felix Fietkau2009-11-04
* now that $(BOARD) is part of the opkg ARCH, there's no reason to keep the boa...Felix Fietkau2009-09-06
* ensure CONTROL directory is created (#5683)Florian Fainelli2009-08-17
* add a modified version of the mips64 patch from #4603Felix Fietkau2009-04-18
* get rid of one more $(shell) instanceFelix Fietkau2009-03-03
* replace a few unnecessary $(shell) callsFelix Fietkau2009-03-03
* avoid repeating the same dependency multiple timesFelix Fietkau2009-03-03
* fix LINUX_KARCH for x86Felix Fietkau2009-01-11
* change the way ./files* and the generic kernel files are applied. ./files now...Felix Fietkau2008-10-18
* make sure that when the kernel config changes, compile is triggered for all k...Felix Fietkau2008-09-02
* fix kconfig for packages that only define =y, =m or =n rulesFelix Fietkau2008-08-27
* This patch makes kernel modules check if config is defined and creates a conf...Travis Kemen2008-05-15
* add a macro to compare kernel patch versions and use it for crypto and watchd...Nicolas Thill2008-05-11
* add optional version suffix to kernel files/ directoriesFelix Fietkau2008-04-28
* fix kernel config related build errorFelix Fietkau2007-11-30
* include the kernel config for kernel related packages (should fix some b43 co...Felix Fietkau2007-11-30
* don't specify "CC=<nothing>" on kernel build command lineFelix Fietkau2007-10-23
* don't replace powerpc arch with ppcFelix Fietkau2007-10-23
* revert CONFIG_* symbols set m enforcement introduced in [8591], it can't work...Nicolas Thill2007-09-16
* fix kernel build with quiltFelix Fietkau2007-09-10
* fix kmod-crypto, emit warning messages for kmod packages that cannot be built...Felix Fietkau2007-09-08
* major target cleanup. it is now possible to have subtargets that can override...Felix Fietkau2007-09-08
* strip the kernel version suffix from target directories, except for brcm-2.4 ...Felix Fietkau2007-09-06
* require all CONFIG_* symbols listed in its KCONFIG to be set to m in order to...Nicolas Thill2007-09-03
* provide default PKG_BUILD_DIR for packages missing a PKG_VERSIONNicolas Thill2007-09-03
* use a default VERSION field for kmod packagesNicolas Thill2007-09-02
* add a '@KERNEL' download facility, tweak scriptNicolas Thill2007-08-26
* include kernel-version.mk from kernel.mk so that a correct KERNEL_PATCHVER is...Nicolas Thill2007-08-26
* move KERNEL_PATCHVER from kernel.mk to kernel-version.mk so that it is define...Nicolas Thill2007-08-25
* add support for KernelPackage/*/descriptionNicolas Thill2007-08-25
* revert [8415], seems to be causing problems for the kernel buildFelix Fietkau2007-08-16
* always include kernel config for kernel packagesFelix Fietkau2007-08-15
* build system cleanup/restructuring as described in http://lists.openwrt.org/p...Felix Fietkau2007-08-07
* fix kmod packages that don't use KCONFIGFelix Fietkau2007-08-02
* fix kmod packaging for packages where some KCONFIG symbols are set to yFelix Fietkau2007-08-02
* Port the mbsd_multi patch from freewrt, which adds -fhonour-copts. This will ...Felix Fietkau2007-07-31
* disable kmod packages where the KCONFIG options are =yFelix Fietkau2007-07-20
* dynamically enable/disable kernel config options for kmod packages based on b...Felix Fietkau2007-07-18
* reordered GENERIC_PATCH_DIR variableGabor Juhos2007-07-01
* fix kernel config feature autodetectionFelix Fietkau2007-06-30
* prepare for the transition to linux 2.6.22 - make it possible to override the...Felix Fietkau2007-06-16
* fix kmod-* build error when wildcards are being used in $(FILES)Felix Fietkau2007-04-26