Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 32f40c5f authored by Pablo Neira Ayuso's avatar Pablo Neira Ayuso
Browse files

netfilter: rename nfnetlink_queue_core.c to nfnetlink_queue.c



Now that we have integrated the ct glue code into nfnetlink_queue without
introducing dependencies with the conntrack code.

Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
parent b7bd1809
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -10,7 +10,6 @@ obj-$(CONFIG_NETFILTER) = netfilter.o


obj-$(CONFIG_NETFILTER_NETLINK) += nfnetlink.o
obj-$(CONFIG_NETFILTER_NETLINK) += nfnetlink.o
obj-$(CONFIG_NETFILTER_NETLINK_ACCT) += nfnetlink_acct.o
obj-$(CONFIG_NETFILTER_NETLINK_ACCT) += nfnetlink_acct.o
nfnetlink_queue-y := nfnetlink_queue_core.o
obj-$(CONFIG_NETFILTER_NETLINK_QUEUE) += nfnetlink_queue.o
obj-$(CONFIG_NETFILTER_NETLINK_QUEUE) += nfnetlink_queue.o
obj-$(CONFIG_NETFILTER_NETLINK_LOG) += nfnetlink_log.o
obj-$(CONFIG_NETFILTER_NETLINK_LOG) += nfnetlink_log.o