博客
关于我
04全志R58平台编译内核需要选择的配置(Android4.4.2)
阅读量:210 次
发布时间:2019-02-28

本文共 4291 字,大约阅读时间需要 14 分钟。

04全志R58平台编译内核需要选择的配置

2018/11/6 14:19

版本:V1.0
开发板:SC5806

1、系统编译:

每次系统编译/内核的时候都需要选3次N:
Xtables matches
addrtype address type match support (NETFILTER_XT_MATCH_ADDRTYPE) [N/m/y/?] n
cluster match support (NETFILTER_XT_MATCH_CLUSTER) [N/m/y/?] n
comment match support (NETFILTER_XT_MATCH_COMMENT) [Y/n/m/?] y
connbytes per-connection counter match support (NETFILTER_XT_MATCH_CONNBYTES) [N/m/y/?] n
connlimit match support" (NETFILTER_XT_MATCH_CONNLIMIT) [Y/n/m/?] y
connmark connection mark match support (NETFILTER_XT_MATCH_CONNMARK) [Y/n/m/?] y
conntrack connection tracking match support (NETFILTER_XT_MATCH_CONNTRACK) [Y/n/m/?] y
cpu match support (NETFILTER_XT_MATCH_CPU) [N/m/y/?] n
dccp protocol match support (NETFILTER_XT_MATCH_DCCP) [N/m/y/?] n
devgroup match support (NETFILTER_XT_MATCH_DEVGROUP) [N/m/y/?] n
dscp and tos match support (NETFILTER_XT_MATCH_DSCP) [N/m/y/?] n
ecn match support (NETFILTER_XT_MATCH_ECN) [Y/?] y
esp match support (NETFILTER_XT_MATCH_ESP) [N/m/y/?] n
hashlimit match support (NETFILTER_XT_MATCH_HASHLIMIT) [Y/n/m/?] y
helper match support (NETFILTER_XT_MATCH_HELPER) [Y/n/m/?] y
hl hoplimit/TTL match support (NETFILTER_XT_MATCH_HL) [Y/?] y
iprange address range match support (NETFILTER_XT_MATCH_IPRANGE) [Y/n/m/?] y
layer7 match support (NETFILTER_XT_MATCH_LAYER7) [N/m/y/?] n
length match support (NETFILTER_XT_MATCH_LENGTH) [Y/n/m/?] y
limit match support (NETFILTER_XT_MATCH_LIMIT) [Y/n/m/?] y
mac address match support (NETFILTER_XT_MATCH_MAC) [Y/n/m/?] y
mark match support (NETFILTER_XT_MATCH_MARK) [Y/n/m/?] y
multiport Multiple port match support (NETFILTER_XT_MATCH_MULTIPORT) [N/m/y/?] n
nfacct match support (NETFILTER_XT_MATCH_NFACCT) [N/m/y/?] n
osf Passive OS fingerprint match (NETFILTER_XT_MATCH_OSF) [N/m/y/?] n
owner match support (NETFILTER_XT_MATCH_OWNER) [N/m/y/?] n
ipsec policy match support (NETFILTER_XT_MATCH_POLICY) [Y/n/m/?] y
pkttype packet type match support (NETFILTER_XT_MATCH_PKTTYPE) [Y/n/m/?] y
quota, tag, owner match and stats support (NETFILTER_XT_MATCH_QTAGUID) [Y/n/?] y
quota match support (NETFILTER_XT_MATCH_QUOTA) [Y/n/m/?] y
quota2 match support (NETFILTER_XT_MATCH_QUOTA2) [Y/n/m/?] y
quota2 Netfilter LOG support (NETFILTER_XT_MATCH_QUOTA2_LOG) [Y/n/?] y
rateest match support (NETFILTER_XT_MATCH_RATEEST) [N/m/y/?] n
realm match support (NETFILTER_XT_MATCH_REALM) [N/m/y/?] n
recent match support (NETFILTER_XT_MATCH_RECENT) [N/m/y/?] n
sctp protocol match support (EXPERIMENTAL) (NETFILTER_XT_MATCH_SCTP) [N/m/y/?] n
socket match support (EXPERIMENTAL) (NETFILTER_XT_MATCH_SOCKET) [Y/n/m/?] y
state match support (NETFILTER_XT_MATCH_STATE) [Y/n/m/?] y
statistic match support (NETFILTER_XT_MATCH_STATISTIC) [Y/n/m/?] y
string match support (NETFILTER_XT_MATCH_STRING) [Y/n/m/?] y
tcpmss match support (NETFILTER_XT_MATCH_TCPMSS) [N/m/y/?] n
time match support (NETFILTER_XT_MATCH_TIME) [Y/n/m/?] y
u32 match support (NETFILTER_XT_MATCH_U32) [Y/n/m/?] y

2、尝试在配置文件中关闭:

W:\r58_android_v4.4\lichee\linux-3.4\arch\arm\configs\sun8iw6p1smp_android_defconfig

Automatically generated file; DO NOT EDIT.

Linux/arm 3.4.39 Kernel Configuration

RCU Subsystem

CONFIG_TREE_PREEMPT_RCU=y

CONFIG_PREEMPT_RCU=y
CONFIG_RCU_FANOUT=32

CONFIG_RCU_FANOUT_EXACT is not set

CONFIG_RCU_FAST_NO_HZ is not set

CONFIG_TREE_RCU_TRACE is not set

CONFIG_RCU_BOOST is not set

CONFIG_IKCONFIG is not set

CONFIG_LOG_BUF_SHIFT=16

修改为:
CONFIG_LOG_BUF_SHIFT=18
CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y

File systems

CONFIG_EXT2_FS=y

CONFIG_EXT2_FS_XATTR is not set

CONFIG_EXT2_FS_XIP is not set

CONFIG_EXT3_FS is not set

CONFIG_EXT4_FS=y

CONFIG_EXT4_USE_FOR_EXT23=y
CONFIG_EXT4_FS_XATTR=y

CONFIG_EXT4_FS_POSIX_ACL is not set

CONFIG_EXT4_FS_SECURITY=y

CONFIG_EXT4_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

CONFIG_GFS2_FS is not set

CONFIG_BTRFS_FS is not set

CONFIG_NILFS2_FS is not set

CONFIG_FS_POSIX_ACL=y

CONFIG_FILE_LOCKING=y
CONFIG_FSNOTIFY=y
CONFIG_DNOTIFY=y
CONFIG_INOTIFY_USER=y
CONFIG_FANOTIFY=y

CONFIG_FANOTIFY_ACCESS_PERMISSIONS is not set

CONFIG_QUOTA is not set

CONFIG_QUOTACTL is not set

CONFIG_AUTOFS4_FS is not set

CONFIG_FUSE_FS=y

CONFIG_OVERLAYFS_FS is not set

CONFIG_CUSE=y

CONFIG_GENERIC_ACL=y

之后即可和git服务器同步了。

转载地址:http://bgdp.baihongyu.com/

你可能感兴趣的文章
Nginx 的配置文件中的 keepalive 介绍
查看>>
nginx 配置 单页面应用的解决方案
查看>>
nginx 配置~~~本身就是一个静态资源的服务器
查看>>
Nginx下配置codeigniter框架方法
查看>>
nginx添加模块与https支持
查看>>
Nginx的Rewrite正则表达式,匹配非某单词
查看>>
Nginx的使用总结(一)
查看>>
Nginx的是什么?干什么用的?
查看>>
Nginx访问控制_登陆权限的控制(http_auth_basic_module)
查看>>
nginx负载均衡的五种算法
查看>>
Nginx配置ssl实现https
查看>>
Nginx配置TCP代理指南
查看>>
Nginx配置代理解决本地html进行ajax请求接口跨域问题
查看>>
Nginx配置参数中文说明
查看>>
Nio ByteBuffer组件读写指针切换原理与常用方法
查看>>
NIO Selector实现原理
查看>>
NISP一级,NISP二级报考说明,零基础入门到精通,收藏这篇就够了
查看>>
NI笔试——大数加法
查看>>
NLP 基于kashgari和BERT实现中文命名实体识别(NER)
查看>>
NMAP网络扫描工具的安装与使用
查看>>