Skip to content
Snippets Groups Projects
Commit 417af03b authored by Steven Barth's avatar Steven Barth
Browse files

6relayd: add conffiles section, thanks swalker

SVN-Revision: 34222
parent a4c20501
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=6relayd
PKG_VERSION:=2012-11-16
PKG_VERSION:=2012-11-17
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
......@@ -39,6 +39,10 @@ define Package/6relayd/description
stateless DHCPv6 service where size matters.
endef
define Package/6relayd/conffiles
/etc/config/6relayd
endef
define Package/6relayd/install
$(INSTALL_DIR) $(1)/usr/sbin/
$(INSTALL_BIN) $(PKG_BUILD_DIR)/6relayd $(1)/usr/sbin/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment