diff --git a/net/coova-chilli/Makefile b/net/coova-chilli/Makefile index 97d2acf38b..fe65b29a5b 100644 --- a/net/coova-chilli/Makefile +++ b/net/coova-chilli/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=coova-chilli PKG_VERSION:=1.6 -PKG_RELEASE:=10 +PKG_RELEASE:=11 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/coova/coova-chilli/tar.gz/$(PKG_VERSION)? diff --git a/net/coova-chilli/patches/020-libxt_coova-Use-constructor-instead-of-_init.patch b/net/coova-chilli/patches/020-libxt_coova-Use-constructor-instead-of-_init.patch index 672c34394a..a364a8ff50 100644 --- a/net/coova-chilli/patches/020-libxt_coova-Use-constructor-instead-of-_init.patch +++ b/net/coova-chilli/patches/020-libxt_coova-Use-constructor-instead-of-_init.patch @@ -26,7 +26,7 @@ Signed-off-by: Hauke Mehrtens }; -void _init(void) -+void __attribute__ ((constructor)) xtables_init(void) ++void __attribute__ ((constructor)) libxt_coova_init(void) { xtables_register_match(&coova_mt_reg); xtables_register_match(&coova_mt6_reg);