fix typos in CONFIG_SITE files
[openwrt/svn-archive/openwrt.git] / openwrt / package / ipkg / Config.in
1 config BR2_PACKAGE_IPKG
2 tristate
3 default n
4 depends BR2_PACKAGE_IPKG_C || BR2_PACKAGE_IPKG_SH
5
6 config BR2_PACKAGE_IPKG_C
7 tristate "ipkg - itsy package management system"
8 default y
9 select BR2_PACKAGE_IPKG
10 help
11 Lightweight package management system
12 ipkg is the Itsy Package Management System, for handling
13 installation and removal of packages on a system. It can
14 recursively follow dependencies and download all packages
15 necessary to install a particular package.
16
17 ipkg knows how to install both .ipk and .deb packages.
18
19 ipkg is intended to serve the same functions (and more) for
20 Familiar that dpkg and apt serve for Debian, (while taking
21 up much less space).
22
23 config BR2_PACKAGE_IPKG_SH
24 tristate "ipkg-sh - itsy package management system (shell version)"
25 default m if CONFIG_DEVEL
26 default m if BR2_PACKAGE_IMAGEBUILDER
27 select BR2_PACKAGE_IPKG
28 help
29 Lightweight package management system
30 ipkg is the Itsy Package Management System, for handling
31 installation and removal of packages on a system. It can
32 recursively follow dependencies and download all packages
33 necessary to install a particular package.
34
35 ipkg knows how to install both .ipk and .deb packages.
36
37 ipkg is intended to serve the same functions (and more) for
38 Familiar that dpkg and apt serve for Debian, (while taking
39 up much less space).
40
41 if (BR2_PACKAGE_IPKG_C = y) && (BR2_PACKAGE_IPKG_SH = y)
42 comment "WARNING: both ipkg and ipkg-sh are selected for installation !"
43 endif