4abe38a3a881a2158a7ec82a32d9833a4a8cde57
[openwrt/staging/dedeckeh.git] / openwrt / 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