summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-09-26 08:08:21 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-09-26 08:08:21 +0200
commitc799a1a867d59cbaf9a6bdda22c345bd971ae1f0 (patch)
treee103d2c5fd942efc5ec087227679bb3e78c83972 /target
parent32e64556d951fc896b6c1df13f0d1d927b0957ce (diff)
fix path to uevent helper
Diffstat (limited to 'target')
-rw-r--r--target/linux/kernel.config2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/kernel.config b/target/linux/kernel.config
index 253b0b34d..b1c580da0 100644
--- a/target/linux/kernel.config
+++ b/target/linux/kernel.config
@@ -29,6 +29,8 @@ CONFIG_MODULE_UNLOAD=y
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_SCRIPT=y
CONFIG_HOTPLUG=y
+CONFIG_UEVENT_HELPER=y
+CONFIG_UEVENT_HELPER_PATH="/sbin/mdev"
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_STANDALONE=y