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:
parent
587dcd0c94
commit
85e771d2f1
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
include $(INCLUDE_DIR)/kernel.mk
|
include $(INCLUDE_DIR)/kernel.mk
|
||||||
|
|
||||||
PKG_NAME:=nat46
|
PKG_NAME:=nat46
|
||||||
PKG_VERSION:=6
|
PKG_VERSION:=7
|
||||||
PKG_RELEASE:=$(PKG_SOURCE_VERSION)
|
PKG_RELEASE:=$(PKG_SOURCE_VERSION)
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
|
@ -37,7 +37,7 @@ define Package/464xlat
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/nat46
|
define KernelPackage/nat46
|
||||||
DEPENDS:=+kmod-ipv6
|
DEPENDS:=@IPV6
|
||||||
TITLE:=Stateless NAT46 translation kernel module
|
TITLE:=Stateless NAT46 translation kernel module
|
||||||
SECTION:=kernel
|
SECTION:=kernel
|
||||||
SUBMENU:=Network Support
|
SUBMENU:=Network Support
|
||||||
|
|
Loading…
Reference in a new issue