mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 23:46:16 +02:00
6relayd: add conffiles section, thanks swalker
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34222 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
763c067152
commit
73a5d9dead
@ -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