projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b764227
)
staging: ipx: depends on NET
author
Randy Dunlap
<rdunlap@infradead.org>
Thu, 30 Nov 2017 17:00:03 +0000
(09:00 -0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 30 Nov 2017 17:13:52 +0000
(17:13 +0000)
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>
drivers/staging/ipx/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/staging/ipx/Kconfig
b/drivers/staging/ipx/Kconfig
index e9ad0062fbb6a8df3e13182597176016657695b6..cdff083d0ee66eda2fa2d7130048bcf3b641d303 100644
(file)
--- a/
drivers/staging/ipx/Kconfig
+++ b/
drivers/staging/ipx/Kconfig
@@
-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