let ipkg fail when a package file to be installed is not found
[openwrt/staging/wigyori.git] / openwrt / package / ipkg / Config.in
1 config BR2_PACKAGE_IPKG
2 prompt "ipkg.............................. The itsy package management system"
3 tristate
4 default n if BUSYBOX_CONFIG_IPKG
5 default y if ! BUSYBOX_CONFIG_IPKG
6 help
7 Lightweight package management system
8 ipkg is the Itsy Package Management System, for handling
9 installation and removal of packages on a system. It can
10 recursively follow dependencies and download all packages
11 necessary to install a particular package.
12
13 ipkg knows how to install both .ipk and .deb packages.
14
15 ipkg is intended to serve the same functions (and more) for
16 Familiar that dpkg and apt serve for Debian, (while taking
17 up much less space).
18