X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=package%2Fnetwork%2Fconfig%2Ffirewall%2FMakefile;h=830a1b268f15e9e6f8251791cf7bdf7e886c34f6;hb=03e5dcbf10b1f67a463735efd8db3386f91473fd;hp=01fea237f3a96e70cef4725393e4496bd37a84de;hpb=a3f2451fbad3c40e1e8ca9709b14e04c7e9cf03d;p=openwrt%2Fopenwrt.git diff --git a/package/network/config/firewall/Makefile b/package/network/config/firewall/Makefile index 01fea237f3..830a1b268f 100644 --- a/package/network/config/firewall/Makefile +++ b/package/network/config/firewall/Makefile @@ -13,9 +13,9 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/firewall3.git -PKG_SOURCE_DATE:=2018-05-19 -PKG_SOURCE_VERSION:=30463d08056db8f03d17c0569581aef96418c38d -PKG_MIRROR_HASH:=d2abcdef3e543a5dfc72a5f9c42d10c90a95327761d108eedf201bbb45365802 +PKG_SOURCE_DATE:=2018-08-13 +PKG_SOURCE_VERSION:=1c4d5bcd1137e61e91dca858fe33d76d7a1dc821 +PKG_MIRROR_HASH:=49f939877a734056455556c90b959c407fd2c4988dc5d86f62a8122ebd7b8899 PKG_MAINTAINER:=Jo-Philipp Wich PKG_LICENSE:=ISC @@ -40,8 +40,8 @@ define Package/firewall/conffiles /etc/firewall.user endef -TARGET_CFLAGS += -ffunction-sections -fdata-sections -TARGET_LDFLAGS += -Wl,--gc-sections +TARGET_CFLAGS += -ffunction-sections -fdata-sections -flto +TARGET_LDFLAGS += -Wl,--gc-sections -flto CMAKE_OPTIONS += $(if $(CONFIG_IPV6),,-DDISABLE_IPV6=1) define Package/firewall/install