let ipkg fail when a package file to be installed is not found
[openwrt/openwrt.git] / openwrt / package / ipkg / Config.in
index 4abe38a3a881a2158a7ec82a32d9833a4a8cde57..4cbd295001fe206b6bb12658cb29dc734ffd67dd 100644 (file)
@@ -1,16 +1,18 @@
 config BR2_PACKAGE_IPKG
-       tristate "ipkg"
-       default y
+       prompt "ipkg.............................. The itsy package management system"
+       tristate
+       default n 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).