copy ipkg shell script to scripts/, change the reference in rules.mk and add the...
[openwrt-10.03/.git] / package / ipkg / Config.in
1 config BR2_PACKAGE_IPKG
2         tristate "ipkg"
3         default y
4         help
5          Lightweight package management system
6          ipkg is the Itsy Package Management System, for handling
7          installation and removal of packages on a system. It can
8          recursively follow dependencies and download all packages
9          necessary to install a particular package.
10          
11          ipkg knows how to install both .ipk and .deb packages.
12
13          ipkg is intended to serve the same functions (and more) for
14          Familiar that dpkg and apt serve for Debian, (while taking
15          up much less space).
16