[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#895976: src:linux: Add i2c_exynos5 to kernel-image udeb for network support on Odroid



Package: src:linux
Severity: normal
Tags: patch

Hi,

Please include the i2c_exynos5 module into the kernel-image udeb, so the
Debian installer detects the network card of the Odroid XU4 and supports
installation over network. I believe this partly solves #880494 as well.

The attached patch should fix this.

Cheers Jochen

-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.15.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
>From c223def2c56e6d5cc150a974abd3d230476d743a Mon Sep 17 00:00:00 2001
From: Jochen Sprickerhof <git@jochen.sprickerhof.de>
Date: Wed, 18 Apr 2018 09:14:07 +0200
Subject: [PATCH] Add i2c_exynos5 to support network installation

---
 debian/installer/armhf/modules/armhf-armmp/kernel-image | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/installer/armhf/modules/armhf-armmp/kernel-image b/debian/installer/armhf/modules/armhf-armmp/kernel-image
index 0651d89dc..b404bd00b 100644
--- a/debian/installer/armhf/modules/armhf-armmp/kernel-image
+++ b/debian/installer/armhf/modules/armhf-armmp/kernel-image
@@ -21,3 +21,6 @@ axp20x_usb_power ?
 
 # Watchdog needed for reboot
 sunxi_wdt ?
+
+# needed for network support on exynos5
+i2c_exynos5
-- 
2.17.0


Reply to: