diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-28 13:09:33 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-28 15:14:56 +0200 |
| commit | 6b44a90d7d02879587ef0d50718c57ce9855d23c (patch) | |
| tree | cfac61a29b3d7ba522e342995fd5c4ca573c1de1 | |
| parent | 7ae4c0e3b3d4ee2ffe2dfd9cb326350f966411e7 (diff) | |
add kernel symbol for mdev
| -rw-r--r-- | target/linux/config/Config.in.kernel | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.kernel b/target/linux/config/Config.in.kernel index 2c360d3eb..a0a681c6d 100644 --- a/target/linux/config/Config.in.kernel +++ b/target/linux/config/Config.in.kernel @@ -175,6 +175,11 @@ endchoice menu "Kernel options" +config ADK_KERNEL_UEVENT_HELPER_PATH + string + default "/sbin/mdev" + depends on ADK_RUNTIME_DEV_MDEV + config ADK_KERNEL_BINFMT_FLAT bool default y if ADK_TARGET_BINFMT_FLAT |
