113 Commits (faf165ced459fdf40d9f6314842a3e5de7eb443a)

Author SHA1 Message Date
Florian Fainelli d85ec2b936 kernel: add missing CONFIG_KALLSYMS_UNCOMPRESSED symbol 12 years ago
Imre Kaloz 0fa21ec3eb use xz compressed kernel tarballs 12 years ago
Florian Fainelli 451803c51a kernel-defaults: factor common code handling initramfs options 12 years ago
Florian Fainelli 246e563cb7 properly reindent Kernel/Prepare/Default 12 years ago
Felix Fietkau 482a6d4aea kernel: suppress redundant calls to headers installation 12 years ago
Felix Fietkau 8091d3f2e8 kernel: remove the explicit kernel make call for "oldconfig prepare scripts", the kernel build system has proper dependencies 12 years ago
Felix Fietkau b1f318de53 kernel: fix portability issues on the x86 specific relocs host tool, fixes build on mac os x 12 years ago
Florian Fainelli 6de0939c3a build: allow KERNELNAME to contain multiple kernel make targets 12 years ago
Gabor Juhos 622146a518 include/kernel-defaults: set V='' if c is not set in OPENWRT_VERBOSE 12 years ago
Gabor Juhos 3349cf2691 Fix iptables abuse of kernel header files. Use exported headers instead. 12 years ago
Felix Fietkau 34ffb526a2 build: rework verbosity level selection 12 years ago
Mirko Vogt ea14276046 enable verbose output of kernel build if V=99 is passed 12 years ago
John Crispin 032f3ea5e7 define external cpio 12 years ago
Jo-Philipp Wich 97af76a920 include: calculate md5sum over sorted kernel config symbol list and incorperate it into the kernel metapackage version, make kmods depend on this specific version. The aim of this change is to invalidate kmods which are built against a different kernel config on the opkg metadata level. Manual copying and insmod of custom *.ko files, e.g. for development purpose, is still possible. 13 years ago
Felix Fietkau fc0863785a add a portable version of sys/sysmacros.h and and let the kernel use the host include dir, fixes x86 builds on non-gnu systems 13 years ago
Felix Fietkau caf4747f0c build: clean up handling of the kernel config 13 years ago
Imre Kaloz b74308c433 only support EABI on ARM targets 14 years ago
Imre Kaloz a361eab890 fixup board specific KERNELNAME overrides 14 years ago
Imre Kaloz 832fc4a133 2.6.38 supports xz ramdisks, too 14 years ago
Florian Fainelli b6e9f1dfe0 make targets provide their KERNELNAME 14 years ago
Felix Fietkau 6117c04c94 remove linux 2.4 specific build system code 14 years ago
Alexandros C. Couloumbis 43ee14563c finalize lzma/jffs2 support (currently not enebled by default, for kernels >=2.6.33) based on Edgar Soldin patches: https://lists.openwrt.org/pipermail/openwrt-devel/2010-March/006550.html 14 years ago
Imre Kaloz 0ebb9220a0 make lzo compressed initramfs selectable, too 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 bf2fe7ea9a automatically adjust CONFIG_BLK_DEV_INITRD in the kernel config (thx, sn9) 15 years ago
Gabor Juhos f7033929fa add menuconfig option for enabling debugfs support in the kernel 15 years ago
Gabor Juhos e2f5de7a46 add menuconfig option for selecting initramfs compression 15 years ago
Felix Fietkau bb5a40c64b add an optional config option for stripping all unnecessary symbol exports from the kernel image 15 years ago
Imre Kaloz 8582177e73 2.6.30 supports different initramfs compressors, take care of them 15 years ago
Florian Fainelli c09afea86a also strip the .notes section of the kernel 15 years ago
Felix Fietkau 08b408a4c5 move the EABI config override to the generic kernel config overrides, as it's arch specific, not target specific - fixes spurious kernel rebuild issues with EABI 16 years ago
Felix Fietkau 18441c327a kernel: add missing definition for CONFIG_KALLSYMS_ALL 16 years ago
Felix Fietkau 7b1820a1b7 strip the .note.gnu.build-id section from kernel images, which on some platforms can lead to unusable 3.1G kernel image files 16 years ago
Lars-Peter Clausen 24f02449ff Add menuconfig option for enabling profiling in the kernel. 16 years ago
Felix Fietkau b271605228 add a menuconfig option for enabling KALLSYMS for the kernel 16 years ago
Imre Kaloz 8375b83015 use the default kernel target on powerpc 16 years ago
Hamish Guthrie 86ac8bc7ea Adds support for using a local clone of a git tree 16 years ago
Felix Fietkau ab8c8b019f enable quilt by default for the kernel tree 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 7866f69cbe spurious initramfs breakage fix 16 years ago
Andy Boyett d9ec7366c7 Disabling use of libintl in kconfig. 17 years ago
Eugene Konev 4735a0f5fe add external kernel tree support 17 years ago
Felix Fietkau dfa7618bd6 fix the image builder 17 years ago
Felix Fietkau 881bac2db2 Allow targets to specify extra initramfs source files 17 years ago
Felix Fietkau 4a142953ea Use current UID for initramfs root user:group 17 years ago
Felix Fietkau 4bb2c88f4e don't specify "CC=<nothing>" on kernel build command line 17 years ago
Felix Fietkau d1933f9761 move a stampfile to make it easier to override the patch template 17 years ago
Nicolas Thill 8c7105e20a remove (unused?) linux symlink in BUILD_DIR 17 years ago
Felix Fietkau e63e1f7a4a add support for device type based package preselections 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