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