From: Hans Dedecker Date: Sun, 12 Jun 2016 19:49:18 +0000 (+0200) Subject: nat46: Depend on IPV6 as IPv6 is kernel builtin module now (#195) X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;ds=sidebyside;h=85e771d2f1ca1981983238073ffc602981acbb40;p=lede-routing%2F.git nat46: Depend on IPV6 as IPv6 is kernel builtin module now (#195) Signed-off-by: Hans Dedecker --- diff --git a/nat46/Makefile b/nat46/Makefile index 65b92c2..0283dd4 100644 --- a/nat46/Makefile +++ b/nat46/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=nat46 -PKG_VERSION:=6 +PKG_VERSION:=7 PKG_RELEASE:=$(PKG_SOURCE_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz @@ -37,7 +37,7 @@ define Package/464xlat endef define KernelPackage/nat46 - DEPENDS:=+kmod-ipv6 + DEPENDS:=@IPV6 TITLE:=Stateless NAT46 translation kernel module SECTION:=kernel SUBMENU:=Network Support