aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/uml/config
Commit message (Collapse)AuthorAgeFilesLines
* kernel: Remove 2FS_FS_XATTR and F2FS_STAT_FS symbols from target configsHauke Mehrtens2020-10-112-2/+0
| | | | | | | This config option was moved to the generic kernel configuration. Fixes: ab1bd576562b ("kernel: move F2FS_FS_XATTR and F2FS_STAT_FS symbols to generic") Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* kernel: clean up XATTR config symbolsPaul Spooren2020-10-092-2/+0
| | | | | | | | | | | | | Extended attributes are required for overlayfs and have hence been long ago enabled for jffs2, but should be enabled unconditionally for all other filesystems which may potentially serve as overlayfs' upper directory. Previously it was inconsistently added in multiple targets. Add symbols to generic kernel config and remove all *_XATTR symbols from target configs. Signed-off-by: Paul Spooren <mail@aparcar.org> [keep things as they are for squashfs, improve commit message] Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* uml: update to linux 5.4Felix Fietkau2020-08-222-112/+63
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* uml: remove CONFIG_LEGACY_PTY from kernel configDaniel Golle2019-12-092-4/+0
| | | | | | Having legacy PTYs enabled causes problems with procd-hotplug. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* kernel: Deactivate CONFIG_BINFMT_MISCHauke Mehrtens2019-05-111-1/+0
| | | | | | | | | | CONFIG_BINFMT_MISC allows it to add support for new executable formats to the kernel from user space, the kernel will then detect for example a java binary and call the java execution program automatically. I am not aware that this feature is used in OpenWrt and this could be used to exploit something. Deactivate it for all targets for now. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* kernel: add CONFIG_CC_OPTIMIZE_FOR_* to the default configFelix Fietkau2018-10-152-4/+0
| | | | | | | Avoid repeating them in the target config, they are overwritten by top-level menuconfig anyway Signed-off-by: Felix Fietkau <nbd@nbd.name>
* uml: update to linux 4.14Felix Fietkau2018-09-292-13/+30
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* uml: clean up the kernel config and add squashfs+ext4/f2fs supportFelix Fietkau2016-11-242-17/+15
| | | | | | Replaces plain ext4 images Signed-off-by: Felix Fietkau <nbd@nbd.name>
* uml: update to linux 4.4Felix Fietkau2016-01-172-7/+6
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48265
* uml: update to linux 4.1Felix Fietkau2015-09-272-42/+53
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47061
* uml: disable ext2/ext3 filesystem support (ext4 is enough)Felix Fietkau2015-09-242-4/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47031
* uml: bump to 3.18Nicolas Thill2015-03-221-0/+3
| | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 44937
* kernel: disbale HAMRADIO in generic configJohn Crispin2015-03-062-2/+0
| | | | | | | | | | | | | | | HAMRADIO enabled in all generic configs, but no one platform directly use related drivers/protocols. This symbol is only used for kmod-ax25 package modules. Furthermore, half of platforms explicitly disables this symbol, what silently disables build of modules for kmod-ax25 package. So disable HAMRADIO by-default in generic config, add it to kmod-ax25 package and remove it from platform specific configs. Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> SVN-Revision: 44613
* target/uml: add missing config symbolsNicolas Thill2015-01-112-0/+2
| | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 43940
* Update UML target to 3.10 and various improvementsSteven Barth2014-06-121-20/+29
| | | | | | | | | | | Updated target to 3.10.36. Added mconsole exec patch. Added pseudo-random MAC patch (from NetKit). Signed-off-by: Markus Stenberg <markus.stenberg@iki.fi> Reviewed-by: Steven Barth <steven@midlink.org> SVN-Revision: 41172
* add 3.3 supportFlorian Fainelli2012-04-232-0/+4
| | | | SVN-Revision: 31445
* add support for 3.2Florian Fainelli2012-03-171-0/+2
| | | | SVN-Revision: 30961
* uml: add some missing optionsHauke Mehrtens2011-08-061-1/+2
| | | | SVN-Revision: 27921
* update to 2.6.38Florian Fainelli2011-05-022-0/+2
| | | | SVN-Revision: 26803
* add 2.6.37 supportFlorian Fainelli2011-02-122-84/+91
| | | | SVN-Revision: 25484
* disable crash logging for uml, it cannot possibly work there anywayFelix Fietkau2010-07-212-0/+2
| | | | SVN-Revision: 22326
* target/uml: add missing CONFIG_MATOM config symbolNicolas Thill2010-05-121-0/+1
| | | | SVN-Revision: 21434
* target/uml: fix host processor type selection on x86_64 (proper fix for [13166])Nicolas Thill2010-05-021-1/+2
| | | | SVN-Revision: 21318
* do *not* enable CONFIG_PCI in generic config, but on targets where it makes ↵Nicolas Thill2010-03-112-2/+0
| | | | | | sense instead (partially revert [18370]) SVN-Revision: 20136
* another round of kernel config cleanupsImre Kaloz2009-11-112-0/+2
| | | | SVN-Revision: 18370
* bump to 2.6.30.4, apply fix from [15119] to x86_64Nicolas Thill2009-08-162-0/+3
| | | | SVN-Revision: 17285
* Add missing config symbol when building uml on amd64 hosts, it would keep ↵Florian Fainelli2008-11-091-0/+1
| | | | | | asking for host machine type SVN-Revision: 13166
* set reasonable generic CRYPTO_ config entries for 2.6.26Nicolas Thill2008-08-211-3/+0
| | | | SVN-Revision: 12362
* Add missing kernel configuration options since the SLUB allocator switchFlorian Fainelli2008-08-072-0/+4
| | | | SVN-Revision: 12235
* Resynced x86_64 kernel config for umlFlorian Fainelli2008-07-271-0/+7
| | | | SVN-Revision: 11962
* Resync some kernel configuration optionsFlorian Fainelli2008-07-262-2/+0
| | | | SVN-Revision: 11941
* Disable NFS_ACL support in the UML config, other platforms do not have it as ↵Florian Fainelli2008-07-222-12/+0
| | | | | | well SVN-Revision: 11905
* Update uml to 2.6.25.10Florian Fainelli2008-07-061-7/+14
| | | | SVN-Revision: 11686
* properly disable CONFIG_CRYPTO_HWNicolas Thill2008-04-271-1/+0
| | | | SVN-Revision: 10952
* update uml to 2.6.24 (i386 only for now)Nicolas Thill2008-02-061-13/+21
| | | | SVN-Revision: 10404
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-062-0/+283
(the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. SVN-Revision: 8653