Enable generic driver by default.
This commit is contained in:
parent
509785bcc3
commit
97a7825606
|
|
@ -132,7 +132,7 @@ AC_ARG_ENABLE([generic],
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
],
|
],
|
||||||
[enablegeneric=0]
|
[enablegeneric=1]
|
||||||
)
|
)
|
||||||
|
|
||||||
AM_CONDITIONAL(ENABLE_GENERIC, test "x$enablegeneric" = "x1")
|
AM_CONDITIONAL(ENABLE_GENERIC, test "x$enablegeneric" = "x1")
|
||||||
|
|
|
||||||
|
|
@ -3008,7 +3008,7 @@ the EtherCAT kernel modules shall be installed. & \textit{ethercat}\\
|
||||||
\hline
|
\hline
|
||||||
|
|
||||||
\lstinline+--enable-generic+ & Build the generic Ethernet driver (see
|
\lstinline+--enable-generic+ & Build the generic Ethernet driver (see
|
||||||
sec.~\ref{sec:generic-driver}). & no\\
|
sec.~\ref{sec:generic-driver}). & yes\\
|
||||||
|
|
||||||
\lstinline+--enable-8139too+ & Build the 8139too driver & yes\\
|
\lstinline+--enable-8139too+ & Build the 8139too driver & yes\\
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -39,8 +39,8 @@ MASTER0_DEVICE=""
|
||||||
# Possible values: 8139too, e100, e1000, e1000e, r8169, generic. Separate
|
# Possible values: 8139too, e100, e1000, e1000e, r8169, generic. Separate
|
||||||
# multiple drivers with spaces.
|
# multiple drivers with spaces.
|
||||||
#
|
#
|
||||||
# Note: The e100, e1000, e1000e, r8169 and generic drivers are not built by
|
# Note: The e100, e1000, e1000e and r8169 drivers are not built by default.
|
||||||
# default. Enable them with the --enable-<driver> configure switches.
|
# Enable them with the --enable-<driver> configure switches.
|
||||||
#
|
#
|
||||||
DEVICE_MODULES=""
|
DEVICE_MODULES=""
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -39,8 +39,8 @@ MASTER0_DEVICE=""
|
||||||
# Possible values: 8139too, e100, e1000, e1000e, r8169, generic. Separate
|
# Possible values: 8139too, e100, e1000, e1000e, r8169, generic. Separate
|
||||||
# multiple drivers with spaces.
|
# multiple drivers with spaces.
|
||||||
#
|
#
|
||||||
# Note: The e100, e1000, e1000e, r8169 and generic drivers are not built by
|
# Note: The e100, e1000, e1000e and r8169 drivers are not built by default.
|
||||||
# default. Enable them with the --enable-<driver> configure switches.
|
# Enable them with the --enable-<driver> configure switches.
|
||||||
#
|
#
|
||||||
DEVICE_MODULES=""
|
DEVICE_MODULES=""
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue