summaryrefslogtreecommitdiffstats
path: root/target/linux/uml/config
Commit message (Collapse)AuthorAgeFilesLines
* 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