summaryrefslogtreecommitdiff
path: root/target/config/Config.in.kernelcfg
AgeCommit message (Collapse)Author
2016-09-15beaglebone-black: add special linux-repo, add uEnv.txtWaldemar Brodkorb
2016-07-26depend on LinuxWaldemar Brodkorb
2016-07-11rework kernel patches for rpi/imx6Waldemar Brodkorb
Instead of trying to recreate patchsets for newer kernels just use upstream non-official kernel trees. Working on the patchsets does take to much time. You can choose between hardware specific github tree and defconfig or upstream kernel and OpenADK miniconfig.
2016-06-30add support for nds32 architectureWaldemar Brodkorb
Verified on a FPGA board sponsored by Andes Technology. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2016-05-18hide kernel configuration if no arch is choosenWaldemar Brodkorb
2016-05-14some basic qemu nios2 supportWaldemar Brodkorb
2016-05-05rpi: enable default kernel build from githubWaldemar Brodkorb
2016-04-01linux: update to 4.1.20, add solidrun patch for 4.4.6Waldemar Brodkorb
2015-10-23arc: add support for free nSIM simulator, thx to Alexey for hints to get it ↵Waldemar Brodkorb
running
2015-10-06fix rpi1 bootupWaldemar Brodkorb
2015-09-13sync with Xbian sources, at least console works again. kodi doesn't startupWaldemar Brodkorb
2015-09-12allow to use a defconfig, enable always experimental support in kernelWaldemar Brodkorb
2015-09-02refactor kernel mini.config.Waldemar Brodkorb
We do not need to manually set mini.config file anymore. Every target system, even Qemu emulating different models get it its own. Cleaner and simpler to add new targets.
2015-09-02allow to use linux defconfigs, needs more workWaldemar Brodkorb