mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-27 01:11:31 +00:00
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: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
b76422771d
commit
dfe571ac12
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
#
|
#
|
||||||
config IPX
|
config IPX
|
||||||
tristate "The IPX protocol"
|
tristate "The IPX protocol"
|
||||||
|
depends on NET
|
||||||
select LLC
|
select LLC
|
||||||
---help---
|
---help---
|
||||||
This is support for the Novell networking protocol, IPX, commonly
|
This is support for the Novell networking protocol, IPX, commonly
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue