提交 dfe571ac 编写于 作者: R Randy Dunlap 提交者: Greg Kroah-Hartman

staging: ipx: depends on NET

IPX depends on NET, so add that to the Kconfig file.

Fixes Kconfig warning and build errors:

warning: (IPX) selects LLC which has unmet direct dependencies (NET)
and 94 "undefined reference" build errors.
Signed-off-by: NRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 b7642277
......@@ -3,6 +3,7 @@
#
config IPX
tristate "The IPX protocol"
depends on NET
select LLC
---help---
This is support for the Novell networking protocol, IPX, commonly
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册