linux-postmarketos-qcom-sm6350: update waydroid opts (MR 3901)
This commit is contained in:
parent
647c4233a3
commit
d7ccebce2a
2 changed files with 15 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
_flavor="postmarketos-qcom-sm6350"
|
||||
pkgname=linux-$_flavor
|
||||
pkgver=6.2.1
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Mainline Kernel fork for SM6350 devices"
|
||||
arch="aarch64"
|
||||
_carch="arm64"
|
||||
|
@ -55,5 +55,5 @@ package() {
|
|||
|
||||
sha512sums="
|
||||
597e95f7faec52977a7c3232d7464ad8f16cbc6bd5f60c8d51b865e5d5acce8c2dfb672e3bfc098c44fd749118804bfd08ca530e8621e1c982ecd324de18ea18 linux-2f44774928675e8e291c0145984e0c17789bf7b4.tar.gz
|
||||
e50500690170459a17af7fcd6092f44661450e26e77a8ced9ad010bc70ee0521eb1142e1f6435a9fa86e19f600ec713ae0149f8fa7a9bda1ba51cd18fc5895d1 config-postmarketos-qcom-sm6350.aarch64
|
||||
3a30d70731a246eef1fae77cd3e6800454960cfe2417d07a9bc11a22317140b2e61854a6ca5a618674fc407c0e0d7fa4c553ce0d412757c2345b1879406ed301 config-postmarketos-qcom-sm6350.aarch64
|
||||
"
|
||||
|
|
|
@ -90,8 +90,10 @@ CONFIG_ARCH_WANT_DEFAULT_BPF_JIT=y
|
|||
#
|
||||
# BPF subsystem
|
||||
#
|
||||
# CONFIG_BPF_SYSCALL is not set
|
||||
CONFIG_BPF_SYSCALL=y
|
||||
# CONFIG_BPF_JIT is not set
|
||||
CONFIG_BPF_UNPRIV_DEFAULT_OFF=y
|
||||
# CONFIG_BPF_PRELOAD is not set
|
||||
# end of BPF subsystem
|
||||
|
||||
CONFIG_PREEMPT_NONE_BUILD=y
|
||||
|
@ -125,6 +127,8 @@ CONFIG_TREE_RCU=y
|
|||
# CONFIG_RCU_EXPERT is not set
|
||||
CONFIG_SRCU=y
|
||||
CONFIG_TREE_SRCU=y
|
||||
CONFIG_TASKS_RCU_GENERIC=y
|
||||
CONFIG_TASKS_TRACE_RCU=y
|
||||
CONFIG_RCU_STALL_COMMON=y
|
||||
CONFIG_RCU_NEED_SEGCBLIST=y
|
||||
# end of RCU Subsystem
|
||||
|
@ -173,6 +177,7 @@ CONFIG_PROC_PID_CPUSET=y
|
|||
CONFIG_CGROUP_DEVICE=y
|
||||
CONFIG_CGROUP_CPUACCT=y
|
||||
CONFIG_CGROUP_PERF=y
|
||||
CONFIG_CGROUP_BPF=y
|
||||
# CONFIG_CGROUP_MISC is not set
|
||||
# CONFIG_CGROUP_DEBUG is not set
|
||||
CONFIG_SOCK_CGROUP_DATA=y
|
||||
|
@ -936,6 +941,7 @@ CONFIG_AF_UNIX_OOB=y
|
|||
# CONFIG_TLS is not set
|
||||
# CONFIG_XFRM_USER is not set
|
||||
# CONFIG_NET_KEY is not set
|
||||
# CONFIG_XDP_SOCKETS is not set
|
||||
CONFIG_INET=y
|
||||
CONFIG_IP_MULTICAST=y
|
||||
CONFIG_IP_ADVANCED_ROUTER=y
|
||||
|
@ -1368,6 +1374,7 @@ CONFIG_CGROUP_NET_PRIO=y
|
|||
CONFIG_CGROUP_NET_CLASSID=y
|
||||
CONFIG_NET_RX_BUSY_POLL=y
|
||||
CONFIG_BQL=y
|
||||
# CONFIG_BPF_STREAM_PARSER is not set
|
||||
CONFIG_NET_FLOW_LIMIT=y
|
||||
|
||||
#
|
||||
|
@ -1419,6 +1426,9 @@ CONFIG_RFKILL_INPUT=y
|
|||
CONFIG_DST_CACHE=y
|
||||
CONFIG_GRO_CELLS=y
|
||||
CONFIG_NET_SELFTESTS=y
|
||||
CONFIG_NET_SOCK_MSG=y
|
||||
CONFIG_PAGE_POOL=y
|
||||
# CONFIG_PAGE_POOL_STATS is not set
|
||||
CONFIG_FAILOVER=y
|
||||
CONFIG_ETHTOOL_NETLINK=y
|
||||
|
||||
|
@ -5227,6 +5237,8 @@ CONFIG_SYSTEM_TRUSTED_KEYS=""
|
|||
# CONFIG_SYSTEM_BLACKLIST_KEYRING is not set
|
||||
# end of Certificates for signature checking
|
||||
|
||||
CONFIG_BINARY_PRINTF=y
|
||||
|
||||
#
|
||||
# Library routines
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue