summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Collapse)Author
2009-04-30Make sure AVR32 defconfigs use u-boot 2008.10 (only known version to work ↵Thiago A. Corrêa
properly)
2009-04-30Undeprecate u-boot 2008.10 since this is the last version known to work with ↵Thiago A. Corrêa
JFFS2 fs and AVR32
2009-04-29target/device: fix busybox version / .config in defconfigsPeter Korsgaard
2009-04-29Fix atngw100_defconfig busybox config locationThiago A. Corrêa
2009-04-17Updated i686 configThiago A. Corrêa
2009-04-17Fix busybox config file locationThiago A. Corrêa
2009-04-15target/generic: support for busybox >= 1.14.x speed=0 handlingPeter Korsgaard
2009-04-15unmark the sparc targets as broken, they build if you disable shared libgccaustinf
2009-04-09target/Makefile.in: make 3.80 compatibility fixPeter Korsgaard
Patch by Andreas Schweigstill <aschweig@schweigstill.de>
2009-04-07Makefile: add target-finalize for common filesystem cleanupPeter Korsgaard
And remove from each rootfs variant.
2009-04-07target/jffs2: default to big endian format for big endian archsPeter Korsgaard
Same logic as in target/Config.in.arch.
2009-04-07target/jffs2: s/Memory Type/Flash Type/Peter Korsgaard
2009-04-07target/jffs2: Put all sub options in a BR2_TARGET_ROOTFS_JFFS2 conditionalPeter Korsgaard
And get rid of all the individual 'depends on B2_TARGET_ROOTFS_JFFS2'
2009-04-07target: remove BR2_TARGET_ROOTFS_*_SQUASH optionsPeter Korsgaard
Everything besides ubifs does an unconditional chown -R 0:0 anyway.
2009-04-06squashfs: add v4.0 support and version selectionPeter Korsgaard
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.
2009-04-01target/device/Atmel: remove unused legacy u-boot handlingPeter Korsgaard
2009-04-01fakeroot: install into HOST_DIRPeter Korsgaard
2009-04-01makedevs: install into HOST_DIRPeter Korsgaard
2009-03-30target/Config.in.arch: really provide correct --with-arch= for ARM targetsPeter Korsgaard
The ARM arch names are armVx, not armX
2009-03-30target/Config.in.arch: provide correct gcc --with-arch= for ARM targetsPeter Korsgaard
Updated to match gcc-4.3.3/gcc/config/arm/arm-cores.def. Should fix EABI issues as recently reported to the list.
2009-03-24target/device/x86: only include Makefile if BR2_TARGET_X86 is enabledPeter Korsgaard
Fixes build breakage for !BR2_TARGET_X86 in kernel headers.
2009-03-24target/linux: default to bzImage for i386/x86_64Peter Korsgaard
2009-03-23package: auto* needs perlPeter Korsgaard
2009-03-23u-boot: add 2009.03 releasePeter Korsgaard
2009-03-23u-boot: get rid of version specific patch dirsPeter Korsgaard
All those dirs seem a bit excessive for a single patch
2009-03-23target/generic: s/TTYSO/TTYS0/Peter Korsgaard
Thanks to Hiroshi Shinji for noticing.
2009-03-20target/generic: add kconfig for serial getty config (port + baudrate)Peter Korsgaard
These are the settings people most often want to tweak for embedded boards, so add kconfig variables to make it easy to do.
2009-03-20target/device: wrap AMD preset in BR2_TARGET_AMD menuconfigPeter Korsgaard
2009-03-20target/generic: skeleton: add netdev group for dbusPeter Korsgaard
2009-03-18pkgconfig: add pkgconfig package for targetPeter Korsgaard
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.
2009-03-16Fix dependency for custom patches when custom patch is empty.Thiago A. Corrêa
2009-03-13Fix build (dependency) with custom patch optionThiago A. Corrêa
2009-03-11Revert wrongly commited files (u-boot changes) from -r25617Thiago A. Corrêa
2009-03-11Let user skip installation of the GUI module for QtopiaThiago A. Corrêa
2009-03-04target/generic: development system needs wchar + program invocationPeter Korsgaard
2009-03-03uclibc: add 0.9.30.1Peter Korsgaard
2009-03-02s/buildroot.uclibc.org/buildroot.net/Peter Korsgaard
2009-02-25avr32: rename 2.6.28.x kernel patches to match current kernel headers versionPeter Korsgaard
2009-02-25linux: always apply platform patches if availablePeter Korsgaard
Get rid of BR2_KERNEL_HEADERS_PATCH_DIR config, and simply always apply platform patches if available.
2009-02-25kernel-headers: remove 2.6.20-22 variants and outdated impi/lzma patchesPeter Korsgaard
2009-02-22linux-advanced: don't error out on non writable /tftpbootPeter Korsgaard
Odd that we have 2x the same target right after eachother, but this is Makefile.in.advanced ofcourse ;)
2009-02-10u-boot: don't touch config.h unless explicitly requested by userPeter Korsgaard
Fixes the problem of important variables like serverip being overwritten with empty strings if the network/default env stuff isn't used.
2009-02-10u-boot: remove unused BOOTARGS / BOOTCMD handlingPeter Korsgaard
Not available in Kconfig and no references to it in the tree.
2009-02-10u-boot: don't make ETH1ADDR setting depend on avr32Peter Korsgaard
No sensible reason why this should only be present on avr32.
2009-02-09Remove BR2_LINUX_COPYTO_TFTPBOOT from avr32 defconfigs. This will cause ↵Thiago A. Corrêa
build to fail if user is not root and don't have a /tftpboot folder
2009-02-07u-boot: remove commented out linePeter Korsgaard
2009-02-06Simplify kernel naming scheme. Only use kernel name plus the rootfs suffix ↵Thiago A. Corrêa
if one is provided
2009-02-04u-boot: fix dependency for host mkimagePeter Korsgaard
2009-02-04linux/Makefile.in.advanced: don't depend on phony target for mkimagePeter Korsgaard
Stops continous rebuilds.
2009-02-04buildroot: move BR2_ROOTFS_{PREFIX,SUFFIX} to target menuPeter Korsgaard
As suggested on the list by Thiago - Makes more sense to have this together with the stuff using it.