summaryrefslogtreecommitdiffstats
path: root/0075-network-include-usbnet-drivers.patch
diff options
context:
space:
mode:
Diffstat (limited to '0075-network-include-usbnet-drivers.patch')
-rw-r--r--0075-network-include-usbnet-drivers.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/0075-network-include-usbnet-drivers.patch b/0075-network-include-usbnet-drivers.patch
new file mode 100644
index 0000000..aaeb6c9
--- /dev/null
+++ b/0075-network-include-usbnet-drivers.patch
@@ -0,0 +1,22 @@
+From cdd69221e582290f1950e59ef2c37b2d853cef2a Mon Sep 17 00:00:00 2001
+From: Harald Hoyer <harald@redhat.com>
+Date: Thu, 19 Dec 2013 17:06:48 +0100
+Subject: [PATCH] network: include usbnet drivers
+
+---
+ modules.d/40network/module-setup.sh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/modules.d/40network/module-setup.sh b/modules.d/40network/module-setup.sh
+index 8a2898c..547ad16 100755
+--- a/modules.d/40network/module-setup.sh
++++ b/modules.d/40network/module-setup.sh
+@@ -26,7 +26,7 @@ installkernel() {
+ # Include wired net drivers, excluding wireless
+
+ net_module_filter() {
+- local _net_drivers='eth_type_trans|register_virtio_device'
++ local _net_drivers='eth_type_trans|register_virtio_device|usbnet_open'
+ local _unwanted_drivers='/(wireless|isdn|uwb)/'
+ local _ret
+ # subfunctions inherit following FDs