mirror of
https://github.com/openwrt/routing.git
synced 2025-12-21 21:24:32 +04:00
nat46: add map-t meta-package
Signed-off-by: Steven Barth <steven@midlink.org>
This commit is contained in:
@@ -21,6 +21,13 @@ PKG_MAINTAINER:=Steven Barth <cyrus@openwrt.org>
|
|||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
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
|
define KernelPackage/nat46
|
||||||
DEPENDS:=+kmod-ipv6
|
DEPENDS:=+kmod-ipv6
|
||||||
TITLE:=Stateless NAT46 translation kernel module
|
TITLE:=Stateless NAT46 translation kernel module
|
||||||
@@ -38,4 +45,9 @@ define Build/Compile
|
|||||||
modules
|
modules
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/map-t/install
|
||||||
|
true
|
||||||
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,nat46))
|
$(eval $(call KernelPackage,nat46))
|
||||||
|
$(eval $(call BuildPackage,map-t))
|
||||||
|
|||||||
Reference in New Issue
Block a user