Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 77b2555b52a894a2e39a42e43d993df875c46a6a 7 lines 259 B view raw
1netfilter-objs := core.o nf_log.o nf_queue.o nf_sockopt.o 2 3obj-$(CONFIG_NETFILTER) = netfilter.o 4 5obj-$(CONFIG_NETFILTER_NETLINK) += nfnetlink.o 6obj-$(CONFIG_NETFILTER_NETLINK_QUEUE) += nfnetlink_queue.o 7obj-$(CONFIG_NETFILTER_NETLINK_LOG) += nfnetlink_log.o