Commit Graph

28 Commits (40a7e761a008ab11f65f32db1022f4d8139527bb)

Author SHA1 Message Date
Daniel Golle 40a7e761a0 uml: remove CONFIG_LEGACY_PTY from kernel config
Having legacy PTYs enabled causes problems with procd-hotplug.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit dcf48fda05)
4 years ago
Hauke Mehrtens 75eb8a146d kernel: Deactivate CONFIG_BINFMT_MISC
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>
5 years ago
Felix Fietkau e34ea1b4ff kernel: add CONFIG_CC_OPTIMIZE_FOR_* to the default config
Avoid repeating them in the target config, they are overwritten by
top-level menuconfig anyway

Signed-off-by: Felix Fietkau <nbd@nbd.name>
6 years ago
Felix Fietkau 6bf3a86ed6 uml: update to linux 4.14
Signed-off-by: Felix Fietkau <nbd@nbd.name>
6 years ago
Felix Fietkau 426e4d93bb uml: clean up the kernel config and add squashfs+ext4/f2fs support
Replaces plain ext4 images

Signed-off-by: Felix Fietkau <nbd@nbd.name>
8 years ago
Felix Fietkau cad399c87b uml: update to linux 4.4
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 48265
8 years ago
Felix Fietkau 110a74dd71 uml: update to linux 4.1
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 47061
9 years ago
Felix Fietkau c8f0290651 uml: disable ext2/ext3 filesystem support (ext4 is enough)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 47031
9 years ago
Nicolas Thill 577da84c25 uml: bump to 3.18
Signed-off-by: Nicolas Thill <nico@openwrt.org>

SVN-Revision: 44937
9 years ago
John Crispin fa097e5ae5 kernel: disbale HAMRADIO in generic config
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
9 years ago
Nicolas Thill edacde5042 target/uml: add missing config symbols
Signed-off-by: Nicolas Thill <nico@openwrt.org>

SVN-Revision: 43940
9 years ago
Steven Barth 285af2ff08 Update UML target to 3.10 and various improvements
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
10 years ago
Florian Fainelli 5eeee1f80e add 3.3 support
SVN-Revision: 31445
12 years ago
Florian Fainelli 6e2c0fbe9f add support for 3.2
SVN-Revision: 30961
12 years ago
Hauke Mehrtens a1d5ad7655 uml: add some missing options
SVN-Revision: 27921
13 years ago
Florian Fainelli a18ec3c37e update to 2.6.38
SVN-Revision: 26803
13 years ago
Florian Fainelli b8b0e43cd5 add 2.6.37 support
SVN-Revision: 25484
13 years ago
Felix Fietkau 91edb99017 disable crash logging for uml, it cannot possibly work there anyway
SVN-Revision: 22326
14 years ago
Nicolas Thill 6d277230cf target/uml: fix host processor type selection on x86_64 (proper fix for [13166])
SVN-Revision: 21318
14 years ago
Nicolas Thill e1863691d9 do *not* enable CONFIG_PCI in generic config, but on targets where it makes sense instead (partially revert [18370])
SVN-Revision: 20136
14 years ago
Imre Kaloz 1d62d9a95c another round of kernel config cleanups
SVN-Revision: 18370
15 years ago
Nicolas Thill 0eeb0d3c2f bump to 2.6.30.4, apply fix from [15119] to x86_64
SVN-Revision: 17285
15 years ago
Florian Fainelli 6ba224a039 Add missing config symbol when building uml on amd64 hosts, it would keep asking for host machine type
SVN-Revision: 13166
16 years ago
Florian Fainelli 91bec65028 Add missing kernel configuration options since the SLUB allocator switch
SVN-Revision: 12235
16 years ago
Florian Fainelli d610ea58d0 Resynced x86_64 kernel config for uml
SVN-Revision: 11962
16 years ago
Florian Fainelli 33ae24f5b5 Resync some kernel configuration options
SVN-Revision: 11941
16 years ago
Florian Fainelli 58a0fd47b2 Disable NFS_ACL support in the UML config, other platforms do not have it as well
SVN-Revision: 11905
16 years ago
Felix Fietkau 56231056ea strip the kernel version suffix from target directories, except for brcm-2.4 (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
17 years ago