summaryrefslogtreecommitdiffstats
path: root/configs
Commit message (Collapse)AuthorAgeFilesLines
* Update defconfigs after BR2_GNU_TARGET_SUFFIX removalThomas Petazzoni2010-05-0327-27/+0
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Update defconfigs after BR2_ROOTFS_SUFFIX removalThomas Petazzoni2010-05-0326-26/+0
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Update defconfigs to include BR2_ROOTFS_DEVICE_TABLE definitionThomas Petazzoni2010-04-1723-0/+23
| | | | | | | We only bother updating the defconfigs that need a non-default BR2_ROOTFS_DEVICE_TABLE value. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Update defconfigs after BR2_RECENT removalThomas Petazzoni2010-04-1226-26/+0
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Update defconfigs after BR2_ENABLE_LOCALE_PREGENERATED removalThomas Petazzoni2010-04-1111-11/+0
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Update defconfigs after BR2_GNU_BUILD_SUFFIX removalThomas Petazzoni2010-04-1127-27/+0
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Update defconfigs after BR2_HAVE_{INFOPAGES,MANPAGES} removalThomas Petazzoni2010-04-1126-52/+0
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Update defconfigs after BR2_UPDATE_CONFIG removalThomas Petazzoni2010-04-1127-27/+0
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Update defconfig after BR2_PREFER_IMA removalThomas Petazzoni2010-04-1127-27/+0
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Update defconfigs after fs cleanupThomas Petazzoni2010-04-0921-66/+66
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* fakeroot: remove all references to BR2_HOST_FAKEROOTThomas Petazzoni2010-04-0921-21/+0
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/: fix uboot board name for integrator926 defconfigJohan Thelin2010-04-032-2/+2
| | | | | | | | Closes #817 + #1189 Signed-off-by: Johan Thelin <johan@thelins.se> Signed-off-by: Grant Edwards <grant.b.edwards@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* at91sam9260pf_defconfig: use standard download dir locationPeter Korsgaard2010-02-181-1/+1
| | | | | | Based on patch by Roo <roo.watt@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* defconfigs: use new default location for STAGING_DIRPeter Korsgaard2009-12-1627-27/+27
| | | | | | | | | Reported by Grant Edwards <grant.b.edwards@gmail.com> Use the new default STAGING_DIR location (output/staging) in all the defconfigs for clarity. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* update avr32 defconfigs after uclibc avr32 version removalThomas Petazzoni2009-12-154-10/+8
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Merge branch 'remove-external-toolchain' of ↵Peter Korsgaard2009-12-1526-391/+53
|\ | | | | | | git://git.busybox.net/~tpetazzoni/git/buildroot
| * update AVR32 defconfigsThomas Petazzoni2009-12-146-169/+53
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * Update non-AVR32 defconfigsThomas Petazzoni2009-12-1420-222/+0
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | remove BR2_KERNEL_HURD from defconfig filesThomas Petazzoni2009-12-1426-26/+0
|/ | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* lzma: remove 'target' from lzma package namePeter Korsgaard2009-10-2626-32/+32
| | | | | | We normally don't do this, and it makes using Makefile.autotools.in harder. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: invert hide optionPeter Korsgaard2009-10-1521-21/+21
| | | | | | | | | | Invert the BR2_PACKAGE_BUSYBOX_HIDE_OTHERS option to use positive logic, renaming it to _SHOW_OTHERS. Positive logic is simpler to understand, and it makes all{,package}config do the right thing. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qt: remove commercial license optionMichael Roth2009-10-092-3/+0
| | | | | | | | | | | | It looks like that nobody is using the commercial license option because the code is broken (BR2_QT_COMMERCIAL_PASSWORD typo) and dist.trolltech.com became silent long ago and nobody complained about. So remove the broken and unused stuff. Signed-off-by: Michael Roth <mroth@nessie.de> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qt: remove Kconfig option to enable all pixel depthsMichael Roth2009-10-092-2/+3
| | | | | | | | | | | | | | | | | | The Kconfig menu "Pixel depths" of Qt provides a list with all selectable pixel depths and additionally the option "all". When "all" is selected, the list with all available pixel depths disappears. Because this disappearing of available pixel depths makes no sense under usability aspects, simply remove the option "all". The user could enable all available pixel depths by selecting each individual depth anyway. So no functionality is lost. Signed-off-by: Michael Roth <mroth@nessie.de> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* buildroot; move defconfigs to configs/ and print in helpPeter Korsgaard2009-10-0427-0/+23453
As discussed earlier on the mailing list. It simplifies code, gives more sensible error message on typos and makes the defconfigs easier to find for users. Furthermore, update documentation to match. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>