summaryrefslogtreecommitdiff
authorkergoth <kergoth>2002-11-09 19:07:36 (UTC)
committer kergoth <kergoth>2002-11-09 19:07:36 (UTC)
commit06c28683f9e639edf260ef6645e32e8d0bc15107 (patch) (side-by-side diff)
tree4b3c01da2ccf656d3f89d3f3226bb52a2ff36deb
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 (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/ftplib/config.in3
-rw-r--r--noncore/net/opieftp/config.in2
-rw-r--r--packages1
3 files changed, 5 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 @@
+config FTPLIB
+ boolean "Ftp library"
+ 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 @@
config OPIEFTP
boolean "opieftp"
default "y"
- depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE
+ depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && FTPLIB
diff --git a/packages b/packages
index 448036e..9f9387a 100644
--- a/packages
+++ b/packages
@@ -112,12 +112,13 @@ CONFIG_OIPKG core/apps/oipkg oipkg.pro
CONFIG_OPIE-CONSOLE noncore/apps/opie-console opie-console.pro
CONFIG_OPIE-LOGIN core/opie-login opie-login.pro
CONFIG_OPIE-READER noncore/apps/opie-reader opie-reader.pro
CONFIG_OPIE-SH noncore/tools/opie-sh opie-sh.pro
CONFIG_OPIE-SHEET noncore/apps/opie-sheet opie-sheet.pro
CONFIG_OPIEFTP noncore/net/opieftp opieftp.pro
+CONFIG_FTPLIB noncore/net/ftplib ftplib.pro
CONFIG_OPIEIRC noncore/net/opieirc opieirc.pro
CONFIG_OPIEPLAYER core/multimedia/opieplayer opieplayer.pro
CONFIG_OXYGEN noncore/apps/oxygen oxygen.pro
CONFIG_PARASHOOT noncore/games/parashoot parashoot.pro
CONFIG_PICKBOARD inputmethods/pickboard pickboard.pro
CONFIG_QASTEROIDS noncore/games/qasteroids qasteroids.pro