5.3.8-4 (clr 5.3.7-853) enable CONFIG_NETFILTER_INGRESS

This commit is contained in:
Josip Ponjavic 2019-11-05 13:08:47 +01:00
parent aa7b39afbe
commit 39d9fc5b07
2 changed files with 21 additions and 21 deletions

View file

@ -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

View file

@ -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,34 +114,34 @@ 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..."
# General setup
scripts/config --module IKCONFIG \
--enable-after IKCONFIG IKCONFIG_PROC \
--undefine RT_GROUP_SCHED
# Power management and ACPI options
scripts/config --enable ACPI_REV_OVERRIDE_POSSIBLE \
--enable HIBERNATION
# Enable loadable module support
scripts/config --undefine MODULE_SIG_FORCE \ scripts/config --undefine MODULE_SIG_FORCE \
--enable MODULE_COMPRESS \ --enable MODULE_COMPRESS \
--enable-after MODULE_COMPRESS MODULE_COMPRESS_XZ \ --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 \ --enable DELL_SMBIOS_SMM \
--module IKCONFIG \ --module PATA_JMICRON \
--enable-after IKCONFIG IKCONFIG_PROC \
--enable-after SOUND SOUND_OSS_CORE \ --enable-after SOUND SOUND_OSS_CORE \
--enable SND_OSSEMUL \ --enable SND_OSSEMUL \
--module-after SND_OSSEMUL SND_MIXER_OSS \ --module-after SND_OSSEMUL SND_MIXER_OSS \
--module-after SND_MIXER_OSS SND_PCM_OSS \ --module-after SND_MIXER_OSS SND_PCM_OSS \
--enable-after SND_PCM_OSS SND_PCM_OSS_PLUGINS --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
scripts/config --enable ACPI_REV_OVERRIDE_POSSIBLE \
--enable HIBERNATION
# Console display driver support
scripts/config --enable FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER
# Security options # Security options
scripts/config --enable SECURITY_SELINUX \ scripts/config --enable SECURITY_SELINUX \
--enable-after SECURITY_SELINUX SECURITY_SELINUX_BOOTPARAM \ --enable-after SECURITY_SELINUX SECURITY_SELINUX_BOOTPARAM \