summaryrefslogtreecommitdiff
path: root/noncore
authorkergoth <kergoth>2002-11-09 19:07:36 (UTC)
committer kergoth <kergoth>2002-11-09 19:07:36 (UTC)
commit06c28683f9e639edf260ef6645e32e8d0bc15107 (patch) (unidiff)
tree4b3c01da2ccf656d3f89d3f3226bb52a2ff36deb /noncore
parent4482a8372144f3afa434416e43b6193a54a99a4e (diff)
downloadopie-06c28683f9e639edf260ef6645e32e8d0bc15107.zip
opie-06c28683f9e639edf260ef6645e32e8d0bc15107.tar.gz
opie-06c28683f9e639edf260ef6645e32e8d0bc15107.tar.bz2
Add ftp library. remember to make -f Makefile.test clean-configs before menuconfig, to ensure the generated configs are updated
Diffstat (limited to 'noncore') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/ftplib/config.in3
-rw-r--r--noncore/net/opieftp/config.in2
2 files changed, 4 insertions, 1 deletions
diff --git a/noncore/net/ftplib/config.in b/noncore/net/ftplib/config.in
new file mode 100644
index 0000000..41878f3
--- a/dev/null
+++ b/noncore/net/ftplib/config.in
@@ -0,0 +1,3 @@
1config FTPLIB
2 boolean "Ftp library"
3 default "y"
diff --git a/noncore/net/opieftp/config.in b/noncore/net/opieftp/config.in
index 9d1e561..1583250 100644
--- a/noncore/net/opieftp/config.in
+++ b/noncore/net/opieftp/config.in
@@ -1,4 +1,4 @@
1 config OPIEFTP 1 config OPIEFTP
2 boolean "opieftp" 2 boolean "opieftp"
3 default "y" 3 default "y"
4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE 4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && FTPLIB