summaryrefslogtreecommitdiff
path: root/target/mips/kernel
AgeCommit message (Collapse)Author
2017-01-14add basic SGI indy supportWaldemar Brodkorb
2016-06-04ci20 fixesWaldemar Brodkorb
2016-05-13fix building for imgtec ci20, add helper header for DarwinWaldemar Brodkorb
2016-03-07rework menu based config systemWaldemar Brodkorb
After the addition of bare metal toolchains the menu system allowed to create non-valid configurations. I reworked it so we can also add other operating system support if we wish. So first you choose your operating system, then your architecture and endianess, after that your embedded system, emulator or generic device and then you choose your task you want to run. Tasks may be toolchain, a new appliance/application or some preconfigured sets of packages and configurations as kodi, mpd, firefox and more. The tasks are limited to a plausible choice of hardware and software. Deduplicate CPU configuration. You don't wanna compile Kodi for a H8/300 microcontroller ;)
2015-11-11qemu-mips: cleanup kernel config, fix disk bootWaldemar Brodkorb
2015-09-17add 4.1.x patches for mikrotik-rb4xx, finetune mini.config, drivers should ↵Waldemar Brodkorb
go into target/linux/config
2015-09-09move serial to driver config, enable cmdlineWaldemar Brodkorb
2015-07-25add experimental imgtec ci20 supportWaldemar Brodkorb
2014-12-06add some basic untested dragino ms14s supportWaldemar Brodkorb
2014-06-18add support for mikrotik rb4xxPhil Sutter
Signed-off-by: Phil Sutter <phil@nwl.cc>
2014-05-23resolve merge conflictWaldemar Brodkorb
2014-05-13resolve merge conflictWaldemar Brodkorb
2014-05-09readd mikrotik rb532 supportWaldemar Brodkorb
2014-04-24pci is defaultWaldemar Brodkorb
2014-03-28kernel endianess is automatically choosenWaldemar Brodkorb
2014-03-17remove kernel choice, always use 64 bit for 64bit targetWaldemar Brodkorb
2014-03-17use gcc 4.7.3 for sparc, 4.8.2 breaks kernel bootup, minor cleanupWaldemar Brodkorb
2014-03-17optimize miniconfigs, enable netstuff by defaultWaldemar Brodkorb
2014-03-16disable block driver for qemu emulators, can be activated via menuconfigWaldemar Brodkorb
2014-03-12convert lemote yeelong to miniconfigWaldemar Brodkorb
2014-02-26fix disk bootupWaldemar Brodkorb
2014-01-06add full perl, first half of supported archsWaldemar Brodkorb