OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 7... Line 7...
7   7  
Line 8... Line 8...
8 include $(TOPDIR)/rules.mk 8 include $(TOPDIR)/rules.mk
9   9  
10 PKG_NAME:=map 10 PKG_NAME:=map
11 PKG_VERSION:=4 11 PKG_VERSION:=4
Line 12... Line 12...
12 PKG_RELEASE:=12 12 PKG_RELEASE:=11
13 PKG_LICENSE:=GPL-2.0 13 PKG_LICENSE:=GPL-2.0
Line 14... Line 14...
14   14  
15 include $(INCLUDE_DIR)/package.mk 15 include $(INCLUDE_DIR)/package.mk
16 include $(INCLUDE_DIR)/cmake.mk 16 include $(INCLUDE_DIR)/cmake.mk
17   17  
18 define Package/map 18 define Package/map
19 SECTION:=net 19 SECTION:=net
20 CATEGORY:=Network -  
21 DEPENDS:=@IPV6 +kmod-ip6-tunnel +libubox +libubus +iptables-mod-conntrack-extra +kmod-nat46 20 CATEGORY:=Network
Line 22... Line 21...
22 TITLE:=MAP-E/MAP-T and Lightweight 4over6 configuration support 21 DEPENDS:=@IPV6 +kmod-ip6-tunnel +libubox +libubus +iptables-mod-conntrack-extra
23 MAINTAINER:=Hans Dedecker <dedeckeh@gmail.com> 22 TITLE:=MAP-E and Lightweight 4over6 configuration support
24 PROVIDES:=map-t 23 MAINTAINER:=Hans Dedecker <dedeckeh@gmail.com>
25 endef 24 endef
26   25  
27 define Package/map/description 26 define Package/map/description
Line 28... Line 27...
28 Provides support for MAP-E (RFC7597), MAP-T (RFC7599) and 27 Provides support for MAP-E (draft-ietf-softwire-map) and
29 Lightweight 4over6 (RFC7596) in /etc/config/network. 28 Lightweight 4over6 (draft-ietf-softwire-lw4over6) in /etc/config/network.
30 MAP combines address and port translation with the tunneling 29 Refer to http://wiki.openwrt.org/doc/uci/network for