summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.fs
AgeCommit message (Collapse)Author
2024-02-12btrfs-progs: new packageWaldemar Brodkorb
2021-11-01target: linux: config: Export CONFIG_OVERLAY_FSPhil Sutter
Signed-off-by: Phil Sutter <phil@nwl.cc>
2018-03-07add support for walduxWaldemar Brodkorb
2017-10-07kernel: add filesystem optionsWaldemar Brodkorb
2017-10-06nds32: update toolchain and kernelWaldemar Brodkorb
2017-03-17drop yaffs2 supportWaldemar 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-17target/linux/config: Allow enabling UBIFS supportPhil Sutter
Signed-off-by: Phil Sutter <phil@nwl.cc>
2016-11-25finalize systemd as alternative init systemWaldemar Brodkorb
Most important is the fix in patch-src_journal_journald-server_c, which breaks startup of systemd-journald when code is compiled with -DNDEBUG. A lot of base-files reorganizing to only install required files on sysv systems.
2016-09-27aufs: remove support, we need a maintainer for this external patch, anyone?Waldemar Brodkorb
2015-12-28always enable file locking, to much testsuite failures without itWaldemar Brodkorb
2015-12-28add missing kernel symbolWaldemar Brodkorb
2015-12-26qemu-arm-vexpress: start working on flash supportWaldemar Brodkorb
2015-12-24inotify is always required for MMU buildsWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2015-12-23optimize for really small systemsWaldemar Brodkorb
Default to busybox hush for noMMU systems. Add busybox profiles to choose a minimal busybox config for noMMU systems. Add gdb git from ysato for h8/300 simulator. Change some kernel defaults to off to have a really small kernel. For bfin simulator the kernel+initramfs is smaller then 2MB in size.
2015-12-03BLOCK is required for filesystemsWaldemar Brodkorb
2015-10-22add aufs patch for 4.1.xWaldemar Brodkorb
2015-10-11add license headerWaldemar Brodkorb
2015-08-27add partition types, cleanup fsnetWaldemar Brodkorb
2015-08-27cleanup Kconfig filesystem stuffWaldemar Brodkorb
2015-03-02default m approach for selecting kernel stuff by packages does not work ↵Waldemar Brodkorb
well. remove it for now
2015-02-09add basic support for raspberry pi2Waldemar Brodkorb
Introduce new board symbols for embedded systems, which use the similar board as basis. As for example raspberry pi and raspberry pi2. And some more updates: Update binutils to 2.25, set gcc 4.9.2 as default. Update glibc to 2.21, set as default. Update gdb to 7.8.2. Update kodi to latest release.
2014-07-30enable inotify by default. uClibc test failure fix. it is useful anyway. can ↵Waldemar Brodkorb
be disabled to save space
2014-07-07fix xfs module loadingWaldemar Brodkorb
2014-06-24update to latest stable versionWaldemar Brodkorb
2014-06-18target/linux/config: FS_MBCACHE is only needed for extended attributesPhil Sutter
Signed-off-by: Phil Sutter <phil@nwl.cc>
2014-06-04fix some crypot dependencies, add experimental btrfs supportWaldemar Brodkorb
2014-06-03fixup crypto dependencies for ext4Waldemar Brodkorb
2014-05-22fix ext4 when choosen as moduleWaldemar Brodkorb
2014-05-17bump lts kernels, add yaffs2 kernel patchWaldemar Brodkorb
2014-05-17add yaffs2 for 3.15, fix 3.14.4 patchWaldemar Brodkorb
2014-05-14add yaffs2 kernel patch, added three openwrt patches on topWaldemar Brodkorb
2014-05-13some kernel abstraction layer fixes, partially for ibm x40 bootupWaldemar Brodkorb
2014-05-13resolve merge conflictWaldemar Brodkorb
2014-05-07ntfs-3g can coexist with ntfsWaldemar Brodkorb
2014-04-28more dot squashingWaldemar Brodkorb
2014-04-06CONFIG_BLOCK is always onWaldemar Brodkorb
2014-04-02remove some unsupported root filesystems, use archive and install/create ↵Waldemar Brodkorb
scripts instead
2014-03-23Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-23fix commentWaldemar Brodkorb
2014-03-22remove debug symbolWaldemar Brodkorb
2014-03-22a bunch of microblaze fixesWaldemar Brodkorb
2014-03-14Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
update Xorg / Mesa Conflicts: TODO
2014-01-16good bye cris, hardware is eol, latest toolchain is broken, qemu emulator ↵Waldemar Brodkorb
support is bad, kernel needs patches for serial and network
2014-01-16good bye avr32, bad toolchain support, hardware is eol and no qemu emulator ↵Waldemar Brodkorb
available
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
2013-12-17fix vfat support, use correct codepage and iocharsetWaldemar Brodkorb
2013-12-15need to merge third patch from Phil manually. disable on non Linux hostsWaldemar Brodkorb
2013-10-03update samba to latest version, use stub gettext-tiny; use utf8 charset by ↵Waldemar Brodkorb
default for vfat
2013-07-09only support ext4 kernel support for rootfs, I can not get ext2 rootfs ↵Waldemar Brodkorb
working on the rpi
2013-06-28need BLOCK for filesystemsWaldemar Brodkorb