X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=package%2Fnetwork%2Fipv6%2Fmap%2FMakefile;h=f05f216a4c8f1b27cb95e400ee71b1214883e4c1;hb=f54611b06d8867e4f17a0759b8c47f67cb3bc02c;hp=3757ed608820c75ca853d6d59d77a4171c13a2d6;hpb=e23052ab749ae9e9aa272caee7c065f7a98c82c1;p=openwrt%2Fstaging%2Fhauke.git diff --git a/package/network/ipv6/map/Makefile b/package/network/ipv6/map/Makefile index 3757ed6088..f05f216a4c 100644 --- a/package/network/ipv6/map/Makefile +++ b/package/network/ipv6/map/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=map PKG_VERSION:=4 -PKG_RELEASE:=2 +PKG_RELEASE:=13 PKG_LICENSE:=GPL-2.0 include $(INCLUDE_DIR)/package.mk @@ -18,21 +18,17 @@ include $(INCLUDE_DIR)/cmake.mk define Package/map SECTION:=net CATEGORY:=Network - DEPENDS:=+kmod-ipv6 +kmod-ip6-tunnel +libubox +libubus +iptables-mod-conntrack-extra - TITLE:=MAP-E and Lightweight 4over6 configuration support - MAINTAINER:=Steven Barth + DEPENDS:=@IPV6 +kmod-ip6-tunnel +libubox +libubus +iptables-mod-conntrack-extra +kmod-nat46 + TITLE:=MAP-E/MAP-T and Lightweight 4over6 configuration support + MAINTAINER:=Hans Dedecker + PROVIDES:=map-t endef define Package/map/description - Provides support for MAP-E (draft-ietf-softwire-map) and - Lightweight 4over6 (draft-ietf-softwire-lw4over6) in /etc/config/network. - Refer to http://wiki.openwrt.org/doc/uci/network for - configuration details. -endef - -define Build/Prepare - mkdir -p $(PKG_BUILD_DIR) - $(CP) ./src/* $(PKG_BUILD_DIR)/ + Provides support for MAP-E (RFC7597), MAP-T (RFC7599) and + Lightweight 4over6 (RFC7596) in /etc/config/network. + MAP combines address and port translation with the tunneling + of IPv4 packets over an IPv6 network endef define Package/map/install