mirror of https://github.com/hak5/openwrt-owl.git
mac80211: fix a typo in rt2x00 config
Fix a simple typo Signed-off-by: Luis Correia <luis.f.correia@gmail.com> SVN-Revision: 20626owl
parent
a9f313edea
commit
0671b2aded
|
@ -9,7 +9,7 @@ config PACKAGE_RT2X00_LIB_DEBUGFS
|
||||||
most important register types of the rt2x00 hardware.
|
most important register types of the rt2x00 hardware.
|
||||||
|
|
||||||
config PACKAGE_RT2X00_DEBUG
|
config PACKAGE_RT2X00_DEBUG
|
||||||
bool "Enavle rt2x00 debug output"
|
bool "Enable rt2x00 debug output"
|
||||||
depends PACKAGE_kmod-rt2x00-lib
|
depends PACKAGE_kmod-rt2x00-lib
|
||||||
---help---
|
---help---
|
||||||
Enable debugging output for all rt2x00 modules
|
Enable debugging output for all rt2x00 modules
|
||||||
|
|
Loading…
Reference in New Issue