summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* Update atngw100_defconfig to kernel 2.6.29.2Thiago A. Correa2009-05-081-14/+12
| | | | Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com>
* Update Linux Advanced to 2.6.29.2Thiago A. Correa2009-05-082-11/+16
| | | | Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com>
* Update atngw100_defconfigThiago A. Correa2009-05-081-10/+6
| | | | Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com>
* Make sure AVR32 defconfigs use u-boot 2008.10 (only known version to work ↵Thiago A. Corrêa2009-04-302-47/+50
| | | | properly)
* Undeprecate u-boot 2008.10 since this is the last version known to work with ↵Thiago A. Corrêa2009-04-301-1/+0
| | | | JFFS2 fs and AVR32
* target/device: fix busybox version / .config in defconfigsPeter Korsgaard2009-04-296-14/+14
|
* Fix atngw100_defconfig busybox config locationThiago A. Corrêa2009-04-291-40/+45
|
* Updated i686 configThiago A. Corrêa2009-04-171-52/+49
|
* Fix busybox config file locationThiago A. Corrêa2009-04-171-1/+1
|
* target/generic: support for busybox >= 1.14.x speed=0 handlingPeter Korsgaard2009-04-151-0/+3
|
* unmark the sparc targets as broken, they build if you disable shared libgccaustinf2009-04-151-2/+0
|
* target/Makefile.in: make 3.80 compatibility fixPeter Korsgaard2009-04-091-1/+3
| | | | Patch by Andreas Schweigstill <aschweig@schweigstill.de>
* Makefile: add target-finalize for common filesystem cleanupPeter Korsgaard2009-04-0710-94/+0
| | | | And remove from each rootfs variant.
* target/jffs2: default to big endian format for big endian archsPeter Korsgaard2009-04-071-1/+4
| | | | Same logic as in target/Config.in.arch.
* target/jffs2: s/Memory Type/Flash Type/Peter Korsgaard2009-04-071-1/+1
|
* target/jffs2: Put all sub options in a BR2_TARGET_ROOTFS_JFFS2 conditionalPeter Korsgaard2009-04-071-18/+3
| | | | And get rid of all the individual 'depends on B2_TARGET_ROOTFS_JFFS2'
* target: remove BR2_TARGET_ROOTFS_*_SQUASH optionsPeter Korsgaard2009-04-074-15/+0
| | | | Everything besides ubifs does an unconditional chown -R 0:0 anyway.
* squashfs: add v4.0 support and version selectionPeter Korsgaard2009-04-062-1/+31
| | | | | | | Squashfs 4.0 is needed to create file systems for the mainline squashfs version (mainline from 2.6.29). This is unfortunately not compatible with the old 3.x version and the external kernel patches, so add a choice between the 2 versions.
* target/device/Atmel: remove unused legacy u-boot handlingPeter Korsgaard2009-04-013-330/+0
|
* fakeroot: install into HOST_DIRPeter Korsgaard2009-04-0111-11/+11
|
* makedevs: install into HOST_DIRPeter Korsgaard2009-04-0111-18/+16
|
* target/Config.in.arch: really provide correct --with-arch= for ARM targetsPeter Korsgaard2009-03-301-13/+13
| | | | The ARM arch names are armVx, not armX
* target/Config.in.arch: provide correct gcc --with-arch= for ARM targetsPeter Korsgaard2009-03-301-0/+14
| | | | | Updated to match gcc-4.3.3/gcc/config/arm/arm-cores.def. Should fix EABI issues as recently reported to the list.
* 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.
* target/linux: default to bzImage for i386/x86_64Peter Korsgaard2009-03-241-0/+2
|
* package: auto* needs perlPeter Korsgaard2009-03-231-0/+1
|
* u-boot: add 2009.03 releasePeter Korsgaard2009-03-231-2/+7
|
* u-boot: get rid of version specific patch dirsPeter Korsgaard2009-03-236-1/+1
| | | | All those dirs seem a bit excessive for a single patch
* target/generic: s/TTYSO/TTYS0/Peter Korsgaard2009-03-231-2/+2
| | | | Thanks to Hiroshi Shinji for noticing.
* target/generic: add kconfig for serial getty config (port + baudrate)Peter Korsgaard2009-03-204-3/+138
| | | | | These are the settings people most often want to tweak for embedded boards, so add kconfig variables to make it easy to do.
* target/device: wrap AMD preset in BR2_TARGET_AMD menuconfigPeter Korsgaard2009-03-201-0/+6
|
* target/generic: skeleton: add netdev group for dbusPeter Korsgaard2009-03-201-0/+1
|
* pkgconfig: add pkgconfig package for targetPeter Korsgaard2009-03-1828-28/+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.
* Fix dependency for custom patches when custom patch is empty.Thiago A. Corrêa2009-03-161-0/+2
|
* Fix build (dependency) with custom patch optionThiago A. Corrêa2009-03-131-1/+1
|
* Revert wrongly commited files (u-boot changes) from -r25617Thiago A. Corrêa2009-03-112-10/+24
|
* Let user skip installation of the GUI module for QtopiaThiago A. Corrêa2009-03-112-24/+10
|
* target/generic: development system needs wchar + program invocationPeter Korsgaard2009-03-041-0/+3
|
* uclibc: add 0.9.30.1Peter Korsgaard2009-03-031-0/+3
|
* s/buildroot.uclibc.org/buildroot.net/Peter Korsgaard2009-03-0224-24/+24
|
* avr32: rename 2.6.28.x kernel patches to match current kernel headers versionPeter Korsgaard2009-02-256-2/+2
|
* linux: always apply platform patches if availablePeter Korsgaard2009-02-252-5/+3
| | | | | Get rid of BR2_KERNEL_HEADERS_PATCH_DIR config, and simply always apply platform patches if available.
* kernel-headers: remove 2.6.20-22 variants and outdated impi/lzma patchesPeter Korsgaard2009-02-252-16/+0
|
* linux-advanced: don't error out on non writable /tftpbootPeter Korsgaard2009-02-221-1/+1
| | | | | Odd that we have 2x the same target right after eachother, but this is Makefile.in.advanced ofcourse ;)
* u-boot: don't touch config.h unless explicitly requested by userPeter Korsgaard2009-02-101-1/+7
| | | | | Fixes the problem of important variables like serverip being overwritten with empty strings if the network/default env stuff isn't used.
* u-boot: remove unused BOOTARGS / BOOTCMD handlingPeter Korsgaard2009-02-101-12/+0
| | | | Not available in Kconfig and no references to it in the tree.
* u-boot: don't make ETH1ADDR setting depend on avr32Peter Korsgaard2009-02-101-1/+0
| | | | No sensible reason why this should only be present on avr32.
* Remove BR2_LINUX_COPYTO_TFTPBOOT from avr32 defconfigs. This will cause ↵Thiago A. Corrêa2009-02-093-3/+3
| | | | build to fail if user is not root and don't have a /tftpboot folder
* u-boot: remove commented out linePeter Korsgaard2009-02-071-1/+0
|
* Simplify kernel naming scheme. Only use kernel name plus the rootfs suffix ↵Thiago A. Corrêa2009-02-063-13/+11
| | | | if one is provided