public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 1/2] kernel: enable CONFIG_INPUT_EUDEV
@ 2023-09-15 15:09 Arne Fitzenreiter
  2023-09-15 15:09 ` [PATCH 2/2] kernel: update to 6.5.3 Arne Fitzenreiter
  0 siblings, 1 reply; 2+ messages in thread
From: Arne Fitzenreiter @ 2023-09-15 15:09 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 504 bytes --]

this is needed for ACPI power button handling
---
 kernel/config-generic | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/config-generic b/kernel/config-generic
index d8b106c43..dc255842c 100644
--- a/kernel/config-generic
+++ b/kernel/config-generic
@@ -2800,7 +2800,7 @@ CONFIG_INPUT_VIVALDIFMAP=y
 #
 # CONFIG_INPUT_MOUSEDEV is not set
 # CONFIG_INPUT_JOYDEV is not set
-# CONFIG_INPUT_EVDEV is not set
+CONFIG_INPUT_EVDEV=m
 # CONFIG_INPUT_EVBUG is not set
 
 #
-- 
2.39.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 2/2] kernel: update to 6.5.3
  2023-09-15 15:09 [PATCH 1/2] kernel: enable CONFIG_INPUT_EUDEV Arne Fitzenreiter
@ 2023-09-15 15:09 ` Arne Fitzenreiter
  0 siblings, 0 replies; 2+ messages in thread
From: Arne Fitzenreiter @ 2023-09-15 15:09 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1062 bytes --]

---
 kernel/kernel.nm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/kernel/kernel.nm b/kernel/kernel.nm
index 642fb22ee..c00f62ba8 100644
--- a/kernel/kernel.nm
+++ b/kernel/kernel.nm
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = kernel
-version    = 6.4.3
-release    = 3
+version    = 6.5.3
+release    = 2
 thisapp    = linux-%{version}
 
 maintainer = Arne Fitzenreiter <arne.fitzenreiter(a)ipfire.org>
@@ -164,8 +164,8 @@ build
 			install -m 644 .config %{BUILDROOT}/boot/config-${fullversion}
 			install -m 644 System.map %{BUILDROOT}/boot/System.map-${fullversion}
 
-			# Create empty initramfs (20M).
-			dd if=/dev/zero of=%{BUILDROOT}/boot/initramfs-${fullversion}.img bs=1M count=20
+			# Create empty initramfs (80M).
+			dd if=/dev/zero of=%{BUILDROOT}/boot/initramfs-${fullversion}.img bs=1M count=80
 
 			# Install modules.
 			make ARCH=%{kernel_arch} INSTALL_MOD_PATH=%{BUILDROOT}/usr mod-fw= V=1 \
-- 
2.39.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-09-15 15:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-15 15:09 [PATCH 1/2] kernel: enable CONFIG_INPUT_EUDEV Arne Fitzenreiter
2023-09-15 15:09 ` [PATCH 2/2] kernel: update to 6.5.3 Arne Fitzenreiter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox