]> Git Repo - buildroot-mgba.git/blame - package/Config.in
- fix a few -clean targets.
[buildroot-mgba.git] / package / Config.in
CommitLineData
f6940161
EA
1menu "Package Selection for the target"
2
2d523c23 3
4584c0df 4comment "The default minimal system"
2d523c23 5source "package/busybox/Config.in"
f6940161
EA
6
7
f6940161 8comment "The minimum needed to build a uClibc development system"
f6940161
EA
9source "package/bash/Config.in"
10source "package/bzip2/Config.in"
d749450f 11if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
f6940161 12source "package/coreutils/Config.in"
d749450f 13endif
f6940161 14source "package/diffutils/Config.in"
d749450f 15if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
f6940161
EA
16source "package/ed/Config.in"
17source "package/findutils/Config.in"
d749450f 18endif
f6940161 19source "package/flex/Config.in"
d749450f 20if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
f6940161 21source "package/gawk/Config.in"
d749450f 22endif
f6940161 23source "toolchain/gcc/Config.in.2"
d749450f 24if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
f6940161 25source "package/grep/Config.in"
d749450f 26endif
f6940161 27source "package/make/Config.in"
d749450f 28if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
f6940161 29source "package/patch/Config.in"
2d523c23 30source "package/sed/Config.in"
f6940161 31source "package/tar/Config.in"
d749450f 32endif
f6940161 33
a2fad645 34comment "Other development stuff"
f6940161
EA
35source "package/autoconf/Config.in"
36source "package/automake/Config.in"
f6940161 37source "package/bison/Config.in"
a2fad645 38source "toolchain/ccache/Config.in.2"
8ff8fa76 39source "package/cvs/Config.in"
f6940161 40source "package/distcc/Config.in"
28151cf8 41source "package/dmalloc/Config.in"
2bf4d836 42source "package/expat/Config.in"
f6940161 43source "package/fakeroot/Config.in"
f6940161 44source "package/gettext/Config.in"
ccd252b5
BRF
45source "package/gmp/Config.in"
46source "package/mpfr/Config.in"
a2fad645
BRF
47source "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"
1f928311 53source "package/xerces/Config.in"
a2fad645
BRF
54
55comment "Other stuff"
56source "package/at/Config.in"
57source "package/berkeleydb/Config.in"
58source "package/bsdiff/Config.in"
59source "package/customize/Config.in"
60source "package/dash/Config.in"
61source "package/file/Config.in"
b07203d4 62source "package/kexec/Config.in"
d749450f 63if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
f6940161 64source "package/less/Config.in"
d749450f 65endif
4dcfc9dc 66source "package/libelf/Config.in"
0d7b08da 67source "package/libevent/Config.in"
f6940161 68source "package/libfloat/Config.in"
1f928311 69source "package/liblockfile/Config.in"
dfba3cfe 70source "package/libsysfs/Config.in"
1f928311 71source "package/lockfile-progs/Config.in"
f2a47040 72source "package/lsof/Config.in"
f6940161
EA
73source "package/ltp-testsuite/Config.in"
74source "package/ltrace/Config.in"
f2a5ce4b 75source "package/ltt/Config.in"
f6940161 76source "package/microcom/Config.in"
d749450f 77if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
d5b0e08e
EA
78source "package/module-init-tools/Config.in"
79source "package/modutils/Config.in"
d749450f 80endif
d749450f
BRF
81if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
82# busybox has an editor..
f6940161 83source "package/nano/Config.in"
d749450f 84endif
6a422355 85source "package/portage/Config.in"
d749450f 86if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
f6940161 87source "package/procps/Config.in"
d749450f 88endif
d749450f 89if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
bb5cb3db 90source "package/psmisc/Config.in"
d749450f 91endif
dfa4f837 92source "package/sqlite/Config.in"
f6940161 93source "package/strace/Config.in"
34a0c2f0 94source "package/sudo/Config.in"
d749450f 95if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
8eb1a770 96source "package/sysklogd/Config.in"
d749450f 97# busybox has init and the runit stuff
9c5bb0ec 98source "package/sysvinit/Config.in"
d749450f 99endif
d749450f 100if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
f6940161 101source "package/tinylogin/Config.in"
d749450f 102endif
d749450f 103if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
d749450f 104# busybox has an editor..
51c429bf 105source "package/uemacs/Config.in"
d749450f 106endif
d749450f 107if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
f6940161 108source "package/util-linux/Config.in"
d749450f 109endif
d749450f 110if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
52c9508f 111source "package/which/Config.in"
d749450f 112endif
2d523c23 113
e3162a38
BRF
114menuconfig BR2_NETWORK_SUPPORT
115 bool "Networking"
a2fad645 116 default y
e3162a38
BRF
117 help
118 Support for networking and related packages
119
120if BR2_NETWORK_SUPPORT
121source "package/argus/Config.in"
a2fad645
BRF
122source "package/avahi/Config.in"
123source "package/boa/Config.in"
e3162a38
BRF
124source "package/bind/Config.in"
125source "package/bridge/Config.in"
1f928311 126source "package/curl/Config.in"
e3162a38
BRF
127if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
128source "package/dhcp/Config.in"
129endif
130source "package/dnsmasq/Config.in"
131source "package/dropbear/Config.in"
132source "package/ethtool/Config.in"
9a171e73 133source "package/haserl/Config.in"
e3162a38 134source "package/hostap/Config.in"
70821e33 135source "package/iperf/Config.in"
e3162a38
BRF
136source "package/iproute2/Config.in"
137source "package/ipsec-tools/Config.in"
138source "package/iptables/Config.in"
9e453fb4 139source "package/l2tp/Config.in"
e3162a38
BRF
140source "package/libcgi/Config.in"
141source "package/libcgicc/Config.in"
142source "package/libpcap/Config.in"
143source "package/lighttpd/Config.in"
144source "package/links/Config.in"
145source "package/lrzsz/Config.in"
146source "package/mrouted/Config.in"
147source "package/nbd/Config.in"
a3bf0447 148source "package/ncftp/Config.in"
c41d4413
BRF
149if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
150source "package/netcat/Config.in"
151endif
e3162a38
BRF
152source "package/netkitbase/Config.in"
153source "package/netkittelnet/Config.in"
154source "package/netplug/Config.in"
155source "package/netsnmp/Config.in"
156source "package/nfs-utils/Config.in"
157source "package/ntp/Config.in"
158source "package/openntpd/Config.in"
159source "package/openssh/Config.in"
160source "package/openssl/Config.in"
161source "package/openvpn/Config.in"
162source "package/openswan/Config.in"
163source "package/portmap/Config.in"
164source "package/pppd/Config.in"
165source "package/proftpd/Config.in"
166source "package/rsync/Config.in"
167source "package/samba/Config.in"
168source "package/socat/Config.in"
169source "package/stunnel/Config.in"
170source "package/tcpdump/Config.in"
171source "package/tftpd/Config.in"
172if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
173source "package/thttpd/Config.in"
174endif
175source "package/tn5250/Config.in"
176source "package/ttcp/Config.in"
177if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
178source "package/udhcp/Config.in"
179endif
180source "package/vtun/Config.in"
181if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
182source "package/wget/Config.in"
183endif
184source "package/wireless-tools/Config.in"
185
186endif
187
a2fad645
BRF
188menuconfig BR2_BLOCKDEV_SUPPORT
189 bool "Hardware handling / blockdevices and filesystem maintenance"
190 default y
191 help
192 Support for hardware handling and maintenance, block devices,
193 filesystem creation and maintenance.
e3162a38 194
a2fad645
BRF
195if BR2_BLOCKDEV_SUPPORT
196source "package/acpid/Config.in"
197source "package/dbus/Config.in"
198source "package/dbus-glib/Config.in"
199source "package/dm/Config.in"
200source "package/dmraid/Config.in"
201source "package/e2fsprogs/Config.in"
202source "package/hal/Config.in"
203if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
204source "package/hdparm/Config.in"
205source "package/hotplug/Config.in"
206endif
207source "package/hwdata/Config.in"
208source "package/iostat/Config.in"
209source "package/libraw1394/Config.in"
210source "package/libusb/Config.in"
211source "package/lvm2/Config.in"
212source "package/mdadm/Config.in"
213source "package/memtester/Config.in"
214source "package/mkdosfs/Config.in"
215source "package/mtd/Config.in"
216source "package/pciutils/Config.in"
217source "package/pcmcia/Config.in"
218source "package/raidtools/Config.in"
b6f97359 219source "package/setserial/Config.in"
a2fad645
BRF
220if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
221# busybox has fdisk
222source "package/sfdisk/Config.in"
223endif
224source "package/smartmontools/Config.in"
225if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
226# mdev
227source "package/udev/Config.in"
228endif
229source "package/usbmount/Config.in"
230source "package/usbutils/Config.in"
231source "package/wipe/Config.in"
232source "package/xfsprogs/Config.in"
233endif
234
235menuconfig BR2_AUDIO_SUPPORT
236 bool "Audio libraries and applications"
237 default y
8fd570f2 238 help
a2fad645
BRF
239 Support for audio libraries and applications
240
241if BR2_AUDIO_SUPPORT
242source "package/asterisk/Config.in"
1c0ead41 243source "package/aumix/Config.in"
8298b7d0 244source "package/libid3tag/Config.in"
a2fad645 245source "package/libmad/Config.in"
b33a6fb3 246source "package/libsndfile/Config.in"
bf898045 247source "package/madplay/Config.in"
a2fad645
BRF
248source "package/mpg123/Config.in"
249endif
250
251menuconfig BR2_GRAPHIC_SUPPORT
252 bool "Graphic libraries and applications (graphic/text)"
253 default y
254 help
255 Support for graphic libraries, X Window system and related
256 packages, graphical toolkits, etc.
257
258if BR2_GRAPHIC_SUPPORT
259comment "text rendering libraries"
260source "package/ncurses/Config.in"
261source "package/newt/Config.in"
262source "package/slang/Config.in"
263
264comment "text rendering applications"
265source "package/dialog/Config.in"
266
267comment "graphic libraries"
268source "package/directfb/Config.in"
269source "package/jpeg/Config.in"
270source "package/libpng/Config.in"
271source "package/sdl/Config.in"
272source "package/tiff/Config.in"
273
274comment "other GUIs"
275source "package/qte/Config.in"
276source "package/qtopia4/Config.in"
8fd570f2 277
726abd4e 278#source "package/microwin/Config.in"
a2fad645
BRF
279
280comment "X Window System server"
8fd570f2
BRF
281source "package/xorg/Config.in"
282source "package/tinyx/Config.in"
283comment "X libraries and helper libraries"
a2fad645 284source "package/atk/Config.in"
8fd570f2
BRF
285source "package/cairo/Config.in"
286source "package/pango/Config.in"
287source "package/libglib12/Config.in"
288source "package/libglib2/Config.in"
289source "package/libgtk12/Config.in"
290source "package/libgtk2/Config.in"
9e6af6c0 291source "package/gtk2-engines/Config.in"
8fd570f2
BRF
292source "package/fontconfig/Config.in"
293source "package/freetype/Config.in"
a2fad645 294comment "X Window managers"
8fd570f2
BRF
295source "package/metacity/Config.in"
296comment "X applications"
8fd570f2 297source "package/dillo/Config.in"
e2dde9c7
PK
298source "package/rdesktop/Config.in"
299source "package/rxvt/Config.in"
3ec18d5a 300
8fd570f2 301endif
4584c0df 302
a2fad645
BRF
303menuconfig BR2_COMPRESSOR_SUPPORT
304 bool "Compressors / decompressors"
305 default y
306 help
307 Support for compressors and decompressors like lzo, lzma, bzip2
308
3d982375 309if BR2_COMPRESSOR_SUPPORT
570d834d 310if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
a2fad645 311source "package/gzip/Config.in"
570d834d 312endif
a2fad645
BRF
313source "package/lzo/Config.in"
314source "package/lzma/Config.in"
315source "package/zlib/Config.in"
316endif
317
318menuconfig BR2_SCRIPTING_SUPPORT
319 bool "Interpreter languages / Scripting"
320 default y
321 help
322 Support for scripting languages, interpreter languages.
323
324if BR2_SCRIPTING_SUPPORT
325source "package/microperl/Config.in"
326source "package/python/Config.in"
327source "package/ruby/Config.in"
328source "package/tcl/Config.in"
329endif
330
2d523c23 331endmenu
This page took 0.186464 seconds and 4 git commands to generate.