5.3.8-4 (clr 5.3.7-853) enable CONFIG_NETFILTER_INGRESS
This commit is contained in:
parent
aa7b39afbe
commit
39d9fc5b07
2 changed files with 21 additions and 21 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = linux-clear
|
||||
pkgver = 5.3.8
|
||||
pkgrel = 3
|
||||
pkgrel = 4
|
||||
url = https://github.com/clearlinux-pkgs/linux
|
||||
arch = x86_64
|
||||
license = GPL2
|
||||
|
|
44
PKGBUILD
44
PKGBUILD
|
@ -68,7 +68,7 @@ _srcname=linux-${_major}
|
|||
_clr=${_major}.7-853
|
||||
pkgbase=linux-clear
|
||||
pkgver=${_major}.${_minor}
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
arch=('x86_64')
|
||||
url="https://github.com/clearlinux-pkgs/linux"
|
||||
license=('GPL2')
|
||||
|
@ -114,33 +114,33 @@ prepare() {
|
|||
### Enable extra stuff from arch kernel
|
||||
msg2 "Enable extra stuff from arch kernel..."
|
||||
|
||||
scripts/config --undefine MODULE_SIG_FORCE \
|
||||
--enable MODULE_COMPRESS \
|
||||
--enable-after MODULE_COMPRESS MODULE_COMPRESS_XZ \
|
||||
--enable DELL_SMBIOS_SMM \
|
||||
--module IKCONFIG \
|
||||
# General setup
|
||||
scripts/config --module IKCONFIG \
|
||||
--enable-after IKCONFIG IKCONFIG_PROC \
|
||||
--enable-after SOUND SOUND_OSS_CORE \
|
||||
--enable SND_OSSEMUL \
|
||||
--module-after SND_OSSEMUL SND_MIXER_OSS \
|
||||
--module-after SND_MIXER_OSS SND_PCM_OSS \
|
||||
--enable-after SND_PCM_OSS SND_PCM_OSS_PLUGINS
|
||||
|
||||
# Scheduler features
|
||||
scripts/config --undefine RT_GROUP_SCHED
|
||||
|
||||
# Queueing/Scheduling
|
||||
scripts/config --module NET_SCH_CAKE
|
||||
|
||||
# PATA SFF controllers with BMDMA
|
||||
scripts/config --module PATA_JMICRON
|
||||
--undefine RT_GROUP_SCHED
|
||||
|
||||
# Power management and ACPI options
|
||||
scripts/config --enable ACPI_REV_OVERRIDE_POSSIBLE \
|
||||
--enable HIBERNATION
|
||||
|
||||
# Console display driver support
|
||||
scripts/config --enable FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER
|
||||
# Enable loadable module support
|
||||
scripts/config --undefine MODULE_SIG_FORCE \
|
||||
--enable MODULE_COMPRESS \
|
||||
--enable-after MODULE_COMPRESS MODULE_COMPRESS_XZ
|
||||
|
||||
# Networking support
|
||||
scripts/config --enable NETFILTER_INGRESS \
|
||||
--module NET_SCH_CAKE
|
||||
|
||||
# Device Drivers
|
||||
scripts/config --enable FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER \
|
||||
--enable DELL_SMBIOS_SMM \
|
||||
--module PATA_JMICRON \
|
||||
--enable-after SOUND SOUND_OSS_CORE \
|
||||
--enable SND_OSSEMUL \
|
||||
--module-after SND_OSSEMUL SND_MIXER_OSS \
|
||||
--module-after SND_MIXER_OSS SND_PCM_OSS \
|
||||
--enable-after SND_PCM_OSS SND_PCM_OSS_PLUGINS
|
||||
|
||||
# Security options
|
||||
scripts/config --enable SECURITY_SELINUX \
|
||||
|
|
Loading…
Reference in a new issue