diff options
author | mike.looijmans@topic.nl <mike.looijmans@topic.nl> | 2014-12-18 15:19:24 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-19 18:08:03 +0000 |
commit | 6695f76a10d4176ceef65c88ca3e69a69a5049f0 (patch) | |
tree | 27ceb5059bcb18d7e371da0e0f5c946b00e054f8 /meta | |
parent | f9392a539e61e1c39298c659b69957123408574d (diff) | |
download | poky-6695f76a10d4176ceef65c88ca3e69a69a5049f0.tar.gz |
busybox-mdev: Add hotplug kernel module support to mdev.conf
Add a line to mdev.conf that tells mdev to load kernel modules when
required.
For example, if you built wifi support as an external module, inserting
a wifi stick into a USB port will now automatically load that module
into the kernel and the wlan device will be ready for configuration.
Without this patch, you have to load required modules manually or force
them to load at system startup.
(From OE-Core rev: 11420b0566a6a085c6cb78f3f1495ed9c599e6fd)
Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/busybox/files/mdev.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/busybox/files/mdev.conf b/meta/recipes-core/busybox/files/mdev.conf index e688911ff1..6dfd161fa0 100644 --- a/meta/recipes-core/busybox/files/mdev.conf +++ b/meta/recipes-core/busybox/files/mdev.conf | |||
@@ -1,3 +1,5 @@ | |||
1 | $MODALIAS=.* 0:0 660 @modprobe "$MODALIAS" | ||
2 | |||
1 | console 0:0 0600 | 3 | console 0:0 0600 |
2 | cpu_dma_latency 0:0 0660 | 4 | cpu_dma_latency 0:0 0660 |
3 | fb0:0 44 0660 | 5 | fb0:0 44 0660 |