summaryrefslogtreecommitdiff
path: root/package/network/ipv6/odhcp6c/Makefile
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2013-01-13 17:35:09 +0000
committerSteven Barth <cyrus@openwrt.org>2013-01-13 17:35:09 +0000
commitf0df2006af4b7d365c313f6028addc80467cb10f (patch)
tree74d7121c1db5b2ad659e03c2aabf3dbf30d3f498 /package/network/ipv6/odhcp6c/Makefile
parentb58a13cb2c65b202c0ffe84fa6c02376cb994b7d (diff)
downloadmtk-20170518-f0df2006af4b7d365c313f6028addc80467cb10f.zip
mtk-20170518-f0df2006af4b7d365c313f6028addc80467cb10f.tar.gz
mtk-20170518-f0df2006af4b7d365c313f6028addc80467cb10f.tar.bz2
odhcp6c: Add preliminary proto-handler
SVN-Revision: 35135
Diffstat (limited to 'package/network/ipv6/odhcp6c/Makefile')
-rw-r--r--package/network/ipv6/odhcp6c/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/package/network/ipv6/odhcp6c/Makefile b/package/network/ipv6/odhcp6c/Makefile
index 636b987..f97e6ac 100644
--- a/package/network/ipv6/odhcp6c/Makefile
+++ b/package/network/ipv6/odhcp6c/Makefile
@@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=odhcp6c
-PKG_VERSION:=2013-01-02
+PKG_VERSION:=2013-01-11
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
@@ -31,6 +31,9 @@ endef
define Package/odhcp6c/install
$(INSTALL_DIR) $(1)/usr/sbin/
$(INSTALL_BIN) $(PKG_BUILD_DIR)/odhcp6c $(1)/usr/sbin/
+ $(INSTALL_DIR) $(1)/lib/netifd/proto
+ $(INSTALL_BIN) ./files/dhcpv6.sh $(1)/lib/netifd/proto/dhcpv6.sh
+ $(INSTALL_BIN) ./files/dhcpv6.script $(1)/lib/netifd/
endef
$(eval $(call BuildPackage,odhcp6c))