summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny/net.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny/net.cfg')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny/net.cfg26
1 files changed, 0 insertions, 26 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny/net.cfg b/meta/recipes-kernel/linux/linux-yocto-tiny/net.cfg
deleted file mode 100644
index ab6d1eed56..0000000000
--- a/meta/recipes-kernel/linux/linux-yocto-tiny/net.cfg
+++ /dev/null
@@ -1,26 +0,0 @@
1# +246k bzImage
2
3# Basic socket support
4CONFIG_NET=y
5CONFIG_UNIX=y
6CONFIG_NETWORK_FILESYSTEMS=y
7CONFIG_NLATTR=y
8
9# INET TCP/IP
10CONFIG_INET=y
11CONFIG_TCP_CONG_CUBIC=y
12CONFIG_DEFAULT_TCP_CONG="cubic"
13
14# Disable certain new defaults
15# bzImage ~ -200k
16# Using allnoconfig internally would eliminate the need for this
17# CONFIG_XFRM is not set
18# CONFIG_IPV6 is not set
19# CONFIG_WIRELESS is not set
20# CONFIG_IPCOMP_XFRM is not set
21# IPSEC
22# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
23# CONFIG_INET_XFRM_MODE_TUNNEL is not set
24# CONFIG_INET_XFRM_MODE_BEET is not set
25#
26# CONFIG_INET_DIAG is not set