summaryrefslogtreecommitdiff
path: root/package/rsync
diff options
context:
space:
mode:
Diffstat (limited to 'package/rsync')
-rw-r--r--package/rsync/Config.in10
-rw-r--r--package/rsync/Makefile1
2 files changed, 1 insertions, 10 deletions
diff --git a/package/rsync/Config.in b/package/rsync/Config.in
deleted file mode 100644
index 031c93076..000000000
--- a/package/rsync/Config.in
+++ /dev/null
@@ -1,10 +0,0 @@
-config ADK_PACKAGE_RSYNC
- prompt "rsync............................. file transfer utility"
- tristate
- select ADK_PACKAGE_LIBPOPT
- default n
- help
- An utility that provides fast incremental file transfer
-
- http://rsync.samba.org
-
diff --git a/package/rsync/Makefile b/package/rsync/Makefile
index 013bffe81..b34584534 100644
--- a/package/rsync/Makefile
+++ b/package/rsync/Makefile
@@ -6,6 +6,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= rsync
PKG_VERSION:= 3.0.6
PKG_RELEASE:= 1
+PKG_BUILDDEP+= popt
PKG_MD5SUM:= e9865d093a18e4668b9d31b635dc8e99
PKG_DESCR:= utility that provides fast incremental file transfer
PKG_SECTION:= net