Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-29 | add basic support for architecture c-sky, not yet working | Waldemar Brodkorb | |
2017-07-24 | linux: update to 4.12.3 | Waldemar Brodkorb | |
2017-07-24 | add sample for orange-pi zero | Waldemar Brodkorb | |
2017-07-18 | linux: update to 4.1.42 | Waldemar Brodkorb | |
2017-07-18 | linux: update to 4.4.77 | Waldemar Brodkorb | |
2017-07-17 | linux: update to 4.11.11 | Waldemar Brodkorb | |
2017-07-17 | linux: update to 4.9.38 | Waldemar Brodkorb | |
2017-07-06 | linux: fix cross-compile issues on MacOS X, too old /bin/sh | Waldemar Brodkorb | |
2017-07-04 | linux: fix compile of host-tools on non-Linux hosts, reported by Diez | Waldemar Brodkorb | |
2017-07-02 | linux: update 4.9/4.11 kernel | Waldemar Brodkorb | |
2017-07-01 | nds32: do not use kernel mirrors | Waldemar Brodkorb | |
2017-06-29 | Add info-target to print out some OpenADK variables in machine readable ways | dir | |
2017-06-23 | linux: update rt-patch for 4.4/4.9/rpi-git, update 4.11.x kernel | Waldemar Brodkorb | |
2017-06-23 | Revert "Add info-target to print out some OpenADK variables in machine ↵ | Waldemar Brodkorb | |
readable ways" This reverts commit 0ce8ada61eadc678f01700fc9811307cfb23eaa1. | |||
2017-06-21 | Add info-target to print out some OpenADK variables in machine readable ways | dir | |
2017-06-15 | linux: update 4.4.x/4.9.x/4.11.x kernel | Waldemar Brodkorb | |
2017-06-07 | linux: update to 4.9.31/4.11.4 | Waldemar Brodkorb | |
2017-05-26 | linux: update 4.4.x, 4.9.x, 4.11.x kernel | Waldemar Brodkorb | |
2017-05-20 | linux: remove EOL kernel 3.12 | Waldemar Brodkorb | |
2017-05-19 | linux: update 4.9.x kernel, disable avr32 for latest kernel versions | Waldemar Brodkorb | |
2017-05-18 | linux: add 4.10 kernel | Waldemar Brodkorb | |
2017-05-08 | kernel: add 4.11 support | Waldemar Brodkorb | |
2017-04-23 | fix build on Cygwin | Waldemar Brodkorb | |
2017-04-23 | Fix UBIFS rootfs support for rb532 | Phil Sutter | |
This fixes a typo and adds the missing ubinize.cfg. Fixes: 2d7388bc334dd ("Implement UBIFS rootfs support") | |||
2017-04-22 | fix debug builds | Waldemar Brodkorb | |
2017-04-19 | linux: update 3.2.x to 3.2.88 | Waldemar Brodkorb | |
2017-04-19 | linux: update 3.10.x to 3.10.105 | Waldemar Brodkorb | |
2017-04-19 | linux: update 3.12.x to 3.12.73 | Waldemar Brodkorb | |
2017-04-19 | linux: remove EOL 3.18.x, add LTS 3.16.x | Waldemar Brodkorb | |
2017-04-19 | linux: update 4.1.x to 4.1.39 including rt-patch | Waldemar Brodkorb | |
2017-04-18 | linux: update to 4.4.x to 4.4.62 | Waldemar Brodkorb | |
2017-04-17 | linux: update to 4.9.22 | Waldemar Brodkorb | |
2017-04-11 | Fix CXX variable when using ccache | csk | |
2017-04-02 | kernel modules: handle missing -fhonour-copts | Waldemar Brodkorb | |
2017-04-02 | linux: update to 4.4.59 | Waldemar Brodkorb | |
2017-04-02 | linux: update to 4.9.20 | Waldemar Brodkorb | |
2017-03-31 | linux: fix git sources, match kernel version to avoid kernel module mismatches | Waldemar Brodkorb | |
2017-03-28 | Darwin: host-tools shouldn't use -rpath | Waldemar Brodkorb | |
2017-03-26 | try to download git archives from backup site first, remove big .git dir ↵ | Waldemar Brodkorb | |
before packing tarball | |||
2017-03-26 | git clone more verbose | Waldemar Brodkorb | |
2017-03-26 | need KARCH for make kernelconfig | Waldemar Brodkorb | |
2017-03-25 | linux: update to 4.4.56 | Waldemar Brodkorb | |
2017-03-22 | Introduce CCACHE-less compiler variables and use for building with cmake | dir | |
2017-03-22 | Allow for local git repos | dir | |
2017-03-22 | linux: update to 4.9.16 | Waldemar Brodkorb | |
2017-03-21 | rework kernel build process, changes to kernelconfig are reflected now | Waldemar Brodkorb | |
Cleanup the package directory which is always used as intermediate step to build in the default some xz compressed archives with all package data. While reconfiguring the kernel mini.config or custom config changes to the firmware did not happen always. Some targets where redundant and the install step tries to compile, too. Be more quiet with any cpio usage. | |||
2017-03-17 | llvm: update to 4.0.0, allow to compile musl with it | Waldemar Brodkorb | |
2017-03-17 | drop yaffs2 support | Waldemar Brodkorb | |
Yaffs2 is not upstream and does not work with newer 4.x Linux kernels. We like to switch to UBIFS for any embedded devices with NAND. Routerboards can be used with some application, which generates a YAFFS2 image including a Linux kernel, without any YAFFS2 filesystem support in the kernel on the host or target. | |||
2017-03-17 | Implement UBIFS rootfs support | Phil Sutter | |
This implements UBIFS rootfs, enables it for mips targets and adds the necessary settings for rb532. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2017-03-17 | mk/host-bottom: Introduce HOST_INSTALL_STYLE | Phil Sutter | |
This is helpful when a package could use HOST_STYLE=auto but doesn't provide an install target. In that case, one can now set | HOST_STYLE=auto | HOST_INSTALL_STYLE=manual and define a custom host-install target while still making use of the auto targets for anything else. Signed-off-by: Phil Sutter <phil@nwl.cc> |