summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.flash
AgeCommit message (Collapse)Author
2018-03-07add support for walduxWaldemar Brodkorb
2017-03-18remove warning while make menuconfigWaldemar Brodkorb
2017-03-17Implement UBIFS rootfs supportPhil 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>
2016-09-24grasshopper: move kernel symbols to target/linux/configWaldemar Brodkorb
2016-07-10add back some basic support for Foxboard-LX832Waldemar Brodkorb
2016-02-10more stuff for kinetis k70, kernel still does not workWaldemar Brodkorb
2015-12-28various small fixes, arm vexpress disk support is working nowWaldemar Brodkorb
2015-12-27various microblaze related fixes add back some missing patchesWaldemar Brodkorb
2015-12-26qemu-arm-vexpress: start working on flash supportWaldemar Brodkorb
2015-10-11style changes, boolean -> bool, no prompt where not strictly requiredWaldemar Brodkorb
2015-10-11add license headerWaldemar 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.
2014-07-25disable microblaze for uClibc*, fix flash boot related issuesWaldemar Brodkorb
2014-05-23rb532 fixesWaldemar Brodkorb
2014-05-23split targethelp from install targetWaldemar Brodkorb
cleanup target/*/Makefile stuff.
2014-05-17add flash driver to menuWaldemar Brodkorb
2014-05-17bump lts kernels, add yaffs2 kernel patchWaldemar Brodkorb
2014-04-06CONFIG_BLOCK is always onWaldemar Brodkorb
2014-03-23fix squashfs root for qemu-microblazeWaldemar Brodkorb
2014-03-22a bunch of microblaze fixesWaldemar Brodkorb
2014-03-16disable block driver for qemu emulators, can be activated via menuconfigWaldemar Brodkorb
2013-12-30default to 0Waldemar Brodkorb
2013-12-28convert microblaze to miniconfig kernel config generation, add support for ↵Waldemar Brodkorb
squashfs and jffs2 rootfs for qemu-microblaze, add support for both machine emulations
2012-01-17enable LZMA/BZIP2/LZO support for brcm, enable other flash types which ↵Waldemar Brodkorb
allows booting on Asus WL500gp with LZMA kernel (size 1.8 mb incl. base image)
2011-08-30add infrastructure for qemu-cris (still broken)Waldemar Brodkorb
2011-08-24sync patch with OpenWrt, combine both targets (rb411/rb433)Waldemar Brodkorb
2011-06-12update default kernel to 2.6.39Waldemar Brodkorb
2011-04-26add model support for broadcom devicesWaldemar Brodkorb
2010-12-30rework architecture / embedded systems conceptWaldemar Brodkorb
Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;)