blob: e653a37ff252b726d181cce0f4f87a31cea0c99e [file] [log] [blame]
Eric Andersenf6940162004-10-09 06:13:40 +00001menu "Package Selection for the target"
Eric Andersen2d523c22004-10-09 01:06:03 +00002
Eric Andersenf6940162004-10-09 06:13:40 +00003
Mike Frysinger4584c0d2005-02-10 00:45:43 +00004comment "The default minimal system"
Eric Andersen2d523c22004-10-09 01:06:03 +00005source "package/busybox/Config.in"
Eric Andersenf6940162004-10-09 06:13:40 +00006
7
Eric Andersenf6940162004-10-09 06:13:40 +00008comment "The minimum needed to build a uClibc development system"
Eric Andersenf6940162004-10-09 06:13:40 +00009source "package/bash/Config.in"
10source "package/bzip2/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000011if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
Eric Andersenf6940162004-10-09 06:13:40 +000012source "package/coreutils/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000013endif
Eric Andersenf6940162004-10-09 06:13:40 +000014source "package/diffutils/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000015if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
Eric Andersenf6940162004-10-09 06:13:40 +000016source "package/ed/Config.in"
17source "package/findutils/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000018endif
Eric Andersenf6940162004-10-09 06:13:40 +000019source "package/flex/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000020if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
Eric Andersenf6940162004-10-09 06:13:40 +000021source "package/gawk/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000022endif
Eric Andersenf6940162004-10-09 06:13:40 +000023source "toolchain/gcc/Config.in.2"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000024if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
Eric Andersenf6940162004-10-09 06:13:40 +000025source "package/grep/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000026endif
Eric Andersenf6940162004-10-09 06:13:40 +000027source "package/make/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000028if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
Eric Andersenf6940162004-10-09 06:13:40 +000029source "package/patch/Config.in"
Eric Andersen2d523c22004-10-09 01:06:03 +000030source "package/sed/Config.in"
Eric Andersenf6940162004-10-09 06:13:40 +000031source "package/tar/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000032endif
Eric Andersenf6940162004-10-09 06:13:40 +000033
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +000034comment "Other development stuff"
35source "toolchain/uClibc/Config.in.2"
Eric Andersenf6940162004-10-09 06:13:40 +000036source "package/autoconf/Config.in"
37source "package/automake/Config.in"
Eric Andersenf6940162004-10-09 06:13:40 +000038source "package/bison/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +000039source "toolchain/ccache/Config.in.2"
Eric Andersenf6940162004-10-09 06:13:40 +000040source "package/distcc/Config.in"
Eric Andersen28151cf2006-12-12 22:16:41 +000041source "package/dmalloc/Config.in"
David Anders2bf4d832006-01-23 20:10:12 +000042source "package/expat/Config.in"
Eric Andersenf6940162004-10-09 06:13:40 +000043source "package/fakeroot/Config.in"
Eric Andersenf6940162004-10-09 06:13:40 +000044source "package/gettext/Config.in"
Bernhard Reutner-Fischerccd252b2006-11-28 16:59:17 +000045source "package/gmp/Config.in"
46source "package/mpfr/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +000047source "package/libtool/Config.in"
48source "package/m4/Config.in"
49source "package/mpatrol/Config.in"
50source "package/pkgconfig/Config.in"
51source "package/readline/Config.in"
52source "package/valgrind/Config.in"
53
54comment "Other stuff"
55source "package/at/Config.in"
56source "package/berkeleydb/Config.in"
57source "package/bsdiff/Config.in"
58source "package/customize/Config.in"
59source "package/dash/Config.in"
60source "package/file/Config.in"
Bernhard Reutner-Fischerb07203d2006-12-20 16:38:22 +000061source "package/kexec/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000062if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
Eric Andersenf6940162004-10-09 06:13:40 +000063source "package/less/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000064endif
Eric Andersen4dcfc9d2005-02-25 03:22:54 +000065source "package/libelf/Config.in"
"Steven J. Hill"0d7b08d2007-01-14 01:04:33 +000066source "package/libevent/Config.in"
Eric Andersenf6940162004-10-09 06:13:40 +000067source "package/libfloat/Config.in"
Eric Andersendfba3cf2005-04-26 06:26:14 +000068source "package/libsysfs/Config.in"
Eric Andersenf2a47042006-06-23 06:53:28 +000069source "package/lsof/Config.in"
Eric Andersenf6940162004-10-09 06:13:40 +000070source "package/ltp-testsuite/Config.in"
71source "package/ltrace/Config.in"
Eric Andersenf2a5ce42005-09-30 20:41:41 +000072source "package/ltt/Config.in"
Eric Andersenf6940162004-10-09 06:13:40 +000073source "package/microcom/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000074if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
Eric Andersend5b0e082005-06-09 09:46:12 +000075source "package/module-init-tools/Config.in"
76source "package/modutils/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000077endif
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000078if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
79# busybox has an editor..
Eric Andersenf6940162004-10-09 06:13:40 +000080source "package/nano/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000081endif
Mike Frysinger6a422352004-10-14 20:13:24 +000082source "package/portage/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000083if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
Eric Andersenf6940162004-10-09 06:13:40 +000084source "package/procps/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000085endif
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000086if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
Mike Frysingerbb5cb3d2005-11-19 09:39:50 +000087source "package/psmisc/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000088endif
Peter Korsgaarddfa4f832006-09-26 16:01:07 +000089source "package/sqlite/Config.in"
Eric Andersenf6940162004-10-09 06:13:40 +000090source "package/strace/Config.in"
Eric Andersen34a0c2f2006-04-11 00:27:51 +000091source "package/sudo/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000092if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
Bernhard Reutner-Fischer8eb1a772007-01-17 12:28:23 +000093source "package/sysklogd/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000094# busybox has init and the runit stuff
Mike Frysinger9c5bb0e2005-12-13 05:01:49 +000095source "package/sysvinit/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000096endif
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000097if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
Eric Andersenf6940162004-10-09 06:13:40 +000098source "package/tinylogin/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000099endif
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +0000100if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +0000101# busybox has an editor..
Eric Andersen51c429b2006-04-06 17:45:35 +0000102source "package/uemacs/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +0000103endif
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +0000104if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
Eric Andersenf6940162004-10-09 06:13:40 +0000105source "package/util-linux/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +0000106endif
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +0000107if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
Mike Frysinger52c95082004-11-11 14:28:17 +0000108source "package/which/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +0000109endif
Eric Andersen2d523c22004-10-09 01:06:03 +0000110
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000111menuconfig BR2_NETWORK_SUPPORT
112 bool "Networking"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000113 default y
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000114 help
115 Support for networking and related packages
116
117if BR2_NETWORK_SUPPORT
118source "package/argus/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000119source "package/avahi/Config.in"
120source "package/boa/Config.in"
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000121source "package/bind/Config.in"
122source "package/bridge/Config.in"
123if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
124source "package/dhcp/Config.in"
125endif
126source "package/dnsmasq/Config.in"
127source "package/dropbear/Config.in"
128source "package/ethtool/Config.in"
Bernhard Reutner-Fischer9a171e72007-01-17 12:31:15 +0000129source "package/haserl/Config.in"
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000130source "package/hostap/Config.in"
131source "package/iproute2/Config.in"
132source "package/ipsec-tools/Config.in"
133source "package/iptables/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000134source "package/l2tp/Config.in"
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000135source "package/libcgi/Config.in"
136source "package/libcgicc/Config.in"
137source "package/libpcap/Config.in"
138source "package/lighttpd/Config.in"
139source "package/links/Config.in"
140source "package/lrzsz/Config.in"
141source "package/mrouted/Config.in"
142source "package/nbd/Config.in"
143source "package/netkitbase/Config.in"
144source "package/netkittelnet/Config.in"
145source "package/netplug/Config.in"
146source "package/netsnmp/Config.in"
147source "package/nfs-utils/Config.in"
148source "package/ntp/Config.in"
149source "package/openntpd/Config.in"
150source "package/openssh/Config.in"
151source "package/openssl/Config.in"
152source "package/openvpn/Config.in"
153source "package/openswan/Config.in"
154source "package/portmap/Config.in"
155source "package/pppd/Config.in"
156source "package/proftpd/Config.in"
157source "package/rsync/Config.in"
158source "package/samba/Config.in"
159source "package/socat/Config.in"
160source "package/stunnel/Config.in"
161source "package/tcpdump/Config.in"
162source "package/tftpd/Config.in"
163if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
164source "package/thttpd/Config.in"
165endif
166source "package/tn5250/Config.in"
167source "package/ttcp/Config.in"
168if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
169source "package/udhcp/Config.in"
170endif
171source "package/vtun/Config.in"
172if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
173source "package/wget/Config.in"
174endif
175source "package/wireless-tools/Config.in"
176
177endif
178
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000179menuconfig BR2_BLOCKDEV_SUPPORT
180 bool "Hardware handling / blockdevices and filesystem maintenance"
181 default y
Bernhard Reutner-Fischer8fd570f2007-01-17 11:34:20 +0000182 help
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000183 Support for hardware handling and maintenance, block devices,
184 filesystem creation and maintenance.
Bernhard Reutner-Fischer8fd570f2007-01-17 11:34:20 +0000185
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000186if BR2_BLOCKDEV_SUPPORT
187source "package/acpid/Config.in"
188source "package/dbus/Config.in"
189source "package/dbus-glib/Config.in"
190source "package/dm/Config.in"
191source "package/dmraid/Config.in"
192source "package/e2fsprogs/Config.in"
193source "package/hal/Config.in"
194if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
195source "package/hdparm/Config.in"
196source "package/hotplug/Config.in"
197endif
198source "package/hwdata/Config.in"
199source "package/iostat/Config.in"
200source "package/libraw1394/Config.in"
201source "package/libusb/Config.in"
202source "package/lvm2/Config.in"
203source "package/mdadm/Config.in"
204source "package/memtester/Config.in"
205source "package/mkdosfs/Config.in"
206source "package/mtd/Config.in"
207source "package/pciutils/Config.in"
208source "package/pcmcia/Config.in"
209source "package/raidtools/Config.in"
210if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
211# busybox has fdisk
212source "package/sfdisk/Config.in"
213endif
214source "package/smartmontools/Config.in"
215if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
216# mdev
217source "package/udev/Config.in"
218endif
219source "package/usbmount/Config.in"
220source "package/usbutils/Config.in"
221source "package/wipe/Config.in"
222source "package/xfsprogs/Config.in"
223endif
224
225menuconfig BR2_AUDIO_SUPPORT
226 bool "Audio libraries and applications"
227 default y
228 help
229 Support for audio libraries and applications
230
231if BR2_AUDIO_SUPPORT
232source "package/asterisk/Config.in"
233source "package/libmad/Config.in"
234source "package/mpg123/Config.in"
235endif
236
237menuconfig BR2_GRAPHIC_SUPPORT
238 bool "Graphic libraries and applications (graphic/text)"
239 default y
240 help
241 Support for graphic libraries, X Window system and related
242 packages, graphical toolkits, etc.
243
244if BR2_GRAPHIC_SUPPORT
245comment "text rendering libraries"
246source "package/ncurses/Config.in"
247source "package/newt/Config.in"
248source "package/slang/Config.in"
249
250comment "text rendering applications"
251source "package/dialog/Config.in"
252
253comment "graphic libraries"
254source "package/directfb/Config.in"
255source "package/jpeg/Config.in"
256source "package/libpng/Config.in"
257source "package/sdl/Config.in"
258source "package/tiff/Config.in"
259
260comment "other GUIs"
261source "package/qte/Config.in"
262source "package/qtopia4/Config.in"
263
Bernhard Reutner-Fischer726abd42007-01-21 12:58:51 +0000264#source "package/microwin/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000265
266comment "X Window System server"
Bernhard Reutner-Fischer8fd570f2007-01-17 11:34:20 +0000267source "package/xorg/Config.in"
268source "package/tinyx/Config.in"
269comment "X libraries and helper libraries"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000270source "package/atk/Config.in"
Bernhard Reutner-Fischer8fd570f2007-01-17 11:34:20 +0000271source "package/cairo/Config.in"
272source "package/pango/Config.in"
273source "package/libglib12/Config.in"
274source "package/libglib2/Config.in"
275source "package/libgtk12/Config.in"
276source "package/libgtk2/Config.in"
277source "package/fontconfig/Config.in"
278source "package/freetype/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000279comment "X Window managers"
Bernhard Reutner-Fischer8fd570f2007-01-17 11:34:20 +0000280source "package/metacity/Config.in"
281comment "X applications"
Bernhard Reutner-Fischer8fd570f2007-01-17 11:34:20 +0000282source "package/dillo/Config.in"
Peter Korsgaarde2dde9c2007-01-17 13:58:01 +0000283source "package/rdesktop/Config.in"
284source "package/rxvt/Config.in"
Bernhard Reutner-Fischer3ec18d52007-01-17 12:03:59 +0000285
Bernhard Reutner-Fischer8fd570f2007-01-17 11:34:20 +0000286endif
Mike Frysinger4584c0d2005-02-10 00:45:43 +0000287
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000288menuconfig BR2_COMPRESSOR_SUPPORT
289 bool "Compressors / decompressors"
290 default y
291 help
292 Support for compressors and decompressors like lzo, lzma, bzip2
293
294if BR2_COMPRESSOR_SUPPORT_SUPPORT
295source "package/gzip/Config.in"
296source "package/lzo/Config.in"
297source "package/lzma/Config.in"
298source "package/zlib/Config.in"
299endif
300
301menuconfig BR2_SCRIPTING_SUPPORT
302 bool "Interpreter languages / Scripting"
303 default y
304 help
305 Support for scripting languages, interpreter languages.
306
307if BR2_SCRIPTING_SUPPORT
308source "package/microperl/Config.in"
309source "package/python/Config.in"
310source "package/ruby/Config.in"
311source "package/tcl/Config.in"
312endif
313
Eric Andersen2d523c22004-10-09 01:06:03 +0000314endmenu