Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Drake <dsd@laptop.org>2013-02-26 16:17:01 (GMT)
committer Daniel Drake <dsd@laptop.org>2013-02-26 16:17:01 (GMT)
commite245c00a5d09118c4fadaaef3b5d408a960f203d (patch)
tree76606ad44a16e8dc6e3b64508523c87c784e35a6
parent6b1de787faf58c797a61180188c182f8d15c379d (diff)
xo4: temporarily disable wake-on-WLAN (#12490)
Testing to be done by Quanta will be done with WOL disabled for the time being.
-rw-r--r--modules/xo4/kspost.50.xo4-tweaks.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/xo4/kspost.50.xo4-tweaks.inc b/modules/xo4/kspost.50.xo4-tweaks.inc
index d72f834..31c6f25 100644
--- a/modules/xo4/kspost.50.xo4-tweaks.inc
+++ b/modules/xo4/kspost.50.xo4-tweaks.inc
@@ -10,3 +10,6 @@ ln -sf /lib/systemd/system/serial-getty@.service \
# FIXME: remove this once XO-4 bluetooth works better
touch /runin/no-bluetooth
echo "blacklist btmrvl_sdio" > /etc/modprobe.d/btmrvl.conf
+
+# FIXME: remove this once XO-4 wol works better (#12490)
+echo "config_WAKE_ON_WLAN=no" >> /etc/powerd/powerd.conf