6relayd: add conffiles section, thanks swalker
SVN-Revision: 34222
This commit is contained in:
parent
a4c205011b
commit
417af03ba5
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user