diff options
Diffstat (limited to 'recipes/apmd/apm-wifi-suspendfix_0.1.bb')
-rw-r--r-- | recipes/apmd/apm-wifi-suspendfix_0.1.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/apmd/apm-wifi-suspendfix_0.1.bb b/recipes/apmd/apm-wifi-suspendfix_0.1.bb new file mode 100644 index 0000000000..ab9959f3f1 --- /dev/null +++ b/recipes/apmd/apm-wifi-suspendfix_0.1.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "Hacky workaround for bug 3664 (some wifi cards don't recover from suspend) until a real fix is found" +AUTHOR = "Rolf Leggewie" +PR = "r0" + +SRC_URI = "file://90-wifi-off" + +do_install() { + install -d ${D}${sysconfdir}/apm/suspend.d + install -m 0755 ${WORKDIR}/90-wifi-off ${D}${sysconfdir}/apm/suspend.d +} |