fix typo in kernel module configuration
SVN-Revision: 2462
This commit is contained in:
parent
bde62dddaf
commit
e934367bfd
1 changed files with 2 additions and 2 deletions
|
@ -525,14 +525,14 @@ config BR2_PACKAGE_KMOD_NET_AIRO
|
|||
and Cisco proprietary API, so both the Linux Wireless Tools and the
|
||||
Cisco Linux utilities can be used to configure the card.
|
||||
|
||||
config BR2_PACKAGE_KMOD_E100
|
||||
config BR2_PACKAGE_KMOD_NET_E100
|
||||
prompt "kmod-net-e100..................... Intel(R) PRO/100+ cards kernel support"
|
||||
tristate
|
||||
default m
|
||||
help
|
||||
Intel(R) PRO/100+ cards kernel support
|
||||
|
||||
config BR2_PACKAGE_KMOD_B44
|
||||
config BR2_PACKAGE_KMOD_NET_B44
|
||||
prompt "kmod-net-b44...................... Broadcom 44XX, 47XX ethernet driver"
|
||||
tristate
|
||||
default m
|
||||
|
|
Loading…
Reference in a new issue