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 1774c10dba
commit 9a64273132
1 changed files with 12 additions and 0 deletions

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