Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
misc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
misc
Commits
62cadc51
Commit
62cadc51
authored
Oct 19, 2014
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mini64: +ext4 +ipv6 +namespaces (and in particular +userns)
parent
fb493703
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
45 additions
and
9 deletions
+45
-9
mini64.conf
mini64.conf
+45
-9
No files found.
mini64.conf
View file @
62cadc51
...
...
@@ -49,7 +49,7 @@ CONFIG_BUILDTIME_EXTABLE_SORT=y
CONFIG_INIT_ENV_ARG_LIMIT
=
32
CONFIG_CROSS_COMPILE
=
""
# CONFIG_COMPILE_TEST is not set
CONFIG_LOCALVERSION
=
"-
netmini64+cgroups
"
CONFIG_LOCALVERSION
=
"-
mini64
"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_HAVE_KERNEL_GZIP
=
y
CONFIG_HAVE_KERNEL_BZIP2
=
y
...
...
@@ -158,7 +158,12 @@ CONFIG_FAIR_GROUP_SCHED=y
CONFIG_BLK_CGROUP
=
y
# CONFIG_DEBUG_BLK_CGROUP is not set
# CONFIG_CHECKPOINT_RESTORE is not set
# CONFIG_NAMESPACES is not set
CONFIG_NAMESPACES
=
y
CONFIG_UTS_NS
=
y
CONFIG_IPC_NS
=
y
CONFIG_USER_NS
=
y
CONFIG_PID_NS
=
y
CONFIG_NET_NS
=
y
# CONFIG_SCHED_AUTOGROUP is not set
# CONFIG_SYSFS_DEPRECATED is not set
CONFIG_RELAY
=
y
...
...
@@ -565,7 +570,11 @@ CONFIG_PACKET=y
# CONFIG_PACKET_DIAG is not set
CONFIG_UNIX
=
y
# CONFIG_UNIX_DIAG is not set
CONFIG_XFRM
=
y
# CONFIG_XFRM_USER is not set
# CONFIG_XFRM_SUB_POLICY is not set
# CONFIG_XFRM_MIGRATE is not set
# CONFIG_XFRM_STATISTICS is not set
# CONFIG_NET_KEY is not set
CONFIG_INET
=
y
CONFIG_IP_MULTICAST
=
y
...
...
@@ -577,7 +586,7 @@ CONFIG_IP_ROUTE_VERBOSE=y
# CONFIG_IP_PNP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE_DEMUX is not set
# CONFIG_NET_IP_TUNNEL is not set
CONFIG_NET_IP_TUNNEL
=
y
# CONFIG_IP_MROUTE is not set
CONFIG_SYN_COOKIES
=
y
# CONFIG_NET_UDP_TUNNEL is not set
...
...
@@ -585,7 +594,7 @@ CONFIG_SYN_COOKIES=y
# CONFIG_INET_ESP is not set
# CONFIG_INET_IPCOMP is not set
# CONFIG_INET_XFRM_TUNNEL is not set
# CONFIG_INET_TUNNEL is not set
CONFIG_INET_TUNNEL
=
y
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
# CONFIG_INET_XFRM_MODE_BEET is not set
...
...
@@ -597,7 +606,27 @@ CONFIG_INET_TCP_DIAG=y
CONFIG_TCP_CONG_CUBIC
=
y
CONFIG_DEFAULT_TCP_CONG
=
"cubic"
# CONFIG_TCP_MD5SIG is not set
# CONFIG_IPV6 is not set
CONFIG_IPV6
=
y
# CONFIG_IPV6_ROUTER_PREF is not set
# CONFIG_IPV6_OPTIMISTIC_DAD is not set
# CONFIG_INET6_AH is not set
# CONFIG_INET6_ESP is not set
# CONFIG_INET6_IPCOMP is not set
# CONFIG_IPV6_MIP6 is not set
# CONFIG_INET6_XFRM_TUNNEL is not set
# CONFIG_INET6_TUNNEL is not set
CONFIG_INET6_XFRM_MODE_TRANSPORT
=
y
CONFIG_INET6_XFRM_MODE_TUNNEL
=
y
CONFIG_INET6_XFRM_MODE_BEET
=
y
# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
# CONFIG_IPV6_VTI is not set
CONFIG_IPV6_SIT
=
y
# CONFIG_IPV6_SIT_6RD is not set
CONFIG_IPV6_NDISC_NODETYPE
=
y
# CONFIG_IPV6_TUNNEL is not set
# CONFIG_IPV6_GRE is not set
# CONFIG_IPV6_MULTIPLE_TABLES is not set
# CONFIG_IPV6_MROUTE is not set
# CONFIG_NETWORK_SECMARK is not set
# CONFIG_NET_PTP_CLASSIFY is not set
# CONFIG_NETWORK_PHY_TIMESTAMPING is not set
...
...
@@ -623,6 +652,7 @@ CONFIG_LLC=y
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_PHONET is not set
# CONFIG_6LOWPAN is not set
# CONFIG_IEEE802154 is not set
# CONFIG_NET_SCHED is not set
# CONFIG_DCB is not set
...
...
@@ -2498,9 +2528,15 @@ CONFIG_EXT2_FS=y
CONFIG_EXT3_FS
=
y
# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
# CONFIG_EXT3_FS_XATTR is not set
# CONFIG_EXT4_FS is not set
CONFIG_EXT4_FS
=
y
# CONFIG_EXT4_FS_POSIX_ACL is not set
# CONFIG_EXT4_FS_SECURITY is not set
# CONFIG_EXT4_DEBUG is not set
CONFIG_JBD
=
y
# CONFIG_JBD_DEBUG is not set
CONFIG_JBD2
=
y
# CONFIG_JBD2_DEBUG is not set
CONFIG_FS_MBCACHE
=
y
# CONFIG_REISERFS_FS is not set
# CONFIG_JFS_FS is not set
# CONFIG_XFS_FS is not set
...
...
@@ -2887,7 +2923,7 @@ CONFIG_CRYPTO_ALGAPI2=y
CONFIG_CRYPTO_AEAD2
=
y
CONFIG_CRYPTO_BLKCIPHER
=
m
CONFIG_CRYPTO_BLKCIPHER2
=
y
CONFIG_CRYPTO_HASH
=
m
CONFIG_CRYPTO_HASH
=
y
CONFIG_CRYPTO_HASH2
=
y
CONFIG_CRYPTO_RNG2
=
y
CONFIG_CRYPTO_PCOMP2
=
y
...
...
@@ -2932,7 +2968,7 @@ CONFIG_CRYPTO_HMAC=m
#
# Digest
#
# CONFIG_CRYPTO_CRC32C is not set
CONFIG_CRYPTO_CRC32C
=
y
# CONFIG_CRYPTO_CRC32C_INTEL is not set
# CONFIG_CRYPTO_CRC32 is not set
# CONFIG_CRYPTO_CRC32_PCLMUL is not set
...
...
@@ -3027,7 +3063,7 @@ CONFIG_PERCPU_RWSEM=y
CONFIG_ARCH_USE_CMPXCHG_LOCKREF
=
y
CONFIG_ARCH_HAS_FAST_MULTIPLIER
=
y
CONFIG_CRC_CCITT
=
m
# CONFIG_CRC16 is not set
CONFIG_CRC16
=
y
# CONFIG_CRC_T10DIF is not set
CONFIG_CRC_ITU_T
=
y
CONFIG_CRC32
=
y
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment