]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
xtables-addons: new package
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Tue, 21 Oct 2014 21:10:50 +0000 (18:10 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 10 Jan 2015 17:43:59 +0000 (18:43 +0100)
commit490917387a0ff6969f8130be38993eed5f06f73e
tree045b2d15bcb5fe8c4c0d89fc20b9bdec3e7eab12
parent4eedd313cf1180c125ad49aadee797d2e8d05234
xtables-addons: new package

The geoip "helpers" are basically scripts that download and reformat
the geoip database in a form usable by xt_geoip.

The netfilter (kernel & userland) sides of it are built and installed.
Since there are many considerations to geoip databases (free,
commercial and variants for each) it's left to the user to deal with
that if they plan to use the extension which is only one among many.

[Thomas:
 - Take into account the rename of BR2_PREFER_STATIC_LIB to
   BR2_STATIC_LIBS
 - Remove "depends on BR2_LINUX_KERNEL" as suggested by Arnout.
 - Move XTABLES_ADDONS_CONF_OPTS a bit further down, with newlines
   around it, and adjust the indentation of the first line. Just to
   make it slightly more readable.]

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Config.in
package/xtables-addons/Config.in [new file with mode: 0644]
package/xtables-addons/xtables-addons.hash [new file with mode: 0644]
package/xtables-addons/xtables-addons.mk [new file with mode: 0644]