summaryrefslogtreecommitdiff
path: root/openwrt
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-10-18 01:19:35 +0000
committerNicolas Thill <nico@openwrt.org>2005-10-18 01:19:35 +0000
commitb7f198f37485bf74748616d4dac385b8e2d29ca6 (patch)
tree02d67f9011f5d13f265fb8d75508c38968cdf49f /openwrt
parent025176d3489b50ce19bdf9717d018cf46c68b3d7 (diff)
downloadmtk-20170518-b7f198f37485bf74748616d4dac385b8e2d29ca6.zip
mtk-20170518-b7f198f37485bf74748616d4dac385b8e2d29ca6.tar.gz
mtk-20170518-b7f198f37485bf74748616d4dac385b8e2d29ca6.tar.bz2
enable ether-wake when developer build.
SVN-Revision: 2166
Diffstat (limited to 'openwrt')
-rw-r--r--openwrt/package/ether-wake/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/ether-wake/Config.in b/openwrt/package/ether-wake/Config.in
index 1d9d97d..847f0f1 100644
--- a/openwrt/package/ether-wake/Config.in
+++ b/openwrt/package/ether-wake/Config.in
@@ -1,6 +1,6 @@
config BR2_PACKAGE_ETHER_WAKE
tristate "ether-wake - A Wake-On-LAN (WOL) client"
- default y if DEVELOPER=1
+ default m if CONFIG_DEVEL
help
A Wake-On-LAN (WOL) client,
This program sends a magic packet to wake up sleeping networked machines.