X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/db6df8cc830123e680e41b5e104cd217b03b1edf..9d4c161e2f6e855a6175a45405335663e163a8bd:/openwrt/package/vsftpd/Makefile diff --git a/openwrt/package/vsftpd/Makefile b/openwrt/package/vsftpd/Makefile index 1801d808c..d3c72c859 100644 --- a/openwrt/package/vsftpd/Makefile +++ b/openwrt/package/vsftpd/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=vsftpd -PKG_VERSION:=1.2.2 +PKG_VERSION:=2.0.4 PKG_RELEASE:=1 -PKG_MD5SUM:=5a38e1c69062e7688fbbdae6d1196de2 +PKG_MD5SUM:=c0bf8c7b8e15ab15827172786fc56115 PKG_SOURCE_URL:=ftp://vsftpd.beasts.org/users/cevans/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -37,6 +37,6 @@ $(IPKG_VSFTPD): install -d -m0755 $(IDIR_VSFTPD)/etc/init.d install -m0755 ./files/vsftpd.init $(IDIR_VSFTPD)/etc/init.d/vsftpd install -d -m0755 $(IDIR_VSFTPD)/usr/sbin - cp -fpR $(PKG_INSTALL_DIR)/usr/sbin/vsftpd $(IDIR_VSFTPD)/usr/sbin/ + $(CP) $(PKG_INSTALL_DIR)/usr/sbin/vsftpd $(IDIR_VSFTPD)/usr/sbin/ $(RSTRIP) $(IDIR_VSFTPD) $(IPKG_BUILD) $(IDIR_VSFTPD) $(PACKAGE_DIR)