summaryrefslogtreecommitdiffstats
path: root/package/6rd/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-06-18 23:08:20 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-06-18 23:08:20 +0000
commitd65c8552032ba94daae2fa137c3dab0d40e7021b (patch)
tree344765f46e2b8e63be04daee9e39c656437da2cd /package/6rd/Makefile
parentfdfffd0fbe8e6353b70ce84441aec99e6f50765e (diff)
downloadmaster-31e0f0ae-d65c8552032ba94daae2fa137c3dab0d40e7021b.tar.gz
master-31e0f0ae-d65c8552032ba94daae2fa137c3dab0d40e7021b.tar.bz2
master-31e0f0ae-d65c8552032ba94daae2fa137c3dab0d40e7021b.zip
6rd: apply the same simplifications done in 6to4 and 6in4
SVN-Revision: 32432
Diffstat (limited to 'package/6rd/Makefile')
-rw-r--r--package/6rd/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/package/6rd/Makefile b/package/6rd/Makefile
index 15b6e7a43e..3d4549674f 100644
--- a/package/6rd/Makefile
+++ b/package/6rd/Makefile
@@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=6rd
-PKG_VERSION:=1
+PKG_VERSION:=2
PKG_RELEASE:=1
include $(INCLUDE_DIR)/package.mk
@@ -48,8 +48,6 @@ define Package/6rd/install
$(INSTALL_BIN) $(PKG_BUILD_DIR)/6rdcalc $(1)/usr/sbin/
$(INSTALL_DIR) $(1)/lib/netifd/proto
$(INSTALL_BIN) ./files/6rd.sh $(1)/lib/netifd/proto/6rd.sh
- $(INSTALL_DIR) $(1)/etc/hotplug.d/iface
- $(INSTALL_DATA) ./files/6rd.hotplug $(1)/etc/hotplug.d/iface/92-6rd
endef
$(eval $(call BuildPackage,6rd))