author | kergoth <kergoth> | 2002-11-09 19:07:36 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-11-09 19:07:36 (UTC) |
commit | 06c28683f9e639edf260ef6645e32e8d0bc15107 (patch) (side-by-side diff) | |
tree | 4b3c01da2ccf656d3f89d3f3226bb52a2ff36deb | |
parent | 4482a8372144f3afa434416e43b6193a54a99a4e (diff) | |
download | opie-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
-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 @@ -94,48 +94,49 @@ CONFIG_LIBMPEG3 core/multimedia/opieplayer/libmpeg3 libmpeg3.pro CONFIG_LIBOPIE libopie libopie.pro CONFIG_LIBQPE library library.pro CONFIG_LIGHT-AND-POWER core/settings/light-and-power light-and-power.pro CONFIG_LIQUID noncore/styles/liquid liquid.pro CONFIG_LOGOUTAPPLET core/applets/logoutapplet logoutapplet.pro CONFIG_MAIL noncore/mail mail.pro CONFIG_MEDIUMMOUNT noncore/settings/mediummount mediummount.pro CONFIG_METAL noncore/styles/metal metal.pro CONFIG_MINDBREAKER noncore/games/mindbreaker mindbreaker.pro CONFIG_MINESWEEP noncore/games/minesweep minesweep.pro CONFIG_MODPLUG core/multimedia/opieplayer/modplug modplug.pro CONFIG_MULTIKEY inputmethods/multikey multikey.pro CONFIG_NETMONAPPLET core/applets/netmonapplet netmonapplet.pro CONFIG_NETSYSTEMTIME noncore/settings/netsystemtime netsystemtime.pro CONFIG_NETWORKSETUP noncore/net/networksetup networksetup.pro 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 CONFIG_REMOTE noncore/tools/remote remote.pro CONFIG_ROTATION noncore/settings/rotation rotation.pro CONFIG_SCREENSHOTAPPLET core/applets/screenshotapplet screenshotapplet.pro CONFIG_SECURITY core/settings/security security.pro CONFIG_SHOWIMG noncore/multimedia/showimg showimg.pro CONFIG_SINGLE single single.pro CONFIG_SNAKE noncore/games/snake snake.pro CONFIG_SOLITAIRE noncore/games/solitaire solitaire.pro CONFIG_SOUND noncore/settings/sound sound.pro CONFIG_SSHKEYS noncore/settings/sshkeys sshkeys.pro CONFIG_SUSPENDAPPLET core/applets/suspendapplet suspendapplet.pro CONFIG_SYSINFO noncore/apps/sysinfo sysinfo.pro CONFIG_TABLEVIEWER noncore/apps/tableviewer tableviewer.pro CONFIG_TABMANAGER noncore/settings/tabmanager tabmanager.pro CONFIG_TETRIX noncore/games/tetrix tetrix.pro CONFIG_TEXTEDIT core/apps/textedit textedit.pro |