summaryrefslogtreecommitdiffstats
path: root/target/device/x86
Commit message (Collapse)AuthorAgeFilesLines
* buildroot; move defconfigs to configs/ and print in helpPeter Korsgaard2009-10-042-1596/+0
| | | | | | | | | | 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>
* Fix download directory in default configsMichael Roth2009-09-302-2/+2
| | | | | | | | | | | | | | | Commit a07d6b9d56955bfe0165b5f4ea6d3ed7a92ecff6 changed the meaning of $(BASE_DIR). Previously it was the top level buildroot directory, now it is the 'output' directory. As an side effect, the download directory 'dl' was moved to 'output/dl'. In commit 416323e93442646e344a4e914776520c5e552fa0 the default download directory was moved back to the top level of buildroot. So the various default configurations should reflect this. Fix them. Signed-off-by: Michael Roth <mroth@nessie.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* target: use qstripThomas Petazzoni2009-09-051-4/+2
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* buildroot: fix fallout after qtopia4 -> qt renamePeter Korsgaard2009-08-032-2/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* target/device: rename program invocation symbol in defconfigsPeter Korsgaard2009-07-312-2/+2
| | | | | | The symbol is now BR2_PROGRAM_INVOCATION, not BR2_UCLIBC_PROGRAM_INVOCATION. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Update default linux config for x86Thiago A. Correa2009-05-151-0/+2157
| | | | | Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Update i386_defconfigThiago A. Correa2009-05-151-67/+72
| | | | | Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Remove unused busybox.configThiago A. Correa2009-05-151-719/+0
| | | | | Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Update i686_defconfigThiago A. Correa2009-05-151-17/+25
| | | | | Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* target/device: fix busybox version / .config in defconfigsPeter Korsgaard2009-04-291-2/+2
|
* Updated i686 configThiago A. CorrĂȘa2009-04-171-52/+49
|
* Fix busybox config file locationThiago A. CorrĂȘa2009-04-171-1/+1
|
* target/device/x86: only include Makefile if BR2_TARGET_X86 is enabledPeter Korsgaard2009-03-241-1/+1
| | | | Fixes build breakage for !BR2_TARGET_X86 in kernel headers.
* pkgconfig: add pkgconfig package for targetPeter Korsgaard2009-03-182-2/+0
| | | | | | | | | | | | | The host versions shouldn't be visible in Kconfig, so remove the reference to BR2_PACKAGE_PKGCONFIG everywhere and prefix the host targets with host-. At the same time add pkgconfig for the target (E.G. for development) and let BR2_PACKAGE_PKGCONFIG control that package. Notice: all defconfigs in the tree have been updated, but make sure to disable the pkgconfig package (unless you want it) if you use an external config, otherwise you'll end up with pkgconfig and glib2 in the target.
* s/buildroot.uclibc.org/buildroot.net/Peter Korsgaard2009-03-022-2/+2
|
* readline: s/BR2_READLINE/BR2_PACKAGE_READLINE/Peter Korsgaard2009-01-302-2/+2
| | | | Package configs should start with BR2_PACKAGE_.
* Remove default value from choice in x86 configUlf Samuelsson2009-01-291-1/+0
|
* Update x86 BSP to latest uclibc/linux/tools versionsUlf Samuelsson2009-01-2911-132/+3091
|
* Clean up x86 supportUlf Samuelsson2009-01-294-1984/+24
|
* add .empty files for git-svnPeter Korsgaard2009-01-052-0/+0
| | | | | | | | git-svn (and git) doesn't handle empty directories, so add .empty files to those dirs like elsewhere in buildroot. Those empty directories are normally not a big deal, but the recent changes to u-boot broke the build.
* target/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-1/+1
|
* buildroot: s/depends/depends on/Peter Korsgaard2008-06-191-2/+2
| | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree.
* * Removed GCC 4.2.0, added GCC 4.2.3 (take 2)Nigel Kukard2008-03-301-3/+3
|
* * Reverted r21540Nigel Kukard2008-03-281-4/+4
|
* * Bumped GCC to 4.2.2, removed 4.2.0Nigel Kukard2008-03-281-4/+4
|
* Add a defconfig for x86Ulf Samuelsson2008-03-181-0/+750
|
* Use BOARD_PATH instead of BR2_BOARD_PATH for x86Ulf Samuelsson2008-03-181-3/+4
|
* - update i386 sample config a little bitBernhard Reutner-Fischer2007-09-221-0/+2
|
* - adjust configBernhard Reutner-Fischer2007-08-251-5/+11
|
* - adjust configBernhard Reutner-Fischer2007-08-211-208/+173
|
* Ensure KERNEL_HEADER_PATCH_DIR is always defined + empty dir for x86Ulf Samuelsson2007-08-201-0/+2
|
* Update x86 linux26.config to 2.6.22.1; (save 2.6.21.5 file renamed)Ulf Samuelsson2007-08-163-20/+3944
|
* - update defaultsBernhard Reutner-Fischer2007-07-081-0/+2
|
* - bump version to 2.6.21.5Bernhard Reutner-Fischer2007-06-211-26/+101
|
* - update configBernhard Reutner-Fischer2007-06-021-14/+57
|
* - store BR2_PACKAGE_LINUX_KCONFIG and BR2_PACKAGE_LINUX_FORMAT in .configBernhard Reutner-Fischer2007-04-111-1/+11
| | | | - adjust a few defaults.
* - disable compile-broken EDAC_I82875P driverBernhard Reutner-Fischer2007-03-201-1/+1
|
* - turn off some broken modulesBernhard Reutner-Fischer2007-03-141-6/+3
|
* - update sample config a bitBernhard Reutner-Fischer2007-03-141-69/+115
|
* - add skeleton to use busybox and mdev for a rather small skeletonBernhard Reutner-Fischer2007-02-161-1/+1
|
* - reenable linux26Bernhard Reutner-Fischer2007-01-312-3/+0
|
* - set preferred kernel format to bzImage for i386 familyBernhard Reutner-Fischer2007-01-301-0/+1
|
* - make sure to check against ia32Bernhard Reutner-Fischer2007-01-301-0/+2
|
* - generalize the menuconfig linux kernel supportBernhard Reutner-Fischer2007-01-302-17/+1
| | | | - simplify toplevel mkdir rules a tiny bit
* - drop some stuffBernhard Reutner-Fischer2007-01-301-16/+16
|
* - update snapshot config for ia32 configBernhard Reutner-Fischer2007-01-301-98/+131
|
* - fixup after self. Kernel for the x86 family is now built againBernhard Reutner-Fischer2007-01-291-1/+0
|
* - apply Soekris update from Eric MilonBernhard Reutner-Fischer2007-01-292-119/+5
| | | | - mv the linux26.mk into a more generic place for use with other arches/boards (breaks the kernel, will fix up soonish)
* - andersee, why was this duplicated and hardcoded here?Bernhard Reutner-Fischer2007-01-151-2/+5
|
* - move setting the TARGET_DEVICE_DEPMOD up one levelBernhard Reutner-Fischer2006-12-221-2/+0
|