summaryrefslogtreecommitdiffstats
path: root/core/modules/etherwake/module.build
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/etherwake/module.build')
-rw-r--r--core/modules/etherwake/module.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/modules/etherwake/module.build b/core/modules/etherwake/module.build
index d9648025..50b24da5 100644
--- a/core/modules/etherwake/module.build
+++ b/core/modules/etherwake/module.build
@@ -15,7 +15,8 @@ build() {
cde "$MODULE_BUILD_DIR"
mkdir -p "${MODULE_BUILD_DIR}/etc/udev/rules.d"
- sed "s,%ETHTOOL%,$(which ethtool)," "${MODULE_DIR}/templates/99-enable-wol.rules" > "${MODULE_BUILD_DIR}/etc/udev/rules.d/99-enable-wol.rules" \
+ sed "s,%ETHTOOL%,$(which ethtool)," "${MODULE_DIR}/templates/99-enable-wol-disable-pause.rules" \
+ > "${MODULE_BUILD_DIR}/etc/udev/rules.d/99-enable-wol-disable-pause.rules" \
|| perror "Cannot write udev rule to enable WOL"
local COPYLIST="list_dpkg_output"