nat46: Depend on IPV6 as IPv6 is kernel builtin module now (#195)

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
This commit is contained in:
Hans Dedecker 2016-06-12 21:49:18 +02:00 committed by Steven Barth
parent 587dcd0c94
commit 85e771d2f1
1 changed files with 2 additions and 2 deletions

View File

@ -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