91 Commits (7f91cabd0d5b6e1a716d9e3fab4103730d9d2888)

Author SHA1 Message Date
Felix Fietkau fec38ebf0d kernel: fix segmentation fault in mconf on linux 7 years ago
Felix Fietkau 0aed054bec build: add KERNEL_MAKE and KERNEL_MAKE_FLAGS variables and move to kernel.mk 7 years ago
Felix Fietkau 9467ce42da build: get rid of host.mk 7 years ago
Felix Fietkau dce6eeccc0 build: skip headers install and config on make target/linux/prepare 7 years ago
Mirko Vogt c99f881568 git-kernel: $(SUBDIR) should always be $(LINUX_VERSION) 8 years ago
Felix Fietkau 720b99215d treewide: clean up download hashes 8 years ago
Florian Fainelli 9a08c0ba80 include/kernel: Switch to git download method 8 years ago
Felix Fietkau 86c966a8ae build: fix regression on running make kernel_menuconfig 8 years ago
Jonas Gorski f3923dab7b kernel: check the right directories for rebuild 8 years ago
Felix Fietkau 22ef1c83b3 kernel: make the kernel build auto-clean the build dir like package builds 8 years ago
Felix Fietkau be6acba4dc build system: have tar use $SOURCE_DATE_EPOCH for --mtime 9 years ago
Felix Fietkau 3021d3139b kernel: remove .config.prev when running make kernel_*config to fix rebuild errors 9 years ago
Felix Fietkau 51c665bbdb kernel-build.mk: add .NOTPARALLEL 10 years ago
John Crispin 2ef0acc5fc kernel-build: fix STRIP_KERNEL_EXPORTS for recent kernels 10 years ago
John Crispin 2e240a44c1 include: fix kernel download failure with git & local trees 10 years ago
Felix Fietkau 5a6a47e431 build: speed up kernel symbol export stripping 11 years ago
Florian Fainelli a890ccd6e0 buildroot: build a second pass kernel if initramfs is enabled 11 years ago
Felix Fietkau 8933b918cd kernel: use -ffunction-sections, -fdata-sections and --gc-sections on mips 12 years ago
Felix Fietkau 7809d73fd2 kernel: fix module export stripping 12 years ago
Felix Fietkau 24b31c9428 kernel: fix stripping symbol exports 12 years ago
Jo-Philipp Wich 5171edd8d5 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 13 years ago
Felix Fietkau caf4747f0c build: clean up handling of the kernel config 13 years ago
Lars-Peter Clausen a97d6b0c95 Add kernel_nconfig make target 14 years ago
Felix Fietkau fd8142403e add a build system option for collecting all kernel debug information (including modules) in a tarball 14 years ago
Felix Fietkau 8e808a54c2 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 15 years ago
Gabor Juhos 03779da9c6 sort Kconfig symbols automatically to make Kaloz happy :p 15 years ago
Felix Fietkau ea41d3a288 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) 15 years ago
Felix Fietkau bb5a40c64b add an optional config option for stripping all unnecessary symbol exports from the kernel image 15 years ago
Felix Fietkau 6d782f93d8 kernel: make sure all patches are applied before running menuconfig or oldconfig 15 years ago
Felix Fietkau ab8c8b019f enable quilt by default for the kernel tree 16 years ago
Felix Fietkau 811b00f646 fix make kernel_menuconfig for subtarget kernel config files 16 years ago
Felix Fietkau a3a37d0bb1 rework parallel building to get rid of some warnings and add back support for parallelizing the kernel build fixes #3882 16 years ago
Felix Fietkau d26fa58d25 create a platform config-* file if there is none already when running kernel_menuconfig or kernel_oldconfig 16 years ago
Felix Fietkau 4c665e6ca4 large improvement for parallel builds. works without V=99 now and without warnings. tested with -j on an 2x dual core opteron machine 16 years ago
Felix Fietkau 02bc11903e fix kernel config on kernel_menuconfig abort 16 years ago
Felix Fietkau e2f7a60283 fixes for refresh/update handling 17 years ago
Felix Fietkau dbeb0fad24 Refactor downloading code into download.mk Support multiple file downloads Support svn downloads 17 years ago
Felix Fietkau 986445a623 properly clean up after kernel_{old,menu}config 17 years ago
Felix Fietkau 01b6a90e3d fix kernel_menuconfig 17 years ago
Felix Fietkau a9d683ca91 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 17 years ago
Felix Fietkau 56231056ea 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. 17 years ago
Nicolas Thill b35e6fe3ba include kernel-version.mk from kernel.mk so that a correct KERNEL_PATCHVER is always available 17 years ago
Felix Fietkau c6bc77ea36 build system cleanup/restructuring as described in http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html 17 years ago
Felix Fietkau d6666fdd40 fix image installation 17 years ago
Felix Fietkau 40c1241377 silence 17 years ago
Felix Fietkau d7f2cb1642 next round of cleanup, convert target/ - make -j works now ;) 17 years ago
Felix Fietkau 35d116c85b more dependency fixes 17 years ago
Felix Fietkau 7031534325 prevent the new config changes from interfering with kernel_menuconfig 17 years ago
Felix Fietkau 8e42553971 dynamically enable/disable kernel config options for kmod packages based on build system config 17 years ago
Felix Fietkau 6178152ee8 add kernel_oldconfig target 17 years ago