author | kergoth <kergoth> | 2002-11-09 19:07:36 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-11-09 19:07:36 (UTC) |
commit | 06c28683f9e639edf260ef6645e32e8d0bc15107 (patch) (unidiff) | |
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 @@ | |||
1 | config 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 |
@@ -102,32 +102,33 @@ CONFIG_METAL noncore/styles/metal metal.pro | |||
102 | CONFIG_MINDBREAKER noncore/games/mindbreakermindbreaker.pro | 102 | CONFIG_MINDBREAKER noncore/games/mindbreakermindbreaker.pro |
103 | CONFIG_MINESWEEP noncore/games/minesweepminesweep.pro | 103 | CONFIG_MINESWEEP noncore/games/minesweepminesweep.pro |
104 | CONFIG_MODPLUG core/multimedia/opieplayer/modplugmodplug.pro | 104 | CONFIG_MODPLUG core/multimedia/opieplayer/modplugmodplug.pro |
105 | CONFIG_MULTIKEY inputmethods/multikeymultikey.pro | 105 | CONFIG_MULTIKEY inputmethods/multikeymultikey.pro |
106 | CONFIG_NETMONAPPLET core/applets/netmonappletnetmonapplet.pro | 106 | CONFIG_NETMONAPPLET core/applets/netmonappletnetmonapplet.pro |
107 | CONFIG_NETSYSTEMTIME noncore/settings/netsystemtimenetsystemtime.pro | 107 | CONFIG_NETSYSTEMTIME noncore/settings/netsystemtimenetsystemtime.pro |
108 | CONFIG_NETWORKSETUP noncore/net/networksetupnetworksetup.pro | 108 | CONFIG_NETWORKSETUP noncore/net/networksetupnetworksetup.pro |
109 | CONFIG_NOTESAPPLET noncore/applets/notesappletnotesapplet.pro | 109 | CONFIG_NOTESAPPLET noncore/applets/notesappletnotesapplet.pro |
110 | CONFIG_OBEX core/applets/obexobex.pro | 110 | CONFIG_OBEX core/applets/obexobex.pro |
111 | CONFIG_OIPKG core/apps/oipkgoipkg.pro | 111 | CONFIG_OIPKG core/apps/oipkgoipkg.pro |
112 | CONFIG_OPIE-CONSOLE noncore/apps/opie-consoleopie-console.pro | 112 | CONFIG_OPIE-CONSOLE noncore/apps/opie-consoleopie-console.pro |
113 | CONFIG_OPIE-LOGIN core/opie-loginopie-login.pro | 113 | CONFIG_OPIE-LOGIN core/opie-loginopie-login.pro |
114 | CONFIG_OPIE-READER noncore/apps/opie-readeropie-reader.pro | 114 | CONFIG_OPIE-READER noncore/apps/opie-readeropie-reader.pro |
115 | CONFIG_OPIE-SH noncore/tools/opie-shopie-sh.pro | 115 | CONFIG_OPIE-SH noncore/tools/opie-shopie-sh.pro |
116 | CONFIG_OPIE-SHEET noncore/apps/opie-sheetopie-sheet.pro | 116 | CONFIG_OPIE-SHEET noncore/apps/opie-sheetopie-sheet.pro |
117 | CONFIG_OPIEFTP noncore/net/opieftpopieftp.pro | 117 | CONFIG_OPIEFTP noncore/net/opieftpopieftp.pro |
118 | CONFIG_FTPLIB noncore/net/ftplibftplib.pro | ||
118 | CONFIG_OPIEIRC noncore/net/opieircopieirc.pro | 119 | CONFIG_OPIEIRC noncore/net/opieircopieirc.pro |
119 | CONFIG_OPIEPLAYER core/multimedia/opieplayeropieplayer.pro | 120 | CONFIG_OPIEPLAYER core/multimedia/opieplayeropieplayer.pro |
120 | CONFIG_OXYGEN noncore/apps/oxygenoxygen.pro | 121 | CONFIG_OXYGEN noncore/apps/oxygenoxygen.pro |
121 | CONFIG_PARASHOOT noncore/games/parashootparashoot.pro | 122 | CONFIG_PARASHOOT noncore/games/parashootparashoot.pro |
122 | CONFIG_PICKBOARD inputmethods/pickboardpickboard.pro | 123 | CONFIG_PICKBOARD inputmethods/pickboardpickboard.pro |
123 | CONFIG_QASTEROIDS noncore/games/qasteroidsqasteroids.pro | 124 | CONFIG_QASTEROIDS noncore/games/qasteroidsqasteroids.pro |
124 | CONFIG_QCOP core/apps/qcopqcop.pro | 125 | CONFIG_QCOP core/apps/qcopqcop.pro |
125 | CONFIG_QPDF noncore/graphics/qpdfqpdf.pro | 126 | CONFIG_QPDF noncore/graphics/qpdfqpdf.pro |
126 | CONFIG_REMOTE noncore/tools/remoteremote.pro | 127 | CONFIG_REMOTE noncore/tools/remoteremote.pro |
127 | CONFIG_ROTATION noncore/settings/rotationrotation.pro | 128 | CONFIG_ROTATION noncore/settings/rotationrotation.pro |
128 | CONFIG_SCREENSHOTAPPLET core/applets/screenshotappletscreenshotapplet.pro | 129 | CONFIG_SCREENSHOTAPPLET core/applets/screenshotappletscreenshotapplet.pro |
129 | CONFIG_SECURITY core/settings/securitysecurity.pro | 130 | CONFIG_SECURITY core/settings/securitysecurity.pro |
130 | CONFIG_SHOWIMG noncore/multimedia/showimgshowimg.pro | 131 | CONFIG_SHOWIMG noncore/multimedia/showimgshowimg.pro |
131 | CONFIG_SINGLE singlesingle.pro | 132 | CONFIG_SINGLE singlesingle.pro |
132 | CONFIG_SNAKE noncore/games/snakesnake.pro | 133 | CONFIG_SNAKE noncore/games/snakesnake.pro |
133 | CONFIG_SOLITAIRE noncore/games/solitairesolitaire.pro | 134 | CONFIG_SOLITAIRE noncore/games/solitairesolitaire.pro |