aboutsummaryrefslogtreecommitdiffstats
path: root/package/ipkg
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-11-05 02:16:36 +0000
committerNicolas Thill <nico@openwrt.org>2005-11-05 02:16:36 +0000
commitfdffe64b4645d2f44cf8876681d41ac4d2ef1561 (patch)
tree023aa6c89150198db369868cca93b44e19180e28 /package/ipkg
parent161a21c51c8f3faa9b7608a420c074402d57f048 (diff)
downloadupstream-fdffe64b4645d2f44cf8876681d41ac4d2ef1561.tar.gz
upstream-fdffe64b4645d2f44cf8876681d41ac4d2ef1561.tar.bz2
upstream-fdffe64b4645d2f44cf8876681d41ac4d2ef1561.zip
reorganize/rationalize/format package menuconfig,
make updatedd modular git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2333 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ipkg')
-rw-r--r--package/ipkg/Config.in29
1 files changed, 15 insertions, 14 deletions
diff --git a/package/ipkg/Config.in b/package/ipkg/Config.in
index 1bbb75c6c2..a8bdef97ce 100644
--- a/package/ipkg/Config.in
+++ b/package/ipkg/Config.in
@@ -1,17 +1,18 @@
config BR2_PACKAGE_IPKG
- tristate "ipkg - itsy package management system"
- depends ! BUSYBOX_CONFIG_IPKG
- default y
+ prompt "ipkg.............................. The itsy package management system"
+ tristate
+ default m if BUSYBOX_CONFIG_IPKG
+ default y if ! BUSYBOX_CONFIG_IPKG
help
- Lightweight package management system
- ipkg is the Itsy Package Management System, for handling
- installation and removal of packages on a system. It can
- recursively follow dependencies and download all packages
- necessary to install a particular package.
-
- ipkg knows how to install both .ipk and .deb packages.
-
- ipkg is intended to serve the same functions (and more) for
- Familiar that dpkg and apt serve for Debian, (while taking
- up much less space).
+ Lightweight package management system
+ ipkg is the Itsy Package Management System, for handling
+ installation and removal of packages on a system. It can
+ recursively follow dependencies and download all packages
+ necessary to install a particular package.
+
+ ipkg knows how to install both .ipk and .deb packages.
+
+ ipkg is intended to serve the same functions (and more) for
+ Familiar that dpkg and apt serve for Debian, (while taking
+ up much less space).