summaryrefslogtreecommitdiff
path: root/packages/apmd/apm-wifi-suspendfix_0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/apmd/apm-wifi-suspendfix_0.1.bb')
-rw-r--r--packages/apmd/apm-wifi-suspendfix_0.1.bb10
1 files changed, 0 insertions, 10 deletions
diff --git a/packages/apmd/apm-wifi-suspendfix_0.1.bb b/packages/apmd/apm-wifi-suspendfix_0.1.bb
deleted file mode 100644
index ab9959f3f1..0000000000
--- a/packages/apmd/apm-wifi-suspendfix_0.1.bb
+++ /dev/null
@@ -1,10 +0,0 @@
-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
-}