All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] install ctcm network module on s390
@ 2012-03-02 10:41 Dan Horák
  0 siblings, 0 replies; only message in thread
From: Dan Horák @ 2012-03-02 10:41 UTC (permalink / raw)
  To: initramfs-u79uwXL29TY76Z2rM5mHXA

The ctcm module is not loaded automagically because it doesn't pass the
"ether_type_trans" test in 40net/module-setup.sh, so load it explicitly.
---
 modules.d/95znet/module-setup.sh |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/modules.d/95znet/module-setup.sh b/modules.d/95znet/module-setup.sh
index fbb79aa..b354947 100755
--- a/modules.d/95znet/module-setup.sh
+++ b/modules.d/95znet/module-setup.sh
@@ -13,6 +13,10 @@ depends() {
     return 0
 }
 
+installkernel() {
+    instmods ctcm
+}
+
 install() {
     inst_hook cmdline 30 "$moddir/parse-ccw.sh"
     inst /lib/udev/ccw_init
-- 
1.7.7.6

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-03-02 10:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-02 10:41 [PATCH] install ctcm network module on s390 Dan Horák

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.