提交 868d2c1e 编写于 作者: D Dave Jones 提交者: David S. Miller

[WIRELESS]: Fix config dependencies.

I accidentally ended up with a config that set NET_RADIO off,
and NET_WIRELESS_RTNETLINK on, which blew up thus..

net/built-in.o: In function `do_setlink':net/core/rtnetlink.c:479: undefined reference to `wireless_rtnetlink_set'
net/built-in.o: In function `do_getlink':net/core/rtnetlink.c:521: undefined reference to `wireless_rtnetlink_get'
Signed-off-by: NDave Jones <davej@redhat.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 9932cf95
...@@ -27,6 +27,7 @@ config NET_RADIO ...@@ -27,6 +27,7 @@ config NET_RADIO
config NET_WIRELESS_RTNETLINK config NET_WIRELESS_RTNETLINK
bool "Wireless Extension API over RtNetlink" bool "Wireless Extension API over RtNetlink"
depends on NET_RADIO
---help--- ---help---
Support the Wireless Extension API over the RtNetlink socket Support the Wireless Extension API over the RtNetlink socket
in addition to the traditional ioctl interface (selected above). in addition to the traditional ioctl interface (selected above).
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册