* [PATCH] netdev: Network drivers should depend on Network
@ 2007-07-20 22:58 Sebastian Siewior
0 siblings, 0 replies; only message in thread
From: Sebastian Siewior @ 2007-07-20 22:58 UTC (permalink / raw)
To: netdev
[-- Attachment #1: net_devices_depend_on_network.diff --]
[-- Type: text/plain, Size: 526 bytes --]
Got with randconfig:
XXX: undefined reference to `netif_carrier_on'
XXX: undefined reference to `dev_queue_xmit'
...
Signed-off-by: Sebastian Siewior <sebastian@breakpoint.cc>
Index: b/drivers/net/Kconfig
===================================================================
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -5,6 +5,7 @@
menuconfig NETDEVICES
default y if UML
+ depends on NET
bool "Network device support"
---help---
You can say N here if you don't intend to connect your Linux box to
--
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-07-20 23:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-20 22:58 [PATCH] netdev: Network drivers should depend on Network Sebastian Siewior
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox