projects
/
carl9170fw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1765258
)
carl9170 firmware: fix ProbeReq WOL Kconfig selection
author
Christian Lamparter
<chunkeey@googlemail.com>
Sat, 26 Feb 2011 22:34:26 +0000
(23:34 +0100)
committer
Christian Lamparter
<chunkeey@googlemail.com>
Sat, 26 Feb 2011 22:34:26 +0000
(23:34 +0100)
The config option CARL9170FW_WOL_CHECK was renamed
to CARL9170FW_WOL.
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
carlfw/Kconfig
patch
|
blob
|
history
diff --git
a/carlfw/Kconfig
b/carlfw/Kconfig
index 4386ddb2da71d6b22c33afadebe70f8f3020defc..d1a68a1c60b813497a3268db6960468bdf92d8d3 100644
(file)
--- a/
carlfw/Kconfig
+++ b/
carlfw/Kconfig
@@
-176,7
+176,7
@@
config CARL9170FW_WOL_PROBE_REQUEST
def_bool n
prompt "Probe Request"
depends on CARL9170FW_WOL_OPTION
- select CARL9170FW_WOL
_CHECK
+ select CARL9170FW_WOL
---help---
Scan probe requests for a given SSID.