forked from openwrt/openwrt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bump to 2.12, adds support for Linux 4.9 / 4.10 * don't disable format security checks * don't patch and run autoreconf just to suppress a potential but harmless warning Signed-off-by: Ralph Sennhauser <[email protected]>
- Loading branch information
Showing
2 changed files
with
3 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Copyright (C) 2009-2013 OpenWrt.org | ||
# Copyright (C) 2009-2017 OpenWrt.org | ||
# | ||
# This is free software, licensed under the GNU General Public License v2. | ||
# See /LICENSE for more information. | ||
|
@@ -9,22 +9,18 @@ include $(TOPDIR)/rules.mk | |
include $(INCLUDE_DIR)/kernel.mk | ||
|
||
PKG_NAME:=xtables-addons | ||
PKG_VERSION:=2.11 | ||
PKG_VERSION:=2.12 | ||
PKG_RELEASE:=1 | ||
PKG_MD5SUM:=9f3123295db81a9d1bc08dabf075d0d6 | ||
PKG_MD5SUM:=aed5ce0873709ac243f1177fc81ff452 | ||
|
||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz | ||
PKG_SOURCE_URL:=@SF/xtables-addons | ||
PKG_BUILD_DEPENDS:=iptables | ||
PKG_INSTALL:=1 | ||
PKG_BUILD_PARALLEL:=1 | ||
PKG_CHECK_FORMAT_SECURITY:=0 | ||
|
||
PKG_MAINTAINER:=Jo-Philipp Wich <[email protected]> | ||
PKG_LICENSE:=GPL-2.0 | ||
|
||
PKG_FIXUP:=autoreconf | ||
|
||
include $(INCLUDE_DIR)/package.mk | ||
|
||
define Package/xtables-addons | ||
|
11 changes: 0 additions & 11 deletions
11
package/network/utils/xtables-addons/patches/002-fix-kernel-version-detection.patch
This file was deleted.
Oops, something went wrong.