Hello!
Found a small bug in net/Makefile
netlink_dev not include in compile list because of wrong variable definition.
here is a patch:
root@valinor:/usr/src/linux/net# diff -u Makefile.old Makefile
--- Makefile.old Fri Oct 20 16:05:14 2000
+++ Makefile Fri Oct 20 16:06:55 2000
@@ -27,7 +27,7 @@
endif
subdir-$(CONFIG_KHTTPD) += khttpd
-subdir-$(CONFIG_NETLINK) += netlink
+subdir-$(CONFIG_NETLINK_DEV) += netlink
subdir-$(CONFIG_PACKET) += packet
subdir-$(CONFIG_NET_SCHED) += sched
subdir-$(CONFIG_BRIDGE) += bridge
SY, Vladimir Klenov
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/