aboutsummaryrefslogtreecommitdiffstats
path: root/package
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
commit83437752eb1ad6d770a1237a6080f9d1864c6983 (patch)
tree357849ccf7fe6b798db5335b55435089c7ef07f9 /package
parentd0dcef70feb8992ec20657ae0002fb0e8de092a0 (diff)
downloadmaster-187ad058-83437752eb1ad6d770a1237a6080f9d1864c6983.tar.gz
master-187ad058-83437752eb1ad6d770a1237a6080f9d1864c6983.tar.bz2
master-187ad058-83437752eb1ad6d770a1237a6080f9d1864c6983.zip
enable ether-wake when developer build.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2166 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/ether-wake/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ether-wake/Config.in b/package/ether-wake/Config.in
index 1d9d97d29b..847f0f1be4 100644
--- a/package/ether-wake/Config.in
+++ b/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.