2 # Copyright (C) 2010-2015 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
8 include $(TOPDIR)/rules.mk
15 include $(INCLUDE_DIR)/package.mk
20 DEPENDS:=+kmod-ipv6 +kmod-sit
21 TITLE:=IPv6-in-IPv4 configuration support
22 MAINTAINER:=Jo-Philipp Wich <xm@subsignal.org>
26 define Package/6in4/description
27 Provides support for 6in4 tunnels in /etc/config/network.
28 Refer to http://wiki.openwrt.org/doc/uci/network for
29 configuration details.
35 define Build/Configure
38 define Package/6in4/install
39 $(INSTALL_DIR) $(1)/lib/netifd/proto
40 $(INSTALL_BIN) ./files/6in4.sh $(1)/lib/netifd/proto/6in4.sh
43 $(eval $(call BuildPackage,6in4))