diff options
author | Catalin Patulea <catalinp@google.com> | 2019-10-09 22:40:15 -0400 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-06-23 19:25:20 +0200 |
commit | 492a6594b97e765a2a93fadbe23534ae94f710fa (patch) | |
tree | 7c4d8109a6ea03ff6cda8fe9e2599b739955453f | |
parent | d0e8b8310f7079ccf250f7eddbdf8b9d319c274d (diff) | |
download | upstream-492a6594b97e765a2a93fadbe23534ae94f710fa.tar.gz upstream-492a6594b97e765a2a93fadbe23534ae94f710fa.tar.bz2 upstream-492a6594b97e765a2a93fadbe23534ae94f710fa.zip |
libnetfilter-queue: fix package title and description
The original text was copy/pasted from some other package.
Adjust the package title and description to match the description
on the publishers page.
Signed-off-by: Catalin Patulea <catalinp@google.com>
[slightly adjust content and commit message]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
-rw-r--r-- | package/libs/libnetfilter-queue/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libs/libnetfilter-queue/Makefile b/package/libs/libnetfilter-queue/Makefile index 5ce5b8ff5e..38f148ef07 100644 --- a/package/libs/libnetfilter-queue/Makefile +++ b/package/libs/libnetfilter-queue/Makefile @@ -27,15 +27,15 @@ define Package/libnetfilter-queue SECTION:=libs CATEGORY:=Libraries DEPENDS:=+libmnl +libnfnetlink - TITLE:=API to the in-kernel connection tracking queue infrastructure + TITLE:=Userspace API to packets queued by kernel packet filter URL:=http://www.netfilter.org/projects/libnetfilter_queue/ ABI_VERSION:=1 endef define Package/libnetfilter-queue/description libnetfilter_queue is a userspace library providing a programming - interface (API) to the in-kernel connection tracking state table. - This library is currently used by conntrack-tools. + interface (API) to packets that have been queued by the kernel + packet filter. endef TARGET_CFLAGS += $(FPIC) -D_GNU_SOURCE=1 |