diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-10-18 01:19:35 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-10-18 01:19:35 +0000 |
commit | 83437752eb1ad6d770a1237a6080f9d1864c6983 (patch) | |
tree | 357849ccf7fe6b798db5335b55435089c7ef07f9 | |
parent | d0dcef70feb8992ec20657ae0002fb0e8de092a0 (diff) | |
download | upstream-83437752eb1ad6d770a1237a6080f9d1864c6983.tar.gz upstream-83437752eb1ad6d770a1237a6080f9d1864c6983.tar.bz2 upstream-83437752eb1ad6d770a1237a6080f9d1864c6983.zip |
enable ether-wake when developer build.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2166 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/ether-wake/Config.in | 2 |
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. |