- Jun 02, 2014
-
-
John Crispin authored
When using the options EXTERNAL_KERNEL_TREE or KERNEL_GIT_CLONE_URI, the command "make downloads" fails as it tries to download the kernel tarball despite the option. This doesn't happen during a regular build as in that case, the dependency is conditionned through the LINUX_SITE variable, which is not set in these cases. Below is a snapshot of the error for an target using a 3.14 kernel: make[3]: *** No rule to make target `.../dl/linux-3.14.tar.xz', needed by `download'. Stop. Change-Id: I1244969c1bbf9c81a6a64d68ae88ac58b0f8e79e Signed-off-by:
Mathieu Olivari <mathieu@qca.qualcomm.com> SVN-Revision: 40913
-
- Dec 14, 2013
-
-
Felix Fietkau authored
GNU grep has a high per-expression setup overhead when compiling regular expressions. Use -F to force it to interpret the input as fixed strings, which is much faster (fraction of a second instead of multiple minutes). Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39049
-
- Jun 27, 2013
-
-
Florian Fainelli authored
If initramfs is enabled, build a second pass kernel containing the CPIO rootfs, preliminary work to get non exclusive enabling of initramfs. Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 37047
-
- Jan 26, 2013
-
-
Felix Fietkau authored
in combination with kernel symbol export stripping this significantly reduces the kernel image size SVN-Revision: 35320
-
Felix Fietkau authored
SVN-Revision: 35319
-
- Dec 02, 2012
-
-
Felix Fietkau authored
SVN-Revision: 34458
-
- Oct 03, 2011
-
-
Jo-Philipp Wich authored
kernel-build.mk: there is no tarball when using CONFIG_KERNEL_GIT_CLONE_URI or CONFIG_EXTERNAL_KERNEL_TREE, do not make the prepared stamp file depend on it in this case SVN-Revision: 28361
-
- Apr 06, 2011
-
-
Felix Fietkau authored
- support kernel config overlays in env/ - allow overriding the target kernel config with CONFIG_TARGET=platform|subtarget|env SVN-Revision: 26498
-
- Aug 06, 2010
-
-
Lars-Peter Clausen authored
SVN-Revision: 22518
-
- Jul 21, 2010
-
-
Felix Fietkau authored
add a build system option for collecting all kernel debug information (including modules) in a tarball SVN-Revision: 22327
-
- Feb 16, 2010
-
-
Felix Fietkau authored
Revert "sort Kconfig symbols automatically to make Kaloz happy :p" Relying on some sort implementations' weird behaviour of ignoring # and whitespaces at the beginning of a line is not a good idea, and it's certainly not portable SVN-Revision: 19675
-
- Feb 11, 2010
-
-
Gabor Juhos authored
SVN-Revision: 19582
-
- Nov 11, 2009
-
-
Felix Fietkau authored
merge target kernel config files with subtarget config files and add a variable override for editing the target kernel config file with make kernel_menuconfig in case the subtarget contains overrides (thx, sn9) SVN-Revision: 18362
-
- Aug 08, 2009
-
-
Felix Fietkau authored
SVN-Revision: 17181
-
- Apr 21, 2009
-
-
Felix Fietkau authored
SVN-Revision: 15325
-
- Aug 27, 2008
-
-
Felix Fietkau authored
SVN-Revision: 12400
-
- Aug 23, 2008
-
-
Felix Fietkau authored
SVN-Revision: 12376
-
- Aug 16, 2008
-
-
Felix Fietkau authored
rework parallel building to get rid of some warnings and add back support for parallelizing the kernel build fixes #3882 SVN-Revision: 12322
-
- Jun 13, 2008
-
-
Felix Fietkau authored
create a platform config-* file if there is none already when running kernel_menuconfig or kernel_oldconfig SVN-Revision: 11460
-
- Jun 09, 2008
-
-
Felix Fietkau authored
large improvement for parallel builds. works without V=99 now and without warnings. tested with -j on an 2x dual core opteron machine SVN-Revision: 11414
-
- May 08, 2008
-
-
Felix Fietkau authored
SVN-Revision: 11076
-
- Sep 29, 2007
-
-
Felix Fietkau authored
SVN-Revision: 9063
-
Felix Fietkau authored
SVN-Revision: 9057
-
- Sep 11, 2007
-
-
Felix Fietkau authored
SVN-Revision: 8737
-
- Sep 10, 2007
-
-
Felix Fietkau authored
SVN-Revision: 8726
-
- Sep 08, 2007
-
-
Felix Fietkau authored
major target cleanup. it is now possible to have subtargets that can override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets SVN-Revision: 8694
-
- Sep 06, 2007
-
-
Felix Fietkau authored
strip the kernel version suffix from target directories, except for brcm-2.4 (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. SVN-Revision: 8653
-
- Aug 26, 2007
-
-
Nicolas Thill authored
SVN-Revision: 8494
-
- Aug 07, 2007
-
-
Felix Fietkau authored
build system cleanup/restructuring as described in http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html SVN-Revision: 8362
-
- Aug 03, 2007
-
-
Felix Fietkau authored
SVN-Revision: 8324
-
- Jul 30, 2007
-
-
Felix Fietkau authored
SVN-Revision: 8252
-
Felix Fietkau authored
SVN-Revision: 8242
-
- Jul 23, 2007
-
-
Felix Fietkau authored
SVN-Revision: 8115
-
- Jul 18, 2007
-
-
Felix Fietkau authored
SVN-Revision: 8031
-
Felix Fietkau authored
SVN-Revision: 8026
-
- Jul 16, 2007
-
-
Felix Fietkau authored
SVN-Revision: 8003
-
Felix Fietkau authored
SVN-Revision: 7997
-
- Jun 30, 2007
-
-
Felix Fietkau authored
SVN-Revision: 7812
-
- Jun 16, 2007
-
-
Felix Fietkau authored
prepare for the transition to linux 2.6.22 - make it possible to override the kernel version in the target makefile SVN-Revision: 7644
-
- Jun 03, 2007
-
-
Felix Fietkau authored
SVN-Revision: 7474
-