projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88d7bd8
)
[PATCH] drivers/net/wireless enabled by wrong option
author
Al Viro
<viro@www.linux.org.uk>
Sun, 3 Apr 2005 08:15:52 +0000
(09:15 +0100)
committer
Jeff Garzik
<jgarzik@pobox.com>
Mon, 16 May 2005 02:22:32 +0000
(22:22 -0400)
NET_WIRELESS is only a subset of the stuff in drivers/net/wireless;
NET_RADIO is what covers all of them.
Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
drivers/net/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/Makefile
b/drivers/net/Makefile
index 6202b10dbb4df11c92119b253fc7281fe5bbf41d..e038d55e4f6f96257fa2e31b5cb97c62fd3ea2d7 100644
(file)
--- a/
drivers/net/Makefile
+++ b/
drivers/net/Makefile
@@
-187,7
+187,7
@@
obj-$(CONFIG_TR) += tokenring/
obj-$(CONFIG_WAN) += wan/
obj-$(CONFIG_ARCNET) += arcnet/
obj-$(CONFIG_NET_PCMCIA) += pcmcia/
-obj-$(CONFIG_NET_
WIRELESS
) += wireless/
+obj-$(CONFIG_NET_
RADIO
) += wireless/
obj-$(CONFIG_NET_TULIP) += tulip/
obj-$(CONFIG_HAMRADIO) += hamradio/
obj-$(CONFIG_IRDA) += irda/