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
|
pkgbase = linux-clear
|
||||||
pkgver = 5.3.8
|
pkgver = 5.3.8
|
||||||
pkgrel = 3
|
pkgrel = 4
|
||||||
url = https://github.com/clearlinux-pkgs/linux
|
url = https://github.com/clearlinux-pkgs/linux
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL2
|
license = GPL2
|
||||||
|
|
44
PKGBUILD
44
PKGBUILD
|
@ -68,7 +68,7 @@ _srcname=linux-${_major}
|
||||||
_clr=${_major}.7-853
|
_clr=${_major}.7-853
|
||||||
pkgbase=linux-clear
|
pkgbase=linux-clear
|
||||||
pkgver=${_major}.${_minor}
|
pkgver=${_major}.${_minor}
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://github.com/clearlinux-pkgs/linux"
|
url="https://github.com/clearlinux-pkgs/linux"
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
|
@ -114,33 +114,33 @@ prepare() {
|
||||||
### Enable extra stuff from arch kernel
|
### Enable extra stuff from arch kernel
|
||||||
msg2 "Enable extra stuff from arch kernel..."
|
msg2 "Enable extra stuff from arch kernel..."
|
||||||
|
|
||||||
scripts/config --undefine MODULE_SIG_FORCE \
|
# General setup
|
||||||
--enable MODULE_COMPRESS \
|
scripts/config --module IKCONFIG \
|
||||||
--enable-after MODULE_COMPRESS MODULE_COMPRESS_XZ \
|
|
||||||
--enable DELL_SMBIOS_SMM \
|
|
||||||
--module IKCONFIG \
|
|
||||||
--enable-after IKCONFIG IKCONFIG_PROC \
|
--enable-after IKCONFIG IKCONFIG_PROC \
|
||||||
--enable-after SOUND SOUND_OSS_CORE \
|
--undefine RT_GROUP_SCHED
|
||||||
--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
|
|
||||||
|
|
||||||
# Power management and ACPI options
|
# Power management and ACPI options
|
||||||
scripts/config --enable ACPI_REV_OVERRIDE_POSSIBLE \
|
scripts/config --enable ACPI_REV_OVERRIDE_POSSIBLE \
|
||||||
--enable HIBERNATION
|
--enable HIBERNATION
|
||||||
|
|
||||||
# Console display driver support
|
# Enable loadable module support
|
||||||
scripts/config --enable FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER
|
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
|
# Security options
|
||||||
scripts/config --enable SECURITY_SELINUX \
|
scripts/config --enable SECURITY_SELINUX \
|
||||||
|
|
Loading…
Reference in a new issue