linux-htc-flounder: enable CONFIG_NFT_COMPAT (MR 5391)
Fix for: config-htc-flounder.aarch64: CONFIG_NFT_COMPAT should be set (category:containers)
This commit is contained in:
parent
962e80309b
commit
721187f39d
2 changed files with 7 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Segfault <awarnecke002@hotmail.com>
|
||||
pkgname=linux-htc-flounder
|
||||
pkgver=6.0.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Google Nexus 9 kernel fork"
|
||||
arch="aarch64"
|
||||
_carch="arm64"
|
||||
|
@ -53,5 +53,5 @@ package() {
|
|||
|
||||
sha512sums="
|
||||
ee712d770cc863a6acff52ee32c5009657480864fcd748f0ccc7afb9edba912d727e56bd1d484bd391c5f3d0fed0d063ec8fca36af80c88572bcf85a6f00522e linux-htc-flounder-1af7ece0542ef888433623a572ed8e19ca5e956a.tar.gz
|
||||
4c1a3d44019233ebe2ec9987b4b7ebc1f3d4f60cff7a0fef17b3bfa4df108c8810c023a795500e72f9a697a871438d10be45deb0799648050cf71733055c8637 config-htc-flounder.aarch64
|
||||
fa7a696bed4c25198278536016cf33d5bf064140e8b7481a664cee92755023cf77bfb08d072a1e7d8803e9ad60ec289848ddc6bff77da59ba2775050f1c2eda7 config-htc-flounder.aarch64
|
||||
"
|
||||
|
|
|
@ -2,14 +2,14 @@
|
|||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 6.0.0 Kernel Configuration
|
||||
#
|
||||
CONFIG_CC_VERSION_TEXT="aarch64-alpine-linux-musl-gcc (Alpine 12.2.1_git20220924-r4) 12.2.1 20220924"
|
||||
CONFIG_CC_VERSION_TEXT="aarch64-alpine-linux-musl-gcc (Alpine 13.2.1_git20240309) 13.2.1 20240309"
|
||||
CONFIG_CC_IS_GCC=y
|
||||
CONFIG_GCC_VERSION=120201
|
||||
CONFIG_GCC_VERSION=130201
|
||||
CONFIG_CLANG_VERSION=0
|
||||
CONFIG_AS_IS_GNU=y
|
||||
CONFIG_AS_VERSION=23900
|
||||
CONFIG_AS_VERSION=24200
|
||||
CONFIG_LD_IS_BFD=y
|
||||
CONFIG_LD_VERSION=23900
|
||||
CONFIG_LD_VERSION=24200
|
||||
CONFIG_LLD_VERSION=0
|
||||
CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y
|
||||
CONFIG_CC_HAS_ASM_GOTO_TIED_OUTPUT=y
|
||||
|
@ -162,7 +162,6 @@ CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y
|
|||
CONFIG_CC_HAS_INT128=y
|
||||
CONFIG_CC_IMPLICIT_FALLTHROUGH="-Wimplicit-fallthrough=5"
|
||||
CONFIG_GCC12_NO_ARRAY_BOUNDS=y
|
||||
CONFIG_CC_NO_ARRAY_BOUNDS=y
|
||||
CONFIG_ARCH_SUPPORTS_INT128=y
|
||||
CONFIG_NUMA_BALANCING=y
|
||||
CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=y
|
||||
|
@ -1074,7 +1073,7 @@ CONFIG_NFT_NAT=m
|
|||
# CONFIG_NFT_QUOTA is not set
|
||||
CONFIG_NFT_REJECT=m
|
||||
CONFIG_NFT_REJECT_INET=m
|
||||
# CONFIG_NFT_COMPAT is not set
|
||||
CONFIG_NFT_COMPAT=m
|
||||
# CONFIG_NFT_HASH is not set
|
||||
# CONFIG_NFT_SOCKET is not set
|
||||
# CONFIG_NFT_OSF is not set
|
||||
|
|
Loading…
Reference in a new issue