From 85e771d2f1ca1981983238073ffc602981acbb40 Mon Sep 17 00:00:00 2001 From: Hans Dedecker Date: Sun, 12 Jun 2016 21:49:18 +0200 Subject: [PATCH] nat46: Depend on IPV6 as IPv6 is kernel builtin module now (#195) Signed-off-by: Hans Dedecker --- nat46/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.35.1