aboutsummaryrefslogtreecommitdiffstats
path: root/main/mkinitfs/0001-features-add-af_packet-kernel-module-for-dhcp.patch
blob: 20962f48a88180efae2df3fc6c62c105ac42750c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From 5a6f829e2ccd5f34bd299f93d6d0e03ca83e7f72 Mon Sep 17 00:00:00 2001
From: Natanael Copa <ncopa@alpinelinux.org>
Date: Fri, 23 Aug 2019 08:01:53 +0000
Subject: [PATCH] features: add af_packet kernel module for dhcp

udhcpc needs af_packet to work.

ref https://gitlab.alpinelinux.org/alpine/aports/issues/10750
---
 features.d/dhcp.modules | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 features.d/dhcp.modules

diff --git a/features.d/dhcp.modules b/features.d/dhcp.modules
new file mode 100644
index 0000000..f9799e0
--- /dev/null
+++ b/features.d/dhcp.modules
@@ -0,0 +1 @@
+kernel/net/packet/af_packet.ko
-- 
2.23.0