packages/ushare: add /etc/config/ushare to conffiles define

git-svn-id: svn://svn.openwrt.org/openwrt/packages@29198 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2011-11-16 20:02:32 +00:00
parent 38b5520010
commit 6bb943088b

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=ushare
PKG_VERSION:=1.1a
PKG_RELEASE:=3
PKG_RELEASE:=4
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://ushare.geexbox.org/releases/
@ -57,6 +57,7 @@ define Build/Configure
endef
define Package/ushare/conffiles
/etc/config/ushare
/etc/ushare.conf
endef