From bdf333e28c78521e020de1cb0b7d578d078c6975 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= <karel.koci@nic.cz>
Date: Mon, 6 Jan 2020 15:26:30 +0100
Subject: [PATCH] lists/kmod: add additional modules no longer compiled in

Few optional features were set to OpenWrt default that is package it as
package. This just adds those packages to system so behavior stays the
same.
---
 lists/kmod.list | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lists/kmod.list b/lists/kmod.list
index d2337527c..6499f559f 100644
--- a/lists/kmod.list
+++ b/lists/kmod.list
@@ -10,3 +10,6 @@ br-netfilter
 
 # Other hardware
 usb2
+
+# Kernel configuration via /proc/config.gz
+ikconfig
-- 
GitLab