| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42876
|
|
|
|
|
|
|
|
|
|
| |
Recent kernels started to mark exported symbols as global.
Adapt expressions in kernel-build.mk to also match global symbols
when grep'ing through nm output.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 42555
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
in combination with kernel symbol export stripping this significantly reduces
the kernel image size
SVN-Revision: 35320
|
|
|
|
| |
SVN-Revision: 35319
|
|
|
|
| |
SVN-Revision: 34458
|
|
|
|
|
|
| |
or CONFIG_EXTERNAL_KERNEL_TREE, do not make the prepared stamp file depend on it in this case
SVN-Revision: 28361
|
|
|
|
|
|
|
| |
- support kernel config overlays in env/
- allow overriding the target kernel config with CONFIG_TARGET=platform|subtarget|env
SVN-Revision: 26498
|
|
|
|
| |
SVN-Revision: 22518
|
|
|
|
|
|
| |
(including modules) in a tarball
SVN-Revision: 22327
|
|
|
|
|
|
| |
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
|
|
|
|
| |
SVN-Revision: 19582
|
|
|
|
|
|
| |
variable override for editing the target kernel config file with make kernel_menuconfig in case the subtarget contains overrides (thx, sn9)
SVN-Revision: 18362
|
|
|
|
|
|
| |
from the kernel image
SVN-Revision: 17181
|
|
|
|
| |
SVN-Revision: 15325
|
|
|
|
| |
SVN-Revision: 12400
|
|
|
|
| |
SVN-Revision: 12376
|
|
|
|
|
|
| |
for parallelizing the kernel build fixes #3882
SVN-Revision: 12322
|
|
|
|
|
|
| |
kernel_menuconfig or kernel_oldconfig
SVN-Revision: 11460
|
|
|
|
|
|
| |
warnings. tested with -j on an 2x dual core opteron machine
SVN-Revision: 11414
|
|
|
|
| |
SVN-Revision: 11076
|
|
|
|
| |
SVN-Revision: 9063
|
|
|
|
|
|
| |
Support svn downloads
SVN-Revision: 9057
|
|
|
|
| |
SVN-Revision: 8737
|
|
|
|
| |
SVN-Revision: 8726
|
|
|
|
|
|
| |
override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets
SVN-Revision: 8694
|
|
|
|
|
|
| |
(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
|
|
|
|
|
|
| |
is always available
SVN-Revision: 8494
|
|
|
|
|
|
| |
http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html
SVN-Revision: 8362
|
|
|
|
| |
SVN-Revision: 8324
|
|
|
|
| |
SVN-Revision: 8252
|
|
|
|
| |
SVN-Revision: 8242
|
|
|
|
| |
SVN-Revision: 8115
|
|
|
|
| |
SVN-Revision: 8031
|
|
|
|
|
|
| |
build system config
SVN-Revision: 8026
|
|
|
|
| |
SVN-Revision: 8003
|
|
|
|
|
|
| |
running menuconfig
SVN-Revision: 7997
|
|
|
|
|
|
| |
certain features work
SVN-Revision: 7812
|
|
|
|
|
|
| |
the kernel version in the target makefile
SVN-Revision: 7644
|
|
|
|
| |
SVN-Revision: 7474
|
|
|
|
| |
SVN-Revision: 7275
|
|
|
|
|
|
| |
kernel tree is no longer called - make modules is called on every target/compile run - kmod packages pull the kernel modules directly out of the kernel tree and have proper file depends on them
SVN-Revision: 6998
|
|
|
|
| |
SVN-Revision: 6959
|
|
|
|
| |
SVN-Revision: 6671
|
|
|
|
|
|
| |
to package-defaults.mk)
SVN-Revision: 6664
|
|
|
|
|
|
| |
overrides for menuconfig
SVN-Revision: 6648
|
|
|
|
| |
SVN-Revision: 6512
|
|
|
|
| |
SVN-Revision: 6467
|