iptables: reduce binary size
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 26 May 2015 09:16:50 +0000 (09:16 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 26 May 2015 09:16:50 +0000 (09:16 +0000)
commit1c00b6bc7f6e8cb56aedd1ba86e5d1c49a6538f1
treebcb2d027036eb3ad6e653388b941c2df239a098b
parentecb14f4a5da62e9ea4b5020e25ccec37da669f59
iptables: reduce binary size

 * drop unused lenient restore patch
 * instead of statically linking core extensions, build shared libraries
   for reuse in fw3
 * strip outdated match revisions and aliases to trim down library size

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45758
package/network/utils/iptables/Makefile
package/network/utils/iptables/patches/400-lenient-restore.patch [deleted file]
package/network/utils/iptables/patches/600-shared-libext.patch [new file with mode: 0644]
package/network/utils/iptables/patches/700-disable-legacy-revisions.patch [new file with mode: 0644]