rosy-file-server: fix conffile name

Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
This commit is contained in:
Huangbin Zhan 2021-10-24 18:32:50 +08:00 committed by Rosen Penev
parent 1c3600ca68
commit e56930a8fc

View file

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=rosy-file-server PKG_NAME:=rosy-file-server
PKG_VERSION:=1.0.0 PKG_VERSION:=1.0.0
PKG_RELEASE:=1 PKG_RELEASE:=$(AUTORELEASE)
PKG_LICENSE:=GPL-2.0 PKG_LICENSE:=GPL-2.0
PKG_MAINTAINER:=Rosy Song <rosysong@rosinson.com> PKG_MAINTAINER:=Rosy Song <rosysong@rosinson.com>
@ -31,7 +31,7 @@ define Package/rosy-file-server/description
endef endef
define Package/rosy-file-server/conffiles define Package/rosy-file-server/conffiles
/etc/config/rosy-file-server /etc/config/rosyfs
endef endef
define Build/Prepare define Build/Prepare