1
0
mirror of https://git.openwrt.org/feed/routing.git synced 2024-06-26 09:37:31 +02:00

nat46: add map-t meta-package

Signed-off-by: Steven Barth <steven@midlink.org>
This commit is contained in:
Steven Barth 2014-09-02 13:56:54 +02:00
parent 2b73beb313
commit 589aff1736

View File

@ -21,6 +21,13 @@ PKG_MAINTAINER:=Steven Barth <cyrus@openwrt.org>
include $(INCLUDE_DIR)/package.mk
define Package/map-t
SECTION:=net
CATEGORY:=Network
DEPENDS:=+map +kmod-nat46
TITLE:=MAP-T configuration support
endef
define KernelPackage/nat46
DEPENDS:=+kmod-ipv6
TITLE:=Stateless NAT46 translation kernel module
@ -38,4 +45,9 @@ define Build/Compile
modules
endef
define Package/map-t/install
true
endef
$(eval $(call KernelPackage,nat46))
$(eval $(call BuildPackage,map-t))