diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-05-28 22:03:30 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-05-28 22:03:30 +0000 |
commit | 8c69d5f95c0721ffbe9d72e1f7187d60784a2cb9 (patch) | |
tree | 6c408919a9689baa494d4f0b0295682c9d30642b /package/6in4/Makefile | |
parent | 98e5d71d12ba3ef766b9c26c301fe0d781ddafae (diff) |
[package] 6in4:
- support to automatically determine the local endpoint address from the current IPv4 default gateway
- support updating the tunnel endpoint for he.net
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21612 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/6in4/Makefile')
-rw-r--r-- | package/6in4/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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)) |