-rw-r--r-- | noncore/net/ftplib/config.in | 3 | ||||
-rw-r--r-- | noncore/net/opieftp/config.in | 2 | ||||
-rw-r--r-- | packages | 1 |
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 @@ -110,16 +110,17 @@ CONFIG_NOTESAPPLET noncore/applets/notesapplet notesapplet.pro CONFIG_OBEX core/applets/obex obex.pro 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 CONFIG_QCOP core/apps/qcop qcop.pro CONFIG_QPDF noncore/graphics/qpdf qpdf.pro |