From 0bd7c654472835f967d1741d64ab853a987ea758 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 28 May 2010 22:03:30 +0000 Subject: 6in4: - support to automatically determine the local endpoint address from the current IPv4 default gateway - support updating the tunnel endpoint for he.net SVN-Revision: 21612 --- package/6in4/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'package/6in4/Makefile') diff --git a/package/6in4/Makefile b/package/6in4/Makefile index 725c283ded..d88ee16066 100644 --- a/package/6in4/Makefile +++ b/package/6in4/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=6in4 -PKG_VERSION:=1 +PKG_VERSION:=2 PKG_RELEASE:=1 include $(INCLUDE_DIR)/package.mk @@ -36,6 +36,8 @@ endef define Package/6in4/install $(INSTALL_DIR) $(1)/lib/network $(INSTALL_DATA) ./files/6in4.sh $(1)/lib/network/6in4.sh + $(INSTALL_DIR) $(1)/etc/hotplug.d/iface + $(INSTALL_DATA) ./files/6in4.hotplug $(1)/etc/hotplug.d/iface/90-6in4 endef $(eval $(call BuildPackage,6in4)) -- cgit v1.2.3