linux-teclast-x80pro: enable CONFIG_USER_NS (MR 1411)
This commit is contained in:
parent
450a23600a
commit
d5af8012d1
2 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ case $pkgver in
|
|||
*.*.*) _kernver=${pkgver%.*};;
|
||||
*.*) _kernver=$pkgver;;
|
||||
esac
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
|
||||
arch="x86_64"
|
||||
pkgdesc="Linux for pmOS supported chipsets (stable)"
|
||||
|
@ -174,5 +174,5 @@ dev() {
|
|||
}
|
||||
|
||||
sha512sums="77e43a02d766c3d73b7e25c4aafb2e931d6b16e870510c22cef0cdb05c3acb7952b8908ebad12b10ef982c6efbe286364b1544586e715cf38390e483927904d8 linux-4.14.tar.xz
|
||||
ae6d0f701c86629e6bd77ab4361a9cf5947b1ecd1c990b13f9b8bf6ea7de3c3c7009e417b9281acf64fce56015e885acf0b0318ee5ff44795d0da1ada575b771 config-teclast-x80pro.x86_64
|
||||
393ea8e7ad25063c1a610d3245e50ae32e9780788259bc56876cb1960ee0bd73f0e3ac4be5eb91ca109571c6a1a3ce6bb93a2fa5b0aaa50f3256cbeb01b3cac6 config-teclast-x80pro.x86_64
|
||||
d509365295b6bb5ad55d8859a6cc7cae00ef7b7b34aef21167fcfc992accbf9ac1f4191446c911b55844b09ff0c7f83fd422aea71c2877521331b7b0e05a9205 patch-4.14.73.xz"
|
||||
|
|
|
@ -178,7 +178,7 @@ CONFIG_SOCK_CGROUP_DATA=y
|
|||
CONFIG_NAMESPACES=y
|
||||
CONFIG_UTS_NS=y
|
||||
CONFIG_IPC_NS=y
|
||||
# CONFIG_USER_NS is not set
|
||||
CONFIG_USER_NS=y
|
||||
CONFIG_PID_NS=y
|
||||
CONFIG_NET_NS=y
|
||||
CONFIG_SCHED_AUTOGROUP=y
|
||||
|
|
Loading…
Reference in a new issue