Fix the path to the sfpt-server binary (#1952)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@7715 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2007-06-23 15:15:46 +00:00
parent 149316e0fa
commit d54e597c43

View File

@ -24,7 +24,8 @@ include $(INCLUDE_DIR)/package.mk
CONFIGURE_ARGS+= \
--enable-winscp-compat \
--enable-scp-compat \
--disable-rsync-compat
--disable-rsync-compat \
--with-sftp-server="/usr/libexec/sftp-server"
define Package/scponly
SECTION:=utils