74 Commits (master)

Author SHA1 Message Date
Petr Štetiar d830403133 toolchain: kernel-headers: kernel Git tree mirror hash 3 years ago
Petr Štetiar 8c2bb1d9b6 toolchain: kernel-headers: fix check target for kernel Git tree 3 years ago
Alexandru Ardelean ca7e8627db kernel-headers: adjust PKG_ variables when using git clone method 6 years ago
Karl Vogel 76378c6b9f build: use KERNEL_MAKE_FLAGS for kernel file compilations 7 years ago
Felix Fietkau 76b62e6022 build: remove old kernel-headers build directories 7 years ago
Felix Fietkau 720b99215d treewide: clean up download hashes 8 years ago
Stefan Weil d0619fb02c Remove existing old link before creating a new one 8 years ago
Felix Fietkau 05baf2ced2 toolchain: remove obsolete kernel version check 9 years ago
Felix Fietkau 793a451584 toolchain: remove obsolete references to the cris architecture 9 years ago
Felix Fietkau a80c80580c toolchain/kernel-headers: remove an obsolete patch directory 9 years ago
Jonas Gorski 100e2feb22 toolchain-headers: also copy asm-eva.h for mips(el) for 3.15+ 10 years ago
Florian Fainelli 4801705d83 remove support for ubicom32 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
Daniel Dickinson 9cc9e8b608 kernel-headers: Fix patch application for kernel-headers and a patch that fixes exposure of a kernel-only data type (umode_t) to application layer which causes compile errors in ext2_fs.h using programs. 12 years ago
Felix Fietkau 2105acbe28 kernel-headers: fix compile error caused by wrong host include path when the toolchain is already built 13 years ago
Felix Fietkau 29de442b0d kernel-headers: get rid of the arch/$(ARCH)/include/asm vs include/asm-$(ARCH) copying mess and stick to what the kernel is using 13 years ago
Felix Fietkau 62c1740676 toolchain: fix the sysroot mess by getting rid of $(TOOLCHAIN_DIR)/usr and moving it back to $(TOOLCHAIN_DIR), this change makes the toolchain relocatable again, which should fix the SDK 14 years ago
Felix Fietkau 6f0f021c87 remove support for building kernel headers with old kernels 14 years ago
Mirko Vogt d6ef217a9f fix syntax error 14 years ago
Mirko Vogt f5faa9520e make sure directory exists before copying into 14 years ago
Nicolas Thill 7ca97b03d9 toolchain/kernel-headers: simplify linux headers installation (remove legacy hacks, cleanup) 14 years ago
Nicolas Thill 128233fba1 toolchain/kernel-headers: restore support for patches, needed for ubicom32 14 years ago
Felix Fietkau 25d3c0fcd0 fix kernel-headers build 14 years ago
Florian Fainelli 0193462642 fix kernel-headers build for uml 14 years ago
Florian Fainelli 4f04551880 cleanup the 2.6.33 and later kernels kernel-headers installation 14 years ago
Florian Fainelli b1d3ace5ea fix compilation w/ 2.6.33 14 years ago
Imre Kaloz 06d8dc9329 get rid of even more 2.6.28 stuff 15 years ago
Felix Fietkau 86d22845f9 kernel-headers: add linux 2.6.30 headers for ubicom32 15 years ago
Claudio Mignanti b88e08839a dump 2.6.25 support 15 years ago
Felix Fietkau aee9d6c31c add a heavily cleaned up version of ubicom32 toolchain support 15 years ago
Claudio Mignanti f3822efd8e install headers, fix foxboard-utils 15 years ago
Claudio Mignanti f692239c58 Fix kernel headers for cris (thanks hinkocevar) 15 years ago
Ralph Hempel bc1ff678dd fix powerpc build (works for 2.4 and 2.6) 15 years ago
Nicolas Thill 8a2030ff3d move common variables to a dedicated include file 15 years ago
Nicolas Thill 239c4aef18 kernel-headers: fix build error when run for the second time 15 years ago
Felix Fietkau 7eb1589875 build system refactoring in preparation for allowing packages to do host-build steps 15 years ago
Nicolas Thill 33a0eb3613 cosmetic & coherency fixes 16 years ago
Nicolas Thill ed4d79b529 more kernel headers fixes for cris 16 years ago
Nicolas Thill ce5b7766e6 move all arch fixups from Install to Prepare stage, so that fixed headers are available in $(BUILD_DIR_TOOLCHAIN)/linux-dev/ 16 years ago
Nicolas Thill 2c1d444866 fix missing ptrace.h needed to build final gcc 16 years ago
Nicolas Thill a3edea1b91 add support for alternative C libraries (currently only glibc/eglibc) other (related) changes: - kernel headers are now installed using "make headers_install" on 2.6 - target names now contain an openwrt "vendor" tag (e.g. mips-openwrt-linux-gnu) - build directory names now contain gcc/libc name/version - default cpu for x86 is now i486 (required to build glibc/eglibc) 16 years ago
Hamish Guthrie 34837ea2dd The merge of ppc (32-bit headers) and powerpc (previously 64-bit only headers) has now been completed, so it build breaks if asm-ppc headers directory does not exist - this should fix this problem without being invasive 16 years ago
Felix Fietkau 7bf353216c fix up the asm includes location for .27 when building kernel headers 16 years ago
Felix Fietkau 799e7a8fa8 disable autorebuild for the toolchain, as it can easily lead to build breakages 16 years ago
John Crispin c4f78ab795 remove ugly hack for etrax 16 years ago
Felix Fietkau 5f258e330d fix path to etrax patches (#3055) 17 years ago
Imre Kaloz 7d93d975a5 *sigh* :P 17 years ago
Andy Boyett 6bdd0ef590 Disabling use of libintl in kernel-headers. 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
Florian Fainelli da932d9e1a Replace TOOLCHAIN_BUILD_DIR with BUILD_DIR_TOOLCHAIN (the other one is deprecated) 17 years ago