aboutsummaryrefslogtreecommitdiffstats
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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48265 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uml: update to linux 4.1Felix Fietkau2015-09-272-42/+53
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47061 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uml: disable ext2/ext3 filesystem support (ext4 is enough)Felix Fietkau2015-09-242-4/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47031 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uml: bump to 3.18Nicolas Thill2015-03-221-0/+3
| | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44937 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44613 3c298f89-4303-0410-b956-a3cf2f4a3e73
* target/uml: add missing config symbolsNicolas Thill2015-01-112-0/+2
| | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43940 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41172 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [uml] add 3.3 supportFlorian Fainelli2012-04-232-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31445 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [uml] add support for 3.2Florian Fainelli2012-03-171-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30961 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uml: add some missing optionsHauke Mehrtens2011-08-061-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27921 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [uml] update to 2.6.38Florian Fainelli2011-05-022-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26803 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [uml] add 2.6.37 supportFlorian Fainelli2011-02-122-84/+91
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25484 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable crash logging for uml, it cannot possibly work there anywayFelix Fietkau2010-07-212-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22326 3c298f89-4303-0410-b956-a3cf2f4a3e73
* target/uml: add missing CONFIG_MATOM config symbolNicolas Thill2010-05-121-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21434 3c298f89-4303-0410-b956-a3cf2f4a3e73
* target/uml: fix host processor type selection on x86_64 (proper fix for [13166])Nicolas Thill2010-05-021-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21318 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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]) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20136 3c298f89-4303-0410-b956-a3cf2f4a3e73
* another round of kernel config cleanupsImre Kaloz2009-11-112-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18370 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [uml] bump to 2.6.30.4, apply fix from [15119] to x86_64Nicolas Thill2009-08-162-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17285 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add missing config symbol when building uml on amd64 hosts, it would keep ↵Florian Fainelli2008-11-091-0/+1
| | | | | | asking for host machine type git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13166 3c298f89-4303-0410-b956-a3cf2f4a3e73
* set reasonable generic CRYPTO_ config entries for 2.6.26Nicolas Thill2008-08-211-3/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12362 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add missing kernel configuration options since the SLUB allocator switchFlorian Fainelli2008-08-072-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12235 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Resynced x86_64 kernel config for umlFlorian Fainelli2008-07-271-0/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11962 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Resync some kernel configuration optionsFlorian Fainelli2008-07-262-2/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11941 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Disable NFS_ACL support in the UML config, other platforms do not have it as ↵Florian Fainelli2008-07-222-12/+0
| | | | | | well git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11905 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update uml to 2.6.25.10Florian Fainelli2008-07-061-7/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11686 3c298f89-4303-0410-b956-a3cf2f4a3e73
* properly disable CONFIG_CRYPTO_HWNicolas Thill2008-04-271-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10952 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update uml to 2.6.24 (i386 only for now)Nicolas Thill2008-02-061-13/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10404 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8653 3c298f89-4303-0410-b956-a3cf2f4a3e73