X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=net%2Funfs3%2FMakefile;h=3764aae3a8f9519dd6053c946b1d649d8da99fb5;hp=ddd6f7102bb0f33d7b88f96935880f9a65fe0d39;hb=2216dbf4f065c4818bee971138e7e6a2efc10f36;hpb=31d768237f721c948093ce7c8550986cdd1d55ed diff --git a/net/unfs3/Makefile b/net/unfs3/Makefile index ddd6f7102b..3764aae3a8 100644 --- a/net/unfs3/Makefile +++ b/net/unfs3/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=unfs3 PKG_VERSION:=0.9.22 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/$(PKG_NAME) @@ -47,4 +47,8 @@ define Package/unfs3/install $(INSTALL_BIN) $(PKG_BUILD_DIR)/unfsd $(1)/usr/sbin endef +define Package/unfs3/conffiles +/etc/exports +endef + $(eval $(call BuildPackage,unfs3))